Skip to content

Commit

Permalink
[bugfix] disable fold in game. (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
John Grib committed Jul 4, 2017
1 parent bbc1eac commit 1a8dd46
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions autoload/VimGameCodeBreak/init.vim
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ function! s:setLocalSetting(config)
setlocal signcolumn=no
setlocal regexpengine=1
setlocal lazyredraw
setlocal nofoldenable
syntax on
" execute "setlocal synmaxcol=" . (a:config['width'] - 1)
highlight statusLine ctermfg=yellow ctermbg=NONE guifg=yellow guibg=NONE
Expand Down

0 comments on commit 1a8dd46

Please sign in to comment.