diff options
author | Bram Moolenaar <Bram@vim.org> | 2018-07-29 15:07:52 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2018-07-29 15:07:52 +0200 |
commit | 91f84f6e11cd879d43d651c0903d85bff95f0716 (patch) | |
tree | 3c38a15ec4665ac5ed69454e41bd3347f41e800e /runtime/doc/remote.txt | |
parent | fdd7155fab3447b38280035c66178330f8f041e7 (diff) | |
download | vim-git-91f84f6e11cd879d43d651c0903d85bff95f0716.tar.gz |
Update runtime files.
Diffstat (limited to 'runtime/doc/remote.txt')
-rw-r--r-- | runtime/doc/remote.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/doc/remote.txt b/runtime/doc/remote.txt index 15219e0b9..03e0d9759 100644 --- a/runtime/doc/remote.txt +++ b/runtime/doc/remote.txt @@ -204,4 +204,4 @@ When using gvim, the --remote-wait only works properly this way: > start /w gvim --remote-wait file.txt < - vim:tw=78:sw=4:ts=8:ft=help:norl: + vim:tw=78:sw=4:ts=8:noet:ft=help:norl: |