vimrc_example.vim: Update vimrc path. #4203

This commit is contained in:
E Kawashima 2016-02-09 13:18:49 +09:00 committed by Justin M. Keyes
parent f8f92a2360
commit 392964617a

View File

@ -1,8 +1,8 @@
" An example for a vimrc file. " An example for a vimrc file.
" "
" To use it, copy it to " To use it, copy it to
" for Unix: ~/.vimrc " for Unix: $HOME/.config/nvim/init.vim
" for Windows: $VIM\_vimrc " for Windows: %LOCALAPPDATA%\nvim\init.vim
set backup " keep a backup file (restore to previous version) set backup " keep a backup file (restore to previous version)
set undofile " keep an undo file (undo changes after closing) set undofile " keep an undo file (undo changes after closing)