diff options
author | E Kawashima <e-kwsm@users.noreply.github.com> | 2016-02-09 13:18:49 +0900 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-02-08 23:29:18 -0500 |
commit | 392964617a1f0157fb92b96cfab9519f86261d50 (patch) | |
tree | 1b8886481fa5e0f7c48b8176857af947d9dc4d0b /runtime/vimrc_example.vim | |
parent | f8f92a2360b4eb8bae2ff8604e3648c54e62850d (diff) | |
download | rneovim-392964617a1f0157fb92b96cfab9519f86261d50.tar.gz rneovim-392964617a1f0157fb92b96cfab9519f86261d50.tar.bz2 rneovim-392964617a1f0157fb92b96cfab9519f86261d50.zip |
vimrc_example.vim: Update vimrc path. #4203
Diffstat (limited to 'runtime/vimrc_example.vim')
-rw-r--r-- | runtime/vimrc_example.vim | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/vimrc_example.vim b/runtime/vimrc_example.vim index 48c7a3535a..c53dde8ceb 100644 --- a/runtime/vimrc_example.vim +++ b/runtime/vimrc_example.vim @@ -1,8 +1,8 @@ " An example for a vimrc file. " " To use it, copy it to -" for Unix: ~/.vimrc -" for Windows: $VIM\_vimrc +" for Unix: $HOME/.config/nvim/init.vim +" for Windows: %LOCALAPPDATA%\nvim\init.vim set backup " keep a backup file (restore to previous version) set undofile " keep an undo file (undo changes after closing) |