comparison runtime/doc/version7.txt @ 200:3585d1a53fa5

updated for version 7.0059
author vimboss
date Fri, 11 Mar 2005 22:49:40 +0000
parents 59fd8376545b
children 87857ffdbf46
comparison
equal deleted inserted replaced
199:3b32f6b507fa 200:3585d1a53fa5
1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Mar 08 1 *version7.txt* For Vim version 7.0aa. Last change: 2005 Mar 11
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
155 155
156 Translated manual pages *new-manpage-trans* 156 Translated manual pages *new-manpage-trans*
157 ----------------------- 157 -----------------------
158 158
159 The manual page of Vim and associated programs is now also available in 159 The manual page of Vim and associated programs is now also available in
160 Italian (translated by Antonio Colombo). More languages will follow. 160 several other languages.
161
162 Italian - translated by Antonio Colombo
163 Russian - translated by Vassily Ragosin
161 164
162 The Unix Makefile installs the Italian manual pages in .../man/it/man1/. 165 The Unix Makefile installs the Italian manual pages in .../man/it/man1/.
166 Other languages in similar places.
163 167
164 168
165 Internal grep *new-vimgrep* 169 Internal grep *new-vimgrep*
166 ------------- 170 -------------
167 171
943 indirectly invokes ":normal". 947 indirectly invokes ":normal".
944 948
945 Diff mode failed when $DIFF_OPTIONS was set in the environment. Unset it 949 Diff mode failed when $DIFF_OPTIONS was set in the environment. Unset it
946 before invoking "diff". 950 before invoking "diff".
947 951
952 When renaming a file is done by making a copy (accross file systems), set the
953 permissions and ACL of the copy to those of the original file.
954
955 Completion didn't work after ":argdo", ":windo" and ":bufdo". Also for ":set
956 &l:opt" and ":set &g:opt". (Peter Winters)
957
958 When setting 'ttymouse' to "dec" in an xterm that supports the DEC mouse
959 locator it doesn't work. Now switch off the mouse before selecting another
960 mouse model.
961
948 vim:tw=78:ts=8:ft=help:norl: 962 vim:tw=78:ts=8:ft=help:norl: