aboutsummaryrefslogtreecommitdiff
path: root/runtime/autoload
diff options
context:
space:
mode:
authorJustin M. Keyes <justinkz@gmail.com>2016-10-06 09:45:24 +0200
committerGitHub <noreply@github.com>2016-10-06 09:45:24 +0200
commitd57f25e5ef4a02935e500dcb6cf2f7df45017dca (patch)
tree5a2ae250596ef1be897de12519b8976820562540 /runtime/autoload
parentb1edc8abb7e0f11064fde9d4b208fb06f0c16a35 (diff)
downloadrneovim-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.vim8
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