[nvim] fix the commentstring in po files

This commit is contained in:
Dmytro Meleshko 2021-01-25 11:04:02 +02:00
parent 9b15d6e155
commit 5e5eb4d39f
2 changed files with 2 additions and 1 deletions

View File

@ -5,4 +5,4 @@
" 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'
let &l:commentstring = '#%s'

1
nvim/after/syntax/po.vim Normal file
View File

@ -0,0 +1 @@
setl commentstring=#%s