Skip to content

Commit

Permalink
Add function CommentFrame#MapKeys for vim access to function.
Browse files Browse the repository at this point in the history
  • Loading branch information
cometsong committed Nov 19, 2012
1 parent 3687843 commit d7f560f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions plugin/CommentFrame.vim
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ function! CommentFrame#CustomRight(start_str, end_str, line_width,
call s:CommentRight(a:start_str, a:end_str, a:line_width, a:right_width,
\a:title_fill, a:numspaces, a:titlestring)
endfunction

function! CommentFrame#MapKeys(modes, keys, target)
call s:MapKeys(a:modes, a:keys, a:target)
endfunction
"}}}

"~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ Commands, Mappings of Custom Functions {{{ ~~~~~
Expand Down

0 comments on commit d7f560f

Please sign in to comment.