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:
parent
49cf51077c
commit
07b2dc4e83
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user