diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-08 21:15:53 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-08 21:15:53 +0200 |
commit | 5eba45c74b86035e3b47579079fedd3575067530 (patch) | |
tree | 31f83f18d0f4e1016859c2eaa82cbfa639d74947 /runtime/doc | |
parent | 3479c5dc48b192a7c8c2089c4ba0de5538ea8129 (diff) | |
download | vim-git-5eba45c74b86035e3b47579079fedd3575067530.tar.gz |
Update version info in help files.
Diffstat (limited to 'runtime/doc')
-rw-r--r-- | runtime/doc/tags | 2 | ||||
-rw-r--r-- | runtime/doc/todo.txt | 3 | ||||
-rw-r--r-- | runtime/doc/version7.txt | 32 |
3 files changed, 34 insertions, 3 deletions
diff --git a/runtime/doc/tags b/runtime/doc/tags index e16c8e916..92e296fab 100644 --- a/runtime/doc/tags +++ b/runtime/doc/tags @@ -3735,7 +3735,6 @@ E392 syntax.txt /*E392* E393 syntax.txt /*E393* E394 syntax.txt /*E394* E395 syntax.txt /*E395* -E396 syntax.txt /*E396* E397 syntax.txt /*E397* E398 syntax.txt /*E398* E399 syntax.txt /*E399* @@ -5802,6 +5801,7 @@ g:netrw_use_nt_rcp pi_netrw.txt /*g:netrw_use_nt_rcp* g:netrw_win95ftp pi_netrw.txt /*g:netrw_win95ftp* g:netrw_winsize pi_netrw.txt /*g:netrw_winsize* g:netrw_xstrlen pi_netrw.txt /*g:netrw_xstrlen* +g:syntax_on syntax.txt /*g:syntax_on* g:tar_browseoptions pi_tar.txt /*g:tar_browseoptions* g:tar_cmd pi_tar.txt /*g:tar_cmd* g:tar_copycmd pi_tar.txt /*g:tar_copycmd* diff --git a/runtime/doc/todo.txt b/runtime/doc/todo.txt index 0e4459337..7b9557106 100644 --- a/runtime/doc/todo.txt +++ b/runtime/doc/todo.txt @@ -35,6 +35,9 @@ Before release 7.3: Bug: E685 error for func_unref(). (ZyX, 2010 Aug 5) +CTRL-] on help tag |/[\n]| doesn't jump to the right place. (Tony Mechelynck, +2010 Aug 8) + ":command Print echo 'print'" works, but ":Print" doesn't. Builtin Print should be overruled. (Aaron Thoma) diff --git a/runtime/doc/version7.txt b/runtime/doc/version7.txt index 71ac9a48f..baf2dd419 100644 --- a/runtime/doc/version7.txt +++ b/runtime/doc/version7.txt @@ -1,4 +1,4 @@ -*version7.txt* For Vim version 7.3e. Last change: 2010 Aug 04 +*version7.txt* For Vim version 7.3e. Last change: 2010 Aug 08 VIM REFERENCE MANUAL by Bram Moolenaar @@ -7301,7 +7301,7 @@ In Visual mode with 'showcmd' display the number of bytes and characters. Allow synIDattr() getting GUI attributes when build without GUI. (Matt Wozniski) -Support completion for ":find". Add test 73. (Nazri Ramliy) +Support completion for ":find". Added test 73. (Nazri Ramliy) Command line completion for :ownsyntax and :setfiletype. (Dominique Pelle) @@ -10098,5 +10098,33 @@ Set 'wrapscan' when checking the .po files. (Mike Williams) Win32: Put quotes around the gvim.exe path for the "Open with" menu entry. +On MS-Windows sometimes files with number 4913 or higher are left behind. + +'suffixesadd' was used for finding tags file. + +Removed unused code. + +Improved positioning of combining characters in GTK. + +Made test 11 pass when there is no gzip program. (John Beckett) + +Changed readfile() to ignore byte order marks, unless in binary mode. + +On MS-Windows completion of shell commands didn't work. + +An unprintable multi-byte character at the start of the screen line caused the +following text to be drawn at the wrong position. + +Got ml_get errors when using undo with 'virtualedit'. + +Call gui_mch_update() before triggering GuiEnter autocmd. (Ron Aaron) + +Unix "make install" installed a few Amiga .info files. + +Disallow setting 'ambiwidth' to "double" when 'listchars' or 'fillchars' +contains a character that would become double width. + +Set 'wrapscan' when checking the .po files. (Mike Williams) + vim:tw=78:ts=8:ft=help:norl: |