vim-lint icon indicating copy to clipboard operation
vim-lint copied to clipboard

Check your .vimrc for errors

Results 2 vim-lint issues
Sort by recently updated
recently updated
newest added

ex commands can have capital letters after their first character linecmd's regex should capture this. Also, functions should not call lower() on a command as it's case-sensitive. For example, before...

Vim lets you abbreviate commands (`autocmd` -> `au`) and options (`nonumber` -> `nonu`). This is typically considered poor form. Perhaps vim-lint should warn users when they use the shortened versions...