updated for version 7.0220
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
*develop.txt* For Vim version 7.0aa. Last change: 2006 Mar 04
|
*develop.txt* For Vim version 7.0aa. Last change: 2006 Mar 09
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@ -149,6 +149,7 @@ VIM IS... NOT *design-not*
|
|||||||
A satirical way to say this: "Unlike Emacs, Vim does not attempt to include
|
A satirical way to say this: "Unlike Emacs, Vim does not attempt to include
|
||||||
everything but the kitchen sink, but some people say that you can clean one
|
everything but the kitchen sink, but some people say that you can clean one
|
||||||
with it. ;-)"
|
with it. ;-)"
|
||||||
|
To use Vim with gdb see: http://www.agide.org and http://clewn.sf.net.
|
||||||
- Vim is not a fancy GUI editor that tries to look nice at the cost of
|
- Vim is not a fancy GUI editor that tries to look nice at the cost of
|
||||||
being less consistent over all platforms. But functional GUI features are
|
being less consistent over all platforms. But functional GUI features are
|
||||||
welcomed.
|
welcomed.
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
*quickref.txt* For Vim version 7.0aa. Last change: 2006 Mar 05
|
*quickref.txt* For Vim version 7.0aa. Last change: 2006 Mar 10
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@ -755,6 +755,7 @@ Short explanation of each option: *option-list*
|
|||||||
'makeprg' 'mp' program to use for the ":make" command
|
'makeprg' 'mp' program to use for the ":make" command
|
||||||
'matchpairs' 'mps' pairs of characters that "%" can match
|
'matchpairs' 'mps' pairs of characters that "%" can match
|
||||||
'matchtime' 'mat' tenths of a second to show matching paren
|
'matchtime' 'mat' tenths of a second to show matching paren
|
||||||
|
'maxcombine' 'mco' maximum nr of combining characters displayed
|
||||||
'maxfuncdepth' 'mfd' maximum recursive depth for user functions
|
'maxfuncdepth' 'mfd' maximum recursive depth for user functions
|
||||||
'maxmapdepth' 'mmd' maximum recursive depth for mapping
|
'maxmapdepth' 'mmd' maximum recursive depth for mapping
|
||||||
'maxmem' 'mm' maximum memory (in Kbyte) used for one buffer
|
'maxmem' 'mm' maximum memory (in Kbyte) used for one buffer
|
||||||
|
|||||||
Reference in New Issue
Block a user