File: sokoboan_path.diff

package info (click to toggle)
vim-scripts 20130814
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd, stretch
  • size: 4,608 kB
  • ctags: 2,511
  • sloc: perl: 452; xml: 95; makefile: 25
file content (16 lines) | stat: -rw-r--r-- 538 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
## sokoban_path.diff by  <zack@debian.org>
##
## set SokobanLevelDirectory so that levels are shared among users

Index: vim-scripts/plugin/sokoban.vim
===================================================================
--- vim-scripts.orig/plugin/sokoban.vim
+++ vim-scripts/plugin/sokoban.vim
@@ -71,6 +71,7 @@
     finish
 endif
 let loaded_VimSokoban = 1
+let g:SokobanLevelDirectory = "/usr/share/vim-scripts/sokoban-levels/"
 
 " Allow the user to specify the location of the sokoban levels
 if (!exists("g:SokobanLevelDirectory"))