]> gitweb @ CieloNegro.org - sugar.git/commitdiff
Auto commit by The Sugar System.
authorPHO <pho@cielonegro.org>
Wed, 6 Jun 2012 01:54:08 +0000 (10:54 +0900)
committerPHO <pho@cielonegro.org>
Wed, 6 Jun 2012 01:54:08 +0000 (10:54 +0900)
dot-files/_vimperatorrc

index a88c93cf45e7b9059832136efd95fba77f3b8e56..fe17465f083c8c2d1c7b192e78f35470b531f0e9 100644 (file)
@@ -1,3 +1,4 @@
+" -*- vimrc -*-
 "2.3.1 (created: 2010/04/07 18:56:53)
 
 set guioptions=mrnb
@@ -8,7 +9,7 @@ map h <C-p>
 map l <C-n>
 
 map <C-x><C-r> :rfc 
-command! -nargs=1 -description="Open an RFC with the given number" rfc tabopen http://tools.ietf.org/html/<args>
+command! -nargs=1 -description="Open an RFC with the given number" rfc tabopen http://tools.ietf.org/html/rfc<args>
 
 map <C-x><C-h> :hackage 
 command! -nargs=1 -description="Open package info in the HackageDB" hackage tabopen http://hackage.haskell.org/package/<args>