diff options
author | Marco Hinz <mh.codebro@gmail.com> | 2015-11-11 01:00:04 +0100 |
---|---|---|
committer | Marco Hinz <mh.codebro@gmail.com> | 2015-11-11 22:50:14 +0100 |
commit | 85b1052c3ceeaeae7da907707d7bbdce8d71f642 (patch) | |
tree | ce789d21e26d500e6263d22abf29696b8e81692e /CONTRIBUTING.md | |
parent | 947e356cdaa931bec9b2314c36bbfed926514030 (diff) | |
download | rneovim-85b1052c3ceeaeae7da907707d7bbdce8d71f642.tar.gz rneovim-85b1052c3ceeaeae7da907707d7bbdce8d71f642.tar.bz2 rneovim-85b1052c3ceeaeae7da907707d7bbdce8d71f642.zip |
Remove all invalid nvimrc and ngvimrc references
"vimrc" refers to all files that are used to configure Neovim. The main
configuration file is init.vim nowadays.
All nvimrc references that are left refer to a local ".nvimrc" which is read
if 'exrc' is set. ".ngvimrc" references were completely wiped.
Closes #3552.
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index d50019a532..01105d8379 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -28,7 +28,7 @@ If your issue isn't mentioned there: - For runtime issues, see [Troubleshooting#runtime-issues][wiki-troubleshooting-runtime-issues]. If your issue isn't mentioned there, try to reproduce your it using - `nvim` with the smallest possible `nvimrc` (or none at all via `nvim -u + `nvim` with the smallest possible `vimrc` (or none at all via `nvim -u NONE`), to rule out bugs in plugins you're using. If you're using a plugin manager, comment out your plugins, then add them back in one by one. |