File: 03-change_color_names.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 (24 lines) | stat: -rw-r--r-- 1,311 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Change color names to match the filename, because otherwise
# vim sometimes complains that colorschems cannot be found.
# I don't know if this is the right way to fix this, but for now
# this solution does the trick
Index: vimoutliner-0.3.4/colors/vo_dark.vim
===================================================================
--- vimoutliner-0.3.4.orig/colors/vo_dark.vim	2009-06-20 13:44:29.000000000 +0200
+++ vimoutliner-0.3.4/colors/vo_dark.vim	2009-06-20 13:44:37.000000000 +0200
@@ -1,4 +1,4 @@
-let g:colors_name="VO Dark"
+let g:colors_name="vo_dark"
 hi normal guifg=white guibg=black	ctermfg=white ctermbg=black
 hi StatusLine guifg=white guibg=black	ctermfg=white ctermbg=black
 hi StatusLineNC guifg=white guibg=black	ctermfg=white ctermbg=black
Index: vimoutliner-0.3.4/colors/vo_light.vim
===================================================================
--- vimoutliner-0.3.4.orig/colors/vo_light.vim	2009-06-20 13:44:29.000000000 +0200
+++ vimoutliner-0.3.4/colors/vo_light.vim	2009-06-20 13:44:44.000000000 +0200
@@ -1,4 +1,4 @@
-let g:colors_name="VO Light"
+let g:colors_name="vo_light"
 hi normal guifg=black guibg=white	ctermfg=white ctermbg=black
 hi StatusLine guifg=black guibg=white	ctermfg=white ctermbg=black
 hi StatusLineNC guifg=black guibg=white	ctermfg=white ctermbg=black