Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
tomtom committed Mar 23, 2019
1 parent 740b94b commit 2b8c999
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions autoload/tcomment/debug.vim
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
" @Author: Tom Link (mailto:micathom AT gmail com?subject=[vim])
" @Website: https://github.com/tomtom
" @License: GPL (see http://www.gnu.org/licenses/gpl.txt)
" @Last Change: 2019-03-22
" @Revision: 6
" @Last Change: 2019-03-23
" @Revision: 10


function! tcomment#debug#CollectInfo() abort "{{{3
Expand All @@ -12,5 +12,6 @@ function! tcomment#debug#CollectInfo() abort "{{{3
echom 'TCOMMENT: ct =' string(tcomment#GuessCommentType())
redir END
echom 'The info was also copied to the clipboard @+'
echom 'Please see also :help tcomment-debug'
endf

0 comments on commit 2b8c999

Please sign in to comment.