Merge pull request #227 from dmitmel/master

[pull] master from dmitmel:master
This commit is contained in:
pull[bot] 2021-03-25 06:41:49 +00:00 committed by GitHub
commit 4e1c759bbc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 9 additions and 2 deletions

View File

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

View File

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

View File

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

View File

@ -4,5 +4,5 @@
" 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
" undoes that damage.
let &l:comments = &g:comments
let &l:commentstring = '#%s'
setlocal comments<
setlocal commentstring=#%s