aboutsummaryrefslogtreecommitdiff
path: root/runtime/doc/ft_sql.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-02-25 16:38:34 +0800
committerGitHub <noreply@github.com>2024-02-25 16:38:34 +0800
commitc651a0f643e7bd34eb740069a7b5b8c9f8759ecc (patch)
tree81588c2c1f07e2d0df43676248efdf8a71fbdcd6 /runtime/doc/ft_sql.txt
parentb72dc2d8ade54ba22b0b25ffe9402ffb314ef97d (diff)
downloadrneovim-c651a0f643e7bd34eb740069a7b5b8c9f8759ecc.tar.gz
rneovim-c651a0f643e7bd34eb740069a7b5b8c9f8759ecc.tar.bz2
rneovim-c651a0f643e7bd34eb740069a7b5b8c9f8759ecc.zip
vim-patch:partial:d086b8f646a6 (#27623)
runtime(doc): fix inconsistent indent (vim/vim#14089) https://github.com/vim/vim/commit/d086b8f646a67f6b16c46061ce773de1011b8ec7
Diffstat (limited to 'runtime/doc/ft_sql.txt')
-rw-r--r--runtime/doc/ft_sql.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/ft_sql.txt b/runtime/doc/ft_sql.txt
index 68e26d2a5b..241fa4bd74 100644
--- a/runtime/doc/ft_sql.txt
+++ b/runtime/doc/ft_sql.txt
@@ -375,7 +375,7 @@ This command breaks down as: >
'sqlKeyword' - Display the items for the sqlKeyword highlight
group
'sqlKeyword\w*' - A second option available with Vim 7.4 which
- uses a regular expression to determine which
+ uses a regular expression to determine which
syntax groups to use
)<CR> - Execute the :let command
<C-X><C-O> - Trigger the standard omni completion key stroke.