comparison runtime/doc/version7.txt @ 179:7fd70926e2e1 v7.0055

updated for version 7.0055
author vimboss
date Fri, 04 Mar 2005 23:39:37 +0000
parents c12f39141bbc
children 2aabb26a113f
comparison
equal deleted inserted replaced
178:4d53c2a2af94 179:7fd70926e2e1
1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Feb 27 1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Mar 04
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
410 410
411 Autocommands can be defined local to a buffer. This means they will also work 411 Autocommands can be defined local to a buffer. This means they will also work
412 when the buffer does not have a name or no specific name. See 412 when the buffer does not have a name or no specific name. See
413 |autocmd-buflocal|. (Yakov Lerner) 413 |autocmd-buflocal|. (Yakov Lerner)
414 414
415 For xterm most combinations of modifiers with function keys are recognized.
416 |xterm-modifier-keys|
417
415 ============================================================================== 418 ==============================================================================
416 IMPROVEMENTS *improvements-7* 419 IMPROVEMENTS *improvements-7*
417 420
418 ":helpgrep" accepts a language specifier after the pattern: "pat@it". 421 ":helpgrep" accepts a language specifier after the pattern: "pat@it".
419 422
537 540
538 To count items (pattern matches) without changing the buffer the 'n' flag has 541 To count items (pattern matches) without changing the buffer the 'n' flag has
539 been added to |:substitute|. See |count-items|. 542 been added to |:substitute|. See |count-items|.
540 543
541 The "screen.linux" $TERM name is recognized to set the default for 544 The "screen.linux" $TERM name is recognized to set the default for
542 'background' to "dark". (Ciaran McCreesh) 545 'background' to "dark". (Ciaran McCreesh) Also for "cygwin".
546
547 The |FileChangedShell| autocommand event can now use the |v:fcs_reason|
548 variable that specifies what triggered the event. |v:fcs_choice| can be used
549 to reload the buffer or ask the user what to do.
543 550
544 ============================================================================== 551 ==============================================================================
545 COMPILE TIME CHANGES *compile-changes-7* 552 COMPILE TIME CHANGES *compile-changes-7*
546 553
547 Dropped the support for the BeOS and Amiga GUI. They were not maintained and 554 Dropped the support for the BeOS and Amiga GUI. They were not maintained and
895 When 'cmdheight' is set to 2 in .vimrc and the GUI uses the number of lines 902 When 'cmdheight' is set to 2 in .vimrc and the GUI uses the number of lines
896 from the terminal we actually get 3 lines for the cmdline in gvim. 903 from the terminal we actually get 3 lines for the cmdline in gvim.
897 904
898 When setting $HOME allocated memory would leak. 905 When setting $HOME allocated memory would leak.
899 906
907 Win32: bold characters may sometimes write in another character cell. Use
908 unicodepdy[] as for UTF-8. (Taro Muraoka)
909
910 ":w fname" didn't work for files with 'buftype' set to "nofile".
911
900 vim:tw=78:ts=8:ft=help:norl: 912 vim:tw=78:ts=8:ft=help:norl: