Skip to content

Commit 2056efd

Browse files
committed
style: use single-quotes to resolve linter error
1 parent 48c7c02 commit 2056efd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/doge.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ endfunction
7777
" arg: Either a count (0 by default) or a string (empty by default).
7878
function! doge#generate(arg) abort
7979
if !exists('b:doge_supported_doc_standards')
80-
echoerr "[vim-doge] It seems like you forgot to set `filetype plugin on` in your .vimrc"
80+
echoerr '[vim-doge] It seems like you forgot to set `filetype plugin on` in your .vimrc'
8181
return 1
8282
endif
8383

0 commit comments

Comments
 (0)