Hi
Attached is a patch to fix an obvious grammar mistake in ":help E303"
in vim-7.2.25.
Regards
-- Dominique
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_dev" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---
Index: message.txt
===================================================================
RCS file: /cvsroot/vim/vim7/runtime/doc/message.txt,v
retrieving revision 1.28
diff -c -r1.28 message.txt
*** message.txt 9 Aug 2008 17:39:30 -0000 1.28
--- message.txt 31 Oct 2008 19:59:30 -0000
***************
*** 567,573 ****
Unable to open swap file for "{filename}", recovery impossible
Vim was not able to create a swap file. You can still edit the file, but if
! Vim unexpected exits the changes will be lost. And Vim may consume a lot of
memory when editing a big file. You may want to change the 'directory' option
to avoid this error. See |swap-file|.
--- 567,573 ----
Unable to open swap file for "{filename}", recovery impossible
Vim was not able to create a swap file. You can still edit the file, but if
! Vim unexpectedly exits the changes will be lost. And Vim may consume a lot of
memory when editing a big file. You may want to change the 'directory' option
to avoid this error. See |swap-file|.