Compare commits

..

No commits in common. "4e1c759bbc18dbb858aca4d2b020538ae92f4b76" and "9164088ecc3e968e257b1fc08650fc136c34fc2c" have entirely different histories.

4 changed files with 2 additions and 9 deletions

View file

@ -1,3 +0,0 @@
let g:haskall_test = 1
setlocal foldmethod<
setlocal foldtext<

View file

@ -1,2 +0,0 @@
setlocal foldmethod<
setlocal foldtext<

View file

@ -1,2 +0,0 @@
setlocal foldmethod<
setlocal foldtext<

View file

@ -4,5 +4,5 @@
" sourced in `syntax/nginx.vim` in vim-polyglot, which resets the `commentstring` " sourced in `syntax/nginx.vim` in vim-polyglot, which resets the `commentstring`
" set in `ftplugin/nginx.vim` and sets `comments` to some garbage. This script " set in `ftplugin/nginx.vim` and sets `comments` to some garbage. This script
" undoes that damage. " undoes that damage.
setlocal comments< let &l:comments = &g:comments
setlocal commentstring=#%s let &l:commentstring = '#%s'