diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-10-06 09:45:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2016-10-06 09:45:24 +0200 |
commit | d57f25e5ef4a02935e500dcb6cf2f7df45017dca (patch) | |
tree | 5a2ae250596ef1be897de12519b8976820562540 /runtime/autoload | |
parent | b1edc8abb7e0f11064fde9d4b208fb06f0c16a35 (diff) | |
download | rneovim-d57f25e5ef4a02935e500dcb6cf2f7df45017dca.tar.gz rneovim-d57f25e5ef4a02935e500dcb6cf2f7df45017dca.tar.bz2 rneovim-d57f25e5ef4a02935e500dcb6cf2f7df45017dca.zip |
doc/vim_diff.txt (#5432)
Diffstat (limited to 'runtime/autoload')
-rw-r--r-- | runtime/autoload/remote/host.vim | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/runtime/autoload/remote/host.vim b/runtime/autoload/remote/host.vim index 110f80297a..d4e8e98bc0 100644 --- a/runtime/autoload/remote/host.vim +++ b/runtime/autoload/remote/host.vim @@ -260,11 +260,9 @@ endfunction function! remote#host#LoadErrorForHost(host, log) abort return 'Failed to load '. a:host . ' host. '. - \ 'You can try to see what happened '. - \ 'by starting Neovim with the environment variable '. - \ a:log . ' set to a file and opening the generated '. - \ 'log file. Also, the host stderr is available '. - \ 'in messages.' + \ 'You can try to see what happened by starting nvim with '. + \ a:log . ' set and opening the generated log file.'. + \ ' Also, the host stderr is available in messages.' endfunction |