diff options
| author | Christian Clason <christian.clason@uni-due.de> | 2021-09-08 16:24:12 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-09-08 07:24:12 -0700 |
| commit | 79cbbd5179d816a64989243cb1ce85b802a2896f (patch) | |
| tree | 4660059fb6aff39fccf4b9621b3ab4a6a06f9fc7 /runtime/doc/ft_sql.txt | |
| parent | 5e5a329ea2e1742819320636d978e03bb030986f (diff) | |
| download | rneovim-79cbbd5179d816a64989243cb1ce85b802a2896f.tar.gz rneovim-79cbbd5179d816a64989243cb1ce85b802a2896f.tar.bz2 rneovim-79cbbd5179d816a64989243cb1ce85b802a2896f.zip | |
vim-patch:d2ea7cf10a4d #15571
Update runtime files
https://github.com/vim/vim/commit/d2ea7cf10a4d026ebd402594d656af7d5c811c24
omit `runtime/doc/if_tcl.txt`
omit `runtime/doc/textprop.txt`
omit `runtime/tutor/*`
omit `runtime/syntax/vim.vim` (cherry-picked in https://github.com/neovim/neovim/commit/2dd7828511d04a8b7f1ac4331c719a751a5db869)
manual merge of `runtime/pack/dist/opt/termdebug/plugin/termdebug.vim`
Diffstat (limited to 'runtime/doc/ft_sql.txt')
| -rw-r--r-- | runtime/doc/ft_sql.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/ft_sql.txt b/runtime/doc/ft_sql.txt index f38c8edbf3..53a99a9e1d 100644 --- a/runtime/doc/ft_sql.txt +++ b/runtime/doc/ft_sql.txt @@ -436,7 +436,7 @@ the space bar): replace the column list with the list of tables. - This allows you to quickly drill down into a table to view its columns and back again. - - <Right> and <Left> can be also be chosen via + - <Right> and <Left> can also be chosen via your |init.vim| > let g:ftplugin_sql_omni_key_right = '<Right>' let g:ftplugin_sql_omni_key_left = '<Left>' |