From c4fcc9f7fcd4d929a1d9f61f858a531d74d6fff5 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Wed, 27 May 2020 23:38:11 +0300 Subject: [PATCH] Trivial CodeCommEdit --- plugin/codecomm.vim | 1 + 1 file changed, 1 insertion(+) 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() -- 2.44.0