[svnbook commit] r1573 - trunk/src/nb/tools

sunny256 svnbook-dev at red-bean.com
Fri Jul 29 09:03:09 CDT 2005


Author: sunny256
Date: Fri Jul 29 09:03:08 2005
New Revision: 1573

Modified:
   trunk/src/nb/tools/svnbook.vim
Log:
Norwegian svnbook: Add a new macro to the Vim syntax file.

* src/nb/tools/svnbook.vim
  Add a new <F7> macro which does the same as <F6> (reformats 
  paragraphs) but works better with proofread text as it searches for 
  the next change instead of the next @ENGLISH marker.


Modified: trunk/src/nb/tools/svnbook.vim
==============================================================================
--- trunk/src/nb/tools/svnbook.vim	(original)
+++ trunk/src/nb/tools/svnbook.vim	Fri Jul 29 09:03:08 2005
@@ -27,6 +27,10 @@
 " next ENGLISH marker and go into linewise visual mode again.
 noremap <f6> gq/@ENGLISH }}}<cr>jV
 
+" F7: Same as F6, but instead of searching for the next @ENGLISH marker, 
+" the next change is found.
+noremap <f7> gq]ckV
+
 runtime! syntax/xml.vim
 
 " vim: set fdm=manual tw=72 ts=2 sw=2 sts=2 et fenc=utf8 :



More information about the svnbook-dev mailing list