Created
February 6, 2015 10:49
-
-
Save nandajavarma/52adb5da23e3421b00ab to your computer and use it in GitHub Desktop.
test
This file contains 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
autocmd BufWritePre * :%s/\s\+$//e | |
set wrap | |
set linebreak | |
" note trailing space at end of next line | |
set showbreak=>\ \ \ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment