1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
|
# This patch changes the default localleader to ',,' as used
# in the documentation of vimoutliner
Index: vimoutliner-0.3.4/vimoutlinerrc
===================================================================
--- vimoutliner-0.3.4.orig/vimoutlinerrc 2009-06-23 11:40:13.000000000 +0200
+++ vimoutliner-0.3.4/vimoutlinerrc 2009-06-23 11:40:16.000000000 +0200
@@ -12,7 +12,7 @@
let g:vo_modules_load = "checkbox:hoist"
"User Preferences ***************************************************
-"let maplocalleader = ",," " this is prepended to VO key mappings
+let maplocalleader = ",," " this is prepended to VO key mappings
"setlocal ignorecase " searches ignore case
"setlocal smartcase " searches use smart case
|