mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
Avoid compiler warnings.
This commit is contained in:
@@ -297,7 +297,7 @@ redrawWinline(lnum, invalid)
|
||||
#endif
|
||||
}
|
||||
|
||||
#if defined(FEAT_RUBY) || defined(FEAT_VISUAL) || \
|
||||
#if defined(FEAT_RUBY) || defined(FEAT_PERL) || defined(FEAT_VISUAL) || \
|
||||
(defined(FEAT_CLIPBOARD) && defined(FEAT_X11)) || defined(PROTO)
|
||||
/*
|
||||
* update all windows that are editing the current buffer
|
||||
|
Reference in New Issue
Block a user