about summary refs log tree commit diff stats
path: root/vimrc.vim
diff options
context:
space:
mode:
authorKartik Agaram <vc@akkartik.com>2019-09-07 23:46:22 -0700
committerKartik Agaram <vc@akkartik.com>2019-09-07 23:46:22 -0700
commit6fb244a78841fd04a3514f6a48de2127737bb715 (patch)
tree9877a136051e787da5d17439a329c087b332fb27 /vimrc.vim
parent82b958685cd89b5df8b358974fd34231b54f97c1 (diff)
downloadmu-6fb244a78841fd04a3514f6a48de2127737bb715.tar.gz
5641
Diffstat (limited to 'vimrc.vim')
-rw-r--r--vimrc.vim8
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