diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-29 08:54:38 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2021-04-29 09:27:19 -0400 |
commit | 0a0034718c00fd9f434d20d29e415287db284bbe (patch) | |
tree | 8d99d94c42772a4c39acf059745609b85d596974 /runtime/doc/ft_sql.txt | |
parent | 27fb03f5a03db6738967f9e0e0ea85ea0fab7592 (diff) | |
download | rneovim-0a0034718c00fd9f434d20d29e415287db284bbe.tar.gz rneovim-0a0034718c00fd9f434d20d29e415287db284bbe.tar.bz2 rneovim-0a0034718c00fd9f434d20d29e415287db284bbe.zip |
vim-patch:2547aa930b59
Update runtime files.
https://github.com/vim/vim/commit/2547aa930b59f5e2bcb70e81d5a57ed461e59b4f
Omit modifyOtherKeys, vim9, vim.man.
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 f0a70d993e..f38c8edbf3 100644 --- a/runtime/doc/ft_sql.txt +++ b/runtime/doc/ft_sql.txt @@ -308,7 +308,7 @@ can create any of the following: > ~/.config/nvim/indent/sqlite.vim No changes are necessary to the SQLSetType function. It will automatically -pickup the new SQL files and load them when you issue the SQLSetType command. +pick up the new SQL files and load them when you issue the SQLSetType command. ============================================================================== @@ -515,7 +515,7 @@ beginning with those characters. > 4.3.2 Column Completion: *sql-completion-columns* The SQL completion plugin can also display a list of columns for particular -tables. The column completion is trigger via <C-C>c. +tables. The column completion is triggered via <C-C>c. NOTE: The following example uses <Right> to trigger a column list while the popup window is active. @@ -723,7 +723,7 @@ your platform (often a case on *nix) you define the following variable in your |init.vim|: > let g:omni_sql_no_default_maps = 1 -Do no edit ftplugin/sql.vim directly! If you change this file your changes +Do not edit ftplugin/sql.vim directly! If you change this file your changes will be over written on future updates. Vim has a special directory structure which allows you to make customizations without changing the files that are included with the Vim distribution. If you wish to customize the maps |