Skip to content

Instantly share code, notes, and snippets.

@y56
Created December 25, 2021 03:44
Show Gist options
  • Save y56/d2069b160bdacaffc5ee7016ea7af397 to your computer and use it in GitHub Desktop.
Save y56/d2069b160bdacaffc5ee7016ea7af397 to your computer and use it in GitHub Desktop.
vim errror message
====
Error detected while processing BufNewFile Autocommands for "*.js": E20: Mark not set
====
ref:
https://stackoverflow.com/questions/45416839/error-detected-while-processing-bufread-auto-commands-for-py
====
### Drop the whitespace in .vimrc
V V
au BufNewFile,BufRead *.js,*.html,*.css
\ set tabstop=2 |
\ set softtabstop=2 |
\ set shiftwidth=2 |
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment