X-Git-Url: http://www.git.stargrave.org/?p=codecomm.git;a=blobdiff_plain;f=plugin%2Fcodecomm.vim;h=00efad25d0c739e6296c3ed315137dd817999bd2;hp=2f108853e649de15f9d3a904caa915ada88c3ba0;hb=c4fcc9f7fcd4d929a1d9f61f858a531d74d6fff5;hpb=86003be1abf041ee66f8c6a6350711a0e2f9d08d diff --git a/plugin/codecomm.vim b/plugin/codecomm.vim index 2f10885..00efad2 100644 --- a/plugin/codecomm.vim +++ b/plugin/codecomm.vim @@ -85,5 +85,6 @@ function! s:CodeCommClear() endfunction command! CodeCommClear call CodeCommClear() +command! CodeCommEdit :execute "edit " . g:codecomm_file command! -range CodeComm , call CodeComm() vnoremap cc :call CodeComm()