diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2017-04-20 14:47:01 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-04-20 14:47:01 +0200 |
commit | 3a606ee58d550d3307cf69c69267bb02cfae3c31 (patch) | |
tree | 939c95a47f0e5bcd0bbd1be678b20a6a942cab88 /runtime | |
parent | a6f50c1120f4427d1b4f531ac564d83b770fd62f (diff) | |
parent | d55fd9588f621719e3e8c66f69290a00e1fadc1b (diff) | |
download | rneovim-3a606ee58d550d3307cf69c69267bb02cfae3c31.tar.gz rneovim-3a606ee58d550d3307cf69c69267bb02cfae3c31.tar.bz2 rneovim-3a606ee58d550d3307cf69c69267bb02cfae3c31.zip |
Merge #6552 from justinmk/loadview
Diffstat (limited to 'runtime')
-rw-r--r-- | runtime/doc/starting.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/starting.txt b/runtime/doc/starting.txt index 2d1dd22222..14e8c5d76f 100644 --- a/runtime/doc/starting.txt +++ b/runtime/doc/starting.txt @@ -922,7 +922,7 @@ You might want to clean up your 'viewdir' directory now and then. To automatically save and restore views for *.c files: > au BufWinLeave *.c mkview - au BufWinEnter *.c silent loadview + au BufWinEnter *.c silent! loadview ============================================================================== 8. The ShaDa file *shada* *shada-file* |