diff options
author | Christian Clason <c.clason@uni-graz.at> | 2024-06-08 17:12:16 +0200 |
---|---|---|
committer | Christian Clason <c.clason@uni-graz.at> | 2024-06-09 13:54:34 +0200 |
commit | a156038d7015e8349ca8886d52eee189941fc0cf (patch) | |
tree | e5e3edce938d3455828e3b060e2bb0bf3742124a /runtime/doc/ft_sql.txt | |
parent | 6592873f773b4c358ea950bfcfa8cbc3fc3bc8cc (diff) | |
download | rneovim-a156038d7015e8349ca8886d52eee189941fc0cf.tar.gz rneovim-a156038d7015e8349ca8886d52eee189941fc0cf.tar.bz2 rneovim-a156038d7015e8349ca8886d52eee189941fc0cf.zip |
docs: fix more treesitter parsing errors
Diffstat (limited to 'runtime/doc/ft_sql.txt')
-rw-r--r-- | runtime/doc/ft_sql.txt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/runtime/doc/ft_sql.txt b/runtime/doc/ft_sql.txt index 241fa4bd74..1dbac66db0 100644 --- a/runtime/doc/ft_sql.txt +++ b/runtime/doc/ft_sql.txt @@ -293,7 +293,7 @@ loaded by Vim: > ftplugin/sql.vim syntax/sqlinformix.vim indent/sql.vim -> +< Notice indent/sqlinformix.sql was not loaded. There is no indent file for Informix, Vim loads the default files if the specified files does not exist. @@ -349,7 +349,7 @@ The defaults static maps are: > The use of "<C-C>" can be user chosen by using the following in your |init.vim| as it may not work properly on all platforms: > let g:ftplugin_sql_omni_key = '<C-C>' -> +< The static maps (which are based on the syntax highlight groups) follow this format: > imap <buffer> <C-C>k <C-\><C-O>:call sqlcomplete#Map('sqlKeyword')<CR><C-X><C-O> @@ -664,7 +664,7 @@ your |init.vim|: > filetype is changed temporarily to SQL, the sqlcompletion plugin will cache the syntax groups listed in the List specified in this option. -> + ------------------------------------------------------------------------------ 4.5 SQL Maps *sql-completion-maps* |