From f81b0fe01158b415575e67ec4e92a8f5daae9526 Mon Sep 17 00:00:00 2001 From: Bram Moolenaar <Bram@vim.org> Date: Thu, 23 Jun 2005 22:27:26 +0000 Subject: [PATCH] updated for version 7.0091 --- runtime/doc/index.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index 679f5d8e94..0976c41323 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -1,4 +1,4 @@ -*index.txt* For Vim version 7.0aa. Last change: 2005 Jun 16 +*index.txt* For Vim version 7.0aa. Last change: 2005 Jun 23 VIM REFERENCE MANUAL by Bram Moolenaar @@ -1357,6 +1357,7 @@ The commands are sorted on the non-optional part of their name. |:snomagic| :sno[magic] :substitute with 'nomagic' |:sort| :sor[t] sort lines |:source| :so[urce] read Vim or Ex commands from a file +|:spelldump| :spelld[ump] split window and fill with all correct words |:spellgood| :spe[llgood] add good word for spelling |:spellwrong| :spellw[rong] add spelling mistake |:split| :sp[lit] split current window -- GitLab