comparison runtime/doc/version7.txt @ 294:1c1cbdc42f75 v7.0077

updated for version 7.0077
author vimboss
date Tue, 31 May 2005 22:22:17 +0000
parents e697bd3c3876
children 006e9c8a6a8a
comparison
equal deleted inserted replaced
293:f811be6fa9b5 294:1c1cbdc42f75
1 *version7.txt* For Vim version 7.0aa. Last change: 2005 May 22 1 *version7.txt* For Vim version 7.0aa. Last change: 2005 May 31
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
294 (based on an idea from Yegappan Lakshmanan) 294 (based on an idea from Yegappan Lakshmanan)
295 'formatlistpat' pattern to recognize a numbered list for formatting. 295 'formatlistpat' pattern to recognize a numbered list for formatting.
296 (idea by Hugo Haas) 296 (idea by Hugo Haas)
297 'spell' switch spell checking on/off 297 'spell' switch spell checking on/off
298 'spelllang' languages to check spelling for 298 'spelllang' languages to check spelling for
299 'verbosefile' Log messages in a file.
299 300
300 301
301 Ex commands: ~ 302 Ex commands: ~
302 303
303 Win32: The ":winpos" command now also works in the console. (Vipin Aravind) 304 Win32: The ":winpos" command now also works in the console. (Vipin Aravind)
582 ":redir => variable" and ":redir =>> variable" write or append to a variable. 583 ":redir => variable" and ":redir =>> variable" write or append to a variable.
583 (Yegappan Lakshmanan) |:redir| 584 (Yegappan Lakshmanan) |:redir|
584 585
585 ":redir @{a-z}>>" appends to register a to z. 586 ":redir @{a-z}>>" appends to register a to z.
586 587
588 The 'verbosefile' option can be used to log messages in a file. Verbose
589 messages are not displayed then. The "-V{filename}" argument can be used to
590 log startup messages.
591
587 ":let g:" lists global variables. 592 ":let g:" lists global variables.
588 ":let b:" lists buffer-local variables. 593 ":let b:" lists buffer-local variables.
589 ":let w:" lists window-local variables. 594 ":let w:" lists window-local variables.
590 ":let v:" lists Vim variables. 595 ":let v:" lists Vim variables.
591 596