Skip to content

Commit b1fcd4f

Browse files
committed
More usefull messages
1 parent cecff2a commit b1fcd4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

autoload/pymode.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ fun! pymode#WideMessage(msg) "{{{
115115
let x=&ruler | let y=&showcmd
116116
set noruler noshowcmd
117117
redraw
118-
echo strpart(a:msg, 0, &columns-1)
118+
echohl Debug | echo strpart(a:msg, 0, &columns-1) | echohl none
119119
let &ruler=x | let &showcmd=y
120120
endfunction "}}}
121121

0 commit comments

Comments
 (0)