0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.4561: build failure with some combination of features

Problem:    Build failure with some combination of features. (John Marriott)
Solution:   Adjust #ifdef.
This commit is contained in:
Bram Moolenaar
2022-03-13 19:08:48 +00:00
parent 5f823d1e73
commit 424da7aa48
2 changed files with 3 additions and 1 deletions

View File

@@ -3031,7 +3031,7 @@ mouse_find_win(int *rowp, int *colp, mouse_find_T popup UNUSED)
}
#if defined(NEED_VCOL2COL) || defined(FEAT_BEVAL) || defined(FEAT_PROP_POPUP) \
|| defined(PROTO)
|| defined(FEAT_EVAL) || defined(PROTO)
/*
* Convert a virtual (screen) column to a character column.
* The first column is one.