log runtime/doc/options.txt @ 2527:a89f8c036bc5 vim73

age author description
Mon, 09 Aug 2010 20:16:32 +0200 Bram Moolenaar Version 7.3e -> 7.3f. vim73
Sun, 08 Aug 2010 18:29:48 +0200 Bram Moolenaar Update help about wildcards in 'tags' option. vim73
Wed, 04 Aug 2010 20:55:44 +0200 Bram Moolenaar Disallow setting 'ambiwidth' to "double" when 'listchars' or 'fillchars' vim73
Wed, 04 Aug 2010 19:29:04 +0200 Bram Moolenaar 7.3d -> 7.3e. vim73
Sun, 01 Aug 2010 20:38:51 +0200 Bram Moolenaar Version 7.3c -> 7.3d vim73
Sun, 01 Aug 2010 16:13:51 +0200 Bram Moolenaar Runtime file updates. vim73
Wed, 28 Jul 2010 18:17:41 +0200 Bram Moolenaar More runtime file updates. vim73
Sun, 25 Jul 2010 20:53:06 +0200 Bram Moolenaar 7.3b -> 7.3c vim73
Sun, 25 Jul 2010 16:58:46 +0200 Bram Moolenaar Add "q" item for 'statusline'. Add w:quickfix_title. (Lech Lorens) vim73
Sat, 24 Jul 2010 23:52:26 +0200 Bram Moolenaar Let 'v' flag in 'concealcursor' apply to all lines in the Visual area. vim73
Sat, 24 Jul 2010 20:27:03 +0200 Bram Moolenaar Add the 'undoreload' option to be able to undo a file reload. vim73
Sat, 24 Jul 2010 15:00:38 +0200 Bram Moolenaar Add the 'c' flag to 'concealcursor'. vim73
Sat, 24 Jul 2010 13:15:07 +0200 Bram Moolenaar Don't conceal text in lines inside the Visual area. vim73
Fri, 23 Jul 2010 22:10:27 +0200 Bram Moolenaar Add the 'concealcursor' option to decide when the cursor line is to be vim73
Tue, 20 Jul 2010 22:45:13 +0200 Bram Moolenaar Update timestamps for recently changed help files. vim73
Tue, 20 Jul 2010 17:32:38 +0200 Bram Moolenaar Change 'cryptmethod' from a number to a string option. Make it global-local. vim73
Mon, 19 Jul 2010 20:46:22 +0200 Bram Moolenaar Rename some "python3" symbols to "py3", as the command name. vim73
Mon, 19 Jul 2010 20:13:22 +0200 Bram Moolenaar Never hide text for conceal in cursor line. Do hide when there is vim73
Mon, 19 Jul 2010 19:52:13 +0200 Bram Moolenaar Rename w_p_conceal to w_p_conc for consistency. vim73
Sun, 18 Jul 2010 23:29:58 +0200 Bram Moolenaar Vim 7.3a -> 7.3b. vim73
Sun, 18 Jul 2010 18:47:44 +0200 Bram Moolenaar Minor runtime file updates. vim73
Sun, 18 Jul 2010 18:04:50 +0200 Bram Moolenaar Make automatic prototype generation work with more interfaces. vim73
Sun, 18 Jul 2010 14:34:51 +0200 Bram Moolenaar Better conceal in help. (partly by Dominique Pelle) vim73
Sat, 17 Jul 2010 12:47:16 +0200 Bram Moolenaar In Visual mode with 'showcmd' display the number of bytes and characters. vim73
Wed, 14 Jul 2010 21:12:05 +0200 Bram Moolenaar Disallow setting 'enc' in a modeline. (Patrick Texier) vim73
Wed, 14 Jul 2010 19:53:30 +0200 Bram Moolenaar Added 'colorcolumn' option. Partly by Gregor Uhlenheuer. vim73
Sun, 11 Jul 2010 20:46:53 +0200 Bram Moolenaar Make CTRL-L in command line mode respect 'ignorecase' and 'smartcase'. (Martin vim73
Sun, 11 Jul 2010 19:01:06 +0200 Bram Moolenaar Avoid use of the GTK mail_loop() so that the GtkFileChooser can be used. vim73
Sun, 11 Jul 2010 17:35:50 +0200 Bram Moolenaar When 'formatexpr' evaluates to non-zero fall back to internal formatting, also vim73
Sat, 10 Jul 2010 13:52:13 +0200 Bram Moolenaar Fixed ":s" message. Docs updates. vim73