diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-07-17 12:47:16 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-07-17 12:47:16 +0200 |
commit | f91787cb9adc47cadea5d17b08d075a15a2e00f4 (patch) | |
tree | c88be44c3b47c44d14e815b03d742d71f2102b32 /runtime/doc/ft_sql.txt | |
parent | 11505dcd2b4bf7ab892549f4ce29c0dbc53aac8b (diff) | |
download | vim-git-f91787cb9adc47cadea5d17b08d075a15a2e00f4.tar.gz |
In Visual mode with 'showcmd' display the number of bytes and characters.
Diffstat (limited to 'runtime/doc/ft_sql.txt')
-rw-r--r-- | runtime/doc/ft_sql.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/doc/ft_sql.txt b/runtime/doc/ft_sql.txt index e58c0afac..cfdea9adb 100644 --- a/runtime/doc/ft_sql.txt +++ b/runtime/doc/ft_sql.txt @@ -1,4 +1,4 @@ -*sql.txt* For Vim version 7.3a. Last change: 2009 Nov 03 +*ft_sql.txt* For Vim version 7.3a. Last change: 2009 Nov 03 by David Fishburn @@ -632,7 +632,7 @@ your |vimrc|: > MYTABLENAME --> M omni_sql_ignorecase -< - Default: Current setting for|ignorecase| +< - Default: Current setting for 'ignorecase' - Valid settings are 0 or 1. - When entering a few letters before initiating completion, the list will be filtered to display only the entries which begin with the |