Bram Moolenaar wrote: > Announcing: Vim (Vi IMproved) version 7.3e BETA ... > Report anything that isn't right. That includes a crash but also a typo > in the documentation and a missing file.
Attached patch fixes a typo in :help added-7.3 -- Dominique -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php
diff -r 7850c8c12347 runtime/doc/version7.txt --- a/runtime/doc/version7.txt Fri Aug 13 21:16:49 2010 +0200 +++ b/runtime/doc/version7.txt Fri Aug 13 22:21:10 2010 +0200 @@ -7298,7 +7298,7 @@ In Visual mode with 'showcmd' display the number of bytes and characters. -Allow synIDattr() getting GUI attributes when build without GUI. (Matt +Allow synIDattr() getting GUI attributes when built without GUI. (Matt Wozniski) Support completion for ":find". Added test 73. (Nazri Ramliy)
