Skip to content

Commit d577f02

Browse files
author
naveedm9
committed
Update a comment. Should have done this with the last check in.
git-svn-id: http://vimchat.googlecode.com/svn/trunk@128 d1d492a2-f496-11dd-9d1d-173cc1d06e3c
1 parent 17fbbcd commit d577f02

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

plugin/vimchat.vim

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1354,9 +1354,9 @@ class VimChatScope:
13541354
#}}}
13551355
#{{{ notify
13561356
def notify(self, jid, msg, groupChat):
1357-
# Important to keep this print statement. As a side effect, it
1358-
# refreshes the buffer so the new message shows up.
1359-
# TODO: try replacing print with echo so :messages doesn't get polluted
1357+
# Important to keep this echo statement. As a side effect, it
1358+
# refreshes the buffer so the new message shows up. Need to find
1359+
# a better solution though.
13601360
vim.command("echo 'Message Received from: " + jid.replace("'", "''")
13611361
+ "'")
13621362

0 commit comments

Comments
 (0)