vimrc: re-enable autosave

This commit is contained in:
2017-09-29 12:59:24 +01:00
parent 74c3f7336f
commit 1819e6ae03
+1 -1
View File
@@ -74,7 +74,7 @@ let g:airline_theme='solarized'
let g:airline#extensions#tabline#enabled = 1
" vim-auto-save
"let g:auto_save = 1 " enable AutoSave on Vim startup
let g:auto_save = 1 " enable AutoSave on Vim startup
" vim-markdown plugin
let vim_markdown_preview_toggle=0