mirror of
https://github.com/neovim/neovim.git
synced 2025-09-28 22:18:33 +00:00
Remove SniFF
This commit is contained in:

committed by
Thiago de Arruda

parent
8a0043130f
commit
44a6f194b4
@@ -1661,11 +1661,6 @@ char_u* skiptowhite(char_u *p)
|
||||
return p;
|
||||
}
|
||||
|
||||
#if defined(FEAT_LISTCMDS) \
|
||||
|| defined(FEAT_SIGNS) \
|
||||
|| defined(FEAT_SNIFF) \
|
||||
|| defined(PROTO)
|
||||
|
||||
/// skiptowhite_esc: Like skiptowhite(), but also skip escaped chars
|
||||
///
|
||||
/// @param p
|
||||
@@ -1682,9 +1677,6 @@ char_u* skiptowhite_esc(char_u *p)
|
||||
return p;
|
||||
}
|
||||
|
||||
#endif // if defined(FEAT_LISTCMDS) || defined(FEAT_SIGNS)
|
||||
// || defined(FEAT_SNIFF) || defined(PROTO)
|
||||
|
||||
/// Getdigits: Get a number from a string and skip over it.
|
||||
///
|
||||
/// Note: the argument is a pointer to a char_u pointer!
|
||||
|
Reference in New Issue
Block a user