File: sokoboan_path.diff

package info (click to toggle)
vim-scripts 20210124.1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 5,100 kB
  • sloc: perl: 420; xml: 95; makefile: 24
file content (16 lines) | stat: -rw-r--r-- 585 bytes parent folder | download | duplicates (3)
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/VimSokoban/plugin/sokoban.vim
===================================================================
--- vim-scripts.orig/VimSokoban/plugin/sokoban.vim
+++ vim-scripts/VimSokoban/plugin/sokoban.vim
@@ -71,6 +71,7 @@
     finish
 endif
 let loaded_VimSokoban = 1
+let g:SokobanLevelDirectory = "/usr/share/vim-scripts/VimSokoban/plugin/VimSokoban/"
 
 " Allow the user to specify the location of the sokoban levels
 if (!exists("g:SokobanLevelDirectory"))