Révision | 6ca4d4f1345b947dacd52e3bac3ddba018817f46 (tree) |
---|---|
l'heure | 2018-02-11 08:11:22 |
Auteur | Markus Prepens <markus.prepens@gmai...> |
Commiter | Markus Prepens |
Merge branch 'master' of https://github.com/analogbit/nvim
@@ -26,7 +26,7 @@ function! shellcommand#Run(cmdLine) | ||
26 | 26 | normal ggdG |
27 | 27 | else |
28 | 28 | " No ShellCommand buffer |
29 | - execute "new " . s:outputBuffer | |
29 | + execute "edit " . s:outputBuffer | |
30 | 30 | setlocal noswapfile nowrap |
31 | 31 | endif |
32 | 32 |