comparison runtime/doc/version7.txt @ 3750:536aa8b0c934

Update runtime files.
author Bram Moolenaar <bram@vim.org>
date Wed, 15 Aug 2012 17:43:31 +0200
parents 9cb3a75a20b9
children 6ec6b7ff2d43
comparison
equal deleted inserted replaced
3749:270bb87555db 3750:536aa8b0c934
1 *version7.txt* For Vim version 7.3. Last change: 2010 Nov 03 1 *version7.txt* For Vim version 7.3. Last change: 2012 Aug 08
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *vim7* *version-7.0* *version7.0* 6 *vim7* *version-7.0* *version7.0*
3585 toplevel before waiting for a character. 3585 toplevel before waiting for a character.
3586 Files: src/eval.c, src/getchar.c, src/globals.h, src/main.c 3586 Files: src/eval.c, src/getchar.c, src/globals.h, src/main.c
3587 3587
3588 Patch 7.0.085 3588 Patch 7.0.085
3589 Problem: When doing "make test" the viminfo file is modified. 3589 Problem: When doing "make test" the viminfo file is modified.
3590 Solution: Use another viminfo file after setting 'compatible. 3590 Solution: Use another viminfo file after setting 'compatible'.
3591 Files: src/testdir/test56.in 3591 Files: src/testdir/test56.in
3592 3592
3593 Patch 7.0.086 3593 Patch 7.0.086
3594 Problem: getqflist() returns entries for pattern and text with the number 3594 Problem: getqflist() returns entries for pattern and text with the number
3595 zero. Passing these to setqflist() results in the string "0". 3595 zero. Passing these to setqflist() results in the string "0".
7312 7312
7313 Command line completion for :lmap and :lunmap. 7313 Command line completion for :lmap and :lunmap.
7314 7314
7315 Support syntax and filetype completion for user commands. (Christian Brabandt) 7315 Support syntax and filetype completion for user commands. (Christian Brabandt)
7316 7316
7317 Add completion for ":ownsyntax" and improve completion for ":filetype".
7318
7319 Avoid use of the GTK main_loop() so that the GtkFileChooser can be used. 7317 Avoid use of the GTK main_loop() so that the GtkFileChooser can be used.
7320 (James Vega) 7318 (James Vega)
7321 7319
7322 When 'formatexpr' evaluates to non-zero fall back to internal formatting, also 7320 When 'formatexpr' evaluates to non-zero fall back to internal formatting, also
7323 for "gq". (James Vega) 7321 for "gq". (James Vega)