vint icon indicating copy to clipboard operation
vint copied to clipboard

文字列内の文字列で Prefer single quoted strings が出る

Open thinca opened this issue 9 years ago • 1 comments

sample.vim

echo map([], '"hi"')
$ vint sample.vim
sample.vim:1:14: Prefer single quoted strings (see Google VimScript Style Guide (Strings))

$ vint --version
0.3.1

文字列中ではダブルクォートでもエラーにならないと嬉しいです!

thinca avatar Mar 08 '15 13:03 thinca

@thinca 最新版では出ないです。

tyru avatar Mar 06 '20 15:03 tyru