diff runtime/doc/ft_sql.txt @ 34429:a0754587f167

runtime(doc): fix inconsistent indent (#14089) Commit: https://github.com/vim/vim/commit/d086b8f646a67f6b16c46061ce773de1011b8ec7 Author: zeertzjq <zeertzjq@outlook.com> Date: Sun Feb 25 15:42:52 2024 +0800 runtime(doc): fix inconsistent indent (https://github.com/vim/vim/issues/14089) Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sun, 25 Feb 2024 08:45:08 +0100
parents 4635e43f2c6f
children
line wrap: on
line diff
--- 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.