summaryrefslogtreecommitdiffstats
path: root/runtime/doc/ft_sql.txt
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2024-02-25 15:42:52 +0800
committerGitHub <noreply@github.com>2024-02-25 08:42:52 +0100
commitd086b8f646a67f6b16c46061ce773de1011b8ec7 (patch)
treed1cd576ceceafe227bb8e39091f5a131a398ab6b /runtime/doc/ft_sql.txt
parenta2ebb6e9176d007c11804bb9784beee35a8050c8 (diff)
runtime(doc): fix inconsistent indent (#14089)
Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
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 f98b06252b..110784d8cf 100644
--- a/runtime/doc/ft_sql.txt
+++ b/runtime/doc/ft_sql.txt
@@ -371,7 +371,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.