mirror of
https://github.com/neovim/neovim
synced 2025-07-16 01:01:49 +00:00
vim-patch:9.1.1449: typo in pum_display()
Problem: typo in pum_display()
Solution: update the comment, remove empty new lines
(glepnir)
closes: vim/vim#17506
ed4eb74f7a
Co-authored-by: glepnir <glephunter@gmail.com>
This commit is contained in:
@ -285,7 +285,7 @@ void pum_display(pumitem_T *array, int size, int selected, bool array_changed, i
|
||||
// for cmdline pum, no need for context lines unless target_win is set
|
||||
context_lines = 0;
|
||||
} else {
|
||||
// Leave two lines of context if possible
|
||||
// Leave three lines of context if possible
|
||||
validate_cheight(target_win);
|
||||
int cline_visible_offset = target_win->w_cline_row +
|
||||
target_win->w_cline_height - target_win->w_wrow;
|
||||
|
Reference in New Issue
Block a user