mirror of
https://github.com/neovim/neovim.git
synced 2025-10-07 02:16:31 +00:00
vim-patch:8.1.0939: no completion for sign group names
Problem: No completion for sign group names.
Solution: Add completion for sign group names and buffer names. (Yegappan
Lakshmanan, closes vim/vim#3980)
3678f65d43
This commit is contained in:
@@ -1570,6 +1570,7 @@ char_u* skiptohex(char_u *q)
|
||||
///
|
||||
/// @return Pointer to the next whitespace or NUL character.
|
||||
char_u *skiptowhite(const char_u *p)
|
||||
FUNC_ATTR_NONNULL_ALL
|
||||
{
|
||||
while (*p != ' ' && *p != '\t' && *p != NUL) {
|
||||
p++;
|
||||
|
Reference in New Issue
Block a user