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.vim1
1 files changed, 0 insertions, 1 deletions
diff --git a/vimrc.vim b/vimrc.vim
index 3f0cca8c..bf81ebd2 100644
--- a/vimrc.vim
+++ b/vimrc.vim
@@ -34,7 +34,6 @@ augroup END
 "   opening a second file in a new or existing window (shouldn't mess up existing highlighting)
 "   reloading an existing file (shouldn't mess up existing highlighting)
 
-" assumes CWD is subx/
 command! -nargs=1 E call EditSubx("edit", <f-args>)
 if exists("&splitvertical")
   command! -nargs=1 S call EditSubx("vert split", <f-args>)