updated for version 7.1
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
*indent.txt* For Vim version 7.1b. Last change: 2007 May 10
|
*indent.txt* For Vim version 7.1. Last change: 2007 May 11
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@ -113,7 +113,7 @@ If you really want to reindent when you type 'o', 'O', 'e', '0', '<', '>',
|
|||||||
"<!>", respectively, for those keys.
|
"<!>", respectively, for those keys.
|
||||||
|
|
||||||
For an emacs-style indent mode where lines aren't indented every time you
|
For an emacs-style indent mode where lines aren't indented every time you
|
||||||
press <Enter> but only if you press Tab, I suggest:
|
press <Enter> but only if you press <Tab>, I suggest:
|
||||||
:set cinkeys=0{,0},:,0#,!<Tab>,!^F
|
:set cinkeys=0{,0},:,0#,!<Tab>,!^F
|
||||||
You might also want to switch off 'autoindent' then.
|
You might also want to switch off 'autoindent' then.
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
*pi_getscript.txt* For Vim version 7.1b. Last change: 2007 May 08
|
*pi_getscript.txt* For Vim version 7.1. Last change: 2007 May 08
|
||||||
>
|
>
|
||||||
GETSCRIPT REFERENCE MANUAL by Charles E. Campbell, Jr.
|
GETSCRIPT REFERENCE MANUAL by Charles E. Campbell, Jr.
|
||||||
<
|
<
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
*pi_vimball.txt* For Vim version 7.1b. Last change: 2007 May 08
|
*pi_vimball.txt* For Vim version 7.1. Last change: 2007 May 11
|
||||||
|
|
||||||
----------------
|
----------------
|
||||||
Vimball Archiver
|
Vimball Archiver
|
||||||
@ -101,7 +101,7 @@ Copyright: (c) 2004-2006 by Charles E. Campbell, Jr. *Vimball-copyright*
|
|||||||
will extract plugin/somefile to the AsNeeded/
|
will extract plugin/somefile to the AsNeeded/
|
||||||
directory
|
directory
|
||||||
17 : Jun 28, 2006 * changes all \s to /s internally for Windows
|
17 : Jun 28, 2006 * changes all \s to /s internally for Windows
|
||||||
16 : Jun 15, 2006 * A. Mechylynk's idea to allow users to specify
|
16 : Jun 15, 2006 * A. Mechelynck's idea to allow users to specify
|
||||||
installation root paths implemented for
|
installation root paths implemented for
|
||||||
UseVimball, MkVimball, and RmVimball.
|
UseVimball, MkVimball, and RmVimball.
|
||||||
* RmVimball implemented
|
* RmVimball implemented
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
*usr_02.txt* For Vim version 7.1b. Last change: 2007 Feb 28
|
*usr_02.txt* For Vim version 7.1. Last change: 2007 Feb 28
|
||||||
|
|
||||||
VIM USER MANUAL - by Bram Moolenaar
|
VIM USER MANUAL - by Bram Moolenaar
|
||||||
|
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
*usr_44.txt* For Vim version 7.1b. Last change: 2006 Apr 24
|
*usr_44.txt* For Vim version 7.1. Last change: 2006 Apr 24
|
||||||
|
|
||||||
VIM USER MANUAL - by Bram Moolenaar
|
VIM USER MANUAL - by Bram Moolenaar
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user