diff --git a/README.md b/README.md index 0560de4..9f19493 100644 --- a/README.md +++ b/README.md @@ -81,6 +81,7 @@ __Optional ~/.vimrc Variables:__ * let g:vimchat\_buddylistmaxwidth = max width of buddy list window, default '' * let g:vimchat\_timestampformat = format of the message timestamp, default "[%H:%M]" * let g:vimchat\_showPresenceNotification = notification if buddy changed status, comma-separated list of states, default "" +* let g:vimchat\_statusAutoCompletion = (0 or 1), default is 1 # Hacking @@ -88,7 +89,6 @@ __Optional ~/.vimrc Variables:__ * All python code should follow pep8 guidelines * All new features should update documentation in the README - # Contributors * Philipp [philsmd](https://github.com/philsmd) diff --git a/plugin/vimchat.vim b/plugin/vimchat.vim index 4ab3c36..4133f59 100644 --- a/plugin/vimchat.vim +++ b/plugin/vimchat.vim @@ -30,6 +30,7 @@ " g:vimchat_timestampformat = format of the msg timestamp default "[%H:%M]" " g:vimchat_showPresenceNotification = " notify if buddy changed status default "" +" g:vimchat_statusAutoCompletion = (0 or 1) default is 1 python <