diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-03-17 20:02:06 +0100 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-03-17 20:02:06 +0100 |
commit | b52073ac119b8243a07dc67c15bf80cb5b8b0be4 (patch) | |
tree | b820ce4fd556ed5babafb32b592f5ead7ff2c7df /runtime/doc/insert.txt | |
parent | baff0fec3f3c250bde59796d94a3fd10979e3b66 (diff) | |
download | vim-b52073ac119b8243a07dc67c15bf80cb5b8b0be4.zip |
Updated runtime and language files.
Diffstat (limited to 'runtime/doc/insert.txt')
-rw-r--r-- | runtime/doc/insert.txt | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/runtime/doc/insert.txt b/runtime/doc/insert.txt index 61360a4aa..f3fb7581f 100644 --- a/runtime/doc/insert.txt +++ b/runtime/doc/insert.txt @@ -1,4 +1,4 @@ -*insert.txt* For Vim version 7.2. Last change: 2009 Jul 14 +*insert.txt* For Vim version 7.2. Last change: 2010 Mar 17 VIM REFERENCE MANUAL by Bram Moolenaar @@ -639,6 +639,7 @@ completion operation: > return "\<Tab>" else return "\<C-N>" + endif endfunction inoremap <Tab> <C-R>=CleverTab()<CR> |