forked from aniani/vim
Add the 'b' flag to 'comments', so that the shebang line is not detected as comment. Fixes #14101. Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
parent
b1427b46f5
commit
e84d2d4432
@ -4,7 +4,7 @@
|
|||||||
" Previous Maintainer: Dan Sharp
|
" Previous Maintainer: Dan Sharp
|
||||||
" Contributor: Enno Nagel <ennonagel+vim@gmail.com>
|
" Contributor: Enno Nagel <ennonagel+vim@gmail.com>
|
||||||
" Eisuke Kawashima
|
" Eisuke Kawashima
|
||||||
" Last Change: 2024 Jan 14
|
" Last Change: 2024 Feb 27
|
||||||
|
|
||||||
if exists("b:did_ftplugin")
|
if exists("b:did_ftplugin")
|
||||||
finish
|
finish
|
||||||
@ -14,7 +14,7 @@ let b:did_ftplugin = 1
|
|||||||
let s:save_cpo = &cpo
|
let s:save_cpo = &cpo
|
||||||
set cpo-=C
|
set cpo-=C
|
||||||
|
|
||||||
setlocal comments=:#
|
setlocal comments=b:#
|
||||||
setlocal commentstring=#\ %s
|
setlocal commentstring=#\ %s
|
||||||
setlocal formatoptions-=t formatoptions+=croql
|
setlocal formatoptions-=t formatoptions+=croql
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user