We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 48c7c02 commit 2056efdCopy full SHA for 2056efd
autoload/doge.vim
@@ -77,7 +77,7 @@ endfunction
77
" arg: Either a count (0 by default) or a string (empty by default).
78
function! doge#generate(arg) abort
79
if !exists('b:doge_supported_doc_standards')
80
- echoerr "[vim-doge] It seems like you forgot to set `filetype plugin on` in your .vimrc"
+ echoerr '[vim-doge] It seems like you forgot to set `filetype plugin on` in your .vimrc'
81
return 1
82
endif
83
0 commit comments