You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 of commands/options in their viml.
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 of commands/options in their viml.