• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Commit MetaInfo

Révision6ca4d4f1345b947dacd52e3bac3ddba018817f46 (tree)
l'heure2018-02-11 08:11:22
AuteurMarkus Prepens <markus.prepens@gmai...>
CommiterMarkus Prepens

Message de Log

Merge branch 'master' of https://github.com/analogbit/nvim

Change Summary

Modification

--- a/autoload/shellcommand.vim
+++ b/autoload/shellcommand.vim
@@ -26,7 +26,7 @@ function! shellcommand#Run(cmdLine)
2626 normal ggdG
2727 else
2828 " No ShellCommand buffer
29- execute "new " . s:outputBuffer
29+ execute "edit " . s:outputBuffer
3030 setlocal noswapfile nowrap
3131 endif
3232