mirror of
https://github.com/neovim/neovim.git
synced 2025-09-22 03:08:27 +00:00
test: tabstop=<big-number> #2838
This commit is contained in:
@@ -1274,7 +1274,7 @@ int plines_win_nofold(win_T *wp, linenr_T lnum)
|
||||
*/
|
||||
width = wp->w_width - win_col_off(wp);
|
||||
if (width <= 0 || col > 32000) {
|
||||
return 32000; // bigger than the number of lines of the screen
|
||||
return 32000; // bigger than the number of screen columns
|
||||
}
|
||||
if (col <= (unsigned int)width) {
|
||||
return 1;
|
||||
|
Reference in New Issue
Block a user