mirror of
https://github.com/vim/vim.git
synced 2025-09-27 04:14:06 -04:00
Fix build warnings and problems for tiny/small Win32 build. (Mike Williams)
This commit is contained in:
@@ -13508,7 +13508,7 @@ find_some_match(argvars, rettv, type)
|
||||
startcol = (colnr_T)(regmatch.startp[0]
|
||||
+ (*mb_ptr2len)(regmatch.startp[0]) - str);
|
||||
#else
|
||||
startcol = regmatch.startp[0] + 1 - str;
|
||||
startcol = (colnr_T)(regmatch.startp[0] + 1 - str);
|
||||
#endif
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user