comparison runtime/doc/version7.txt @ 21:db5102f7e29f

updated for version 7.0013
author vimboss
date Thu, 29 Jul 2004 08:43:53 +0000
parents 4ac1dce8dd5e
children cc049b00ee70
comparison
equal deleted inserted replaced
20:4ac1dce8dd5e 21:db5102f7e29f
1 *version7.txt* For Vim version 7.0aa. Last change: 2004 Jul 25 1 *version7.txt* For Vim version 7.0aa. Last change: 2004 Jul 27
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
287 resizing the GUI shell upon startup. 287 resizing the GUI shell upon startup.
288 288
289 Python: Using buffer.append(f.readlines()) didn't work. Allow appending a 289 Python: Using buffer.append(f.readlines()) didn't work. Allow appending a
290 string with a trailing newline. The newline is ignored. 290 string with a trailing newline. The newline is ignored.
291 291
292 When using the ":saveas f2" command for buffer "f1", the Buffers menu would
293 contain "f2" twice, one of them leading to "f1". Also trigger the BufFilePre
294 and BufFilePost events for the alternate buffer that gets the old name.
295
292 vim:tw=78:ts=8:ft=help:norl: 296 vim:tw=78:ts=8:ft=help:norl: