about summary refs log tree commit diff stats
path: root/vimrc.vim
diff options
context:
space:
mode:
Diffstat (limited to 'vimrc.vim')
-rw-r--r--vimrc.vim2
1 files changed, 1 insertions, 1 deletions
diff --git a/vimrc.vim b/vimrc.vim
index 50cf9230..4cb926d0 100644
--- a/vimrc.vim
+++ b/vimrc.vim
@@ -84,7 +84,7 @@ if empty($TMUX)
   "   can't put final cursor movement out of function because that disables the wait for <CR> prompt; function must be final operation of map
   "   can't avoid the function because that disables the wait for <CR> prompt
   " known issue:
-  "   cursor on '#' causes error
+  "   can't handle comments at start of current test
   noremap <Leader>t {j0:call RunTestMoveCursor("<C-r><C-w>")<CR>
   function RunTestMoveCursor(arg)
     let l:arg = a:arg == "#" ? " " : a:arg  " Vim's '!' insists on interpreting '#' anywhere in its arg