Created
December 25, 2021 03:44
-
-
Save y56/d2069b160bdacaffc5ee7016ea7af397 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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