diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-09-07 23:46:22 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-09-07 23:46:22 -0700 |
commit | 6fb244a78841fd04a3514f6a48de2127737bb715 (patch) | |
tree | 9877a136051e787da5d17439a329c087b332fb27 | |
parent | 82b958685cd89b5df8b358974fd34231b54f97c1 (diff) | |
download | mu-6fb244a78841fd04a3514f6a48de2127737bb715.tar.gz |
5641
-rw-r--r-- | vimrc.vim | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/vimrc.vim b/vimrc.vim index 8b88cfc3..50cf9230 100644 --- a/vimrc.vim +++ b/vimrc.vim @@ -91,14 +91,6 @@ if empty($TMUX) exec "!./run_one_test ".expand("%")." ".l:arg exec "normal \<C-o>" endfunction - function RunTestMoveCursorAndMaybeOpenTrace(arg) - let l:arg = a:arg == "#" ? " " : a:arg " Vim's '!' insists on interpreting '#' anywhere in its arg - exec "!./run_one_test ".expand("%")." ".l:arg - exec "normal \<C-o>" - if v:shell_error - noautocmd vertical split last_run - endif - endfunction else " we have tmux; we don't need to show any output in the Vim pane so life is simpler " assume the left-most window is for the shell |