comparison runtime/doc/version7.txt @ 654:441f938ea9e9 v7.0192

updated for version 7.0192
author vimboss
date Sat, 04 Feb 2006 00:59:56 +0000
parents bc95c6c4bac1
children 903088c7a7c6
comparison
equal deleted inserted replaced
653:5acda076fb0c 654:441f938ea9e9
1 *version7.txt* For Vim version 7.0aa. Last change: 2006 Feb 01 1 *version7.txt* For Vim version 7.0aa. Last change: 2006 Feb 02
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
1634 ":set sta ts=8 sw=4 sts=2" deleted 4 spaces halfway a line instead of 2. 1634 ":set sta ts=8 sw=4 sts=2" deleted 4 spaces halfway a line instead of 2.
1635 1635
1636 In a multi-byte file the foldmarker could be recognized in the trail byte. 1636 In a multi-byte file the foldmarker could be recognized in the trail byte.
1637 (Taro Muraoka) 1637 (Taro Muraoka)
1638 1638
1639 Pasting with CTRL-V and menu didn't work properly when some commands are
1640 mapped. Use ":normal!" instead of ":normal". (Tony Apuzzo)
1641
1642 Crashed when expanding a file name argument in backticks.
1643
1639 vim:tw=78:ts=8:ft=help:norl: 1644 vim:tw=78:ts=8:ft=help:norl: