File: 04-fix-maplocalleader-in-default-config.patch

package info (click to toggle)
vimoutliner 0.3.4%2Bpristine-9.2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 596 kB
  • ctags: 287
  • sloc: python: 897; perl: 678; sh: 133; makefile: 29
file content (15 lines) | stat: -rw-r--r-- 721 bytes parent folder | download | duplicates (4)
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