1
1
mirror of https://github.com/qvacua/vimr.git synced 2024-11-28 02:54:31 +03:00

GH-229 Comment a log

This commit is contained in:
Tae Won Ha 2016-08-18 23:40:04 +02:00
parent 49cf51077c
commit 07b2dc4e83
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -546,7 +546,7 @@ void custom_ui_start(void) {
void custom_ui_autocmds_groups(
event_T event, char_u *fname, char_u *fname_io, int group, bool force, buf_T *buf, exarg_T *eap
) {
log4Debug("got event %d for file %s in group %d.", event, fname, group);
// log4Debug("got event %d for file %s in group %d.", event, fname, group);
switch (event) {
// Did we get them all?
case EVENT_TEXTCHANGED: