diff --git a/README.md b/README.md index dbcc0e5..d1b2ce8 100644 --- a/README.md +++ b/README.md @@ -844,14 +844,14 @@ See also [View Settings](#view-settings- 'Jump to the View settings') ### Git Commands Menu Settings [#](#git-commands-menu-settings- 'Git Commands Menu Settings') -| Name | Description | -| ---------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------- | -| `gitlens.gitCommands.closeOnFocusOut` | Specifies whether to dismiss the Git Commands menu when focus is lost (if not, press `ESC` to dismiss) | -| `gitlens.gitCommands.search.matchAll` | Specifies whether to match all or any commit message search patterns | -| `gitlens.gitCommands.search.matchCase` | Specifies whether to match commit search patterns with or without regard to casing | -| `gitlens.gitCommands.search.matchRegex` | Specifies whether to match commit search patterns using regular expressions | -| `gitlens.gitCommands.search.showResultsInView` | Specifies whether to show the commit search results in the _Search Commits_ view or directly within the quick pick menu | -| `gitlens.gitCommands.skipConfirmations` | Specifies which (and when) Git commands will skip the confirmation step, using the format: `git-command-name:(menu|command)` | +| Name | Description | +| ---------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------- | +| `gitlens.gitCommands.closeOnFocusOut` | Specifies whether to dismiss the Git Commands menu when focus is lost (if not, press `ESC` to dismiss) | +| `gitlens.gitCommands.search.matchAll` | Specifies whether to match all or any commit message search patterns | +| `gitlens.gitCommands.search.matchCase` | Specifies whether to match commit search patterns with or without regard to casing | +| `gitlens.gitCommands.search.matchRegex` | Specifies whether to match commit search patterns using regular expressions | +| `gitlens.gitCommands.search.showResultsInView` | Specifies whether to show the commit search results in the _Search Commits_ view or directly within the quick pick menu | +| `gitlens.gitCommands.skipConfirmations` | Specifies which (and when) Git commands will skip the confirmation step, using the format: `git-command-name:(menu | command)` | ### Date & Time Settings [#](#date--time-settings- 'Date & Time Settings') diff --git a/src/system/string.ts b/src/system/string.ts index 0bbe923..f267243 100644 --- a/src/system/string.ts +++ b/src/system/string.ts @@ -380,8 +380,8 @@ export namespace Strings { if ( cp >= 0x1100 && (cp <= 0x115f || // Hangul Jamo - cp === 0x2329 || // LEFT-POINTING ANGLE BRACKET - cp === 0x232a || // RIGHT-POINTING ANGLE BRACKET + cp === 0x2329 || // LEFT-POINTING ANGLE BRACKET + cp === 0x232a || // RIGHT-POINTING ANGLE BRACKET // CJK Radicals Supplement .. Enclosed CJK Letters and Months (cp >= 0x2e80 && cp <= 0x3247 && cp !== 0x303f) || // Enclosed CJK Letters and Months .. CJK Unified Ideographs Extension A diff --git a/src/webviews/apps/settings/partials/blame.html b/src/webviews/apps/settings/partials/blame.html index 49befcb..ecd5295 100644 --- a/src/webviews/apps/settings/partials/blame.html +++ b/src/webviews/apps/settings/partials/blame.html @@ -11,9 +11,7 @@ -
- Adds on-demand gutter blame annotations for the whole file -
+Adds on-demand gutter blame annotations for the whole file
- Compacts (deduplicates) matching adjacent blame annotations -
+Compacts (deduplicates) matching adjacent blame annotations
- Adds authorship code lens to the top of files and on code blocks -
+Adds authorship code lens to the top of files and on code blocks
- At the start of modules, classes, interfaces, etc -
+At the start of modules, classes, interfaces, etc
- Adds an unobtrusive blame annotation at the end of the current line -
+Adds an unobtrusive blame annotation at the end of the current line
- Adds many helpful commands to the built-in menus & toolbars -
+Adds many helpful commands to the built-in menus & toolbars
- Supports user-defined modes for quickly toggling between sets of settings -
+Supports user-defined modes for quickly toggling between sets of settings
- Adds a Git blame annotation about the current line to the status bar -
+Adds a Git blame annotation about the current line to the status bar
- Compacts (flattens) unnecessary nesting when using a tree layouts -
+Compacts (flattens) unnecessary nesting when using a tree layouts
- Compacts (flattens) unnecessary nesting when using a tree layouts -
+Compacts (flattens) unnecessary nesting when using a tree layouts
- Compacts (flattens) unnecessary nesting when using a tree layouts -
+Compacts (flattens) unnecessary nesting when using a tree layouts