mirror of
https://github.com/zoriya/vim.git
synced 2025-12-20 14:15:18 +00:00
patch 7.4.1433
Problem: The Sniff interface is no longer useful, the tool has not been
available for may years.
Solution: Delete the Sniff interface and related code.
This commit is contained in:
10
src/term.c
10
src/term.c
@@ -1796,16 +1796,6 @@ set_termname(char_u *term)
|
||||
# endif
|
||||
#endif /* FEAT_MOUSE */
|
||||
|
||||
#ifdef FEAT_SNIFF
|
||||
{
|
||||
char_u name[2];
|
||||
|
||||
name[0] = (int)KS_EXTRA;
|
||||
name[1] = (int)KE_SNIFF;
|
||||
add_termcode(name, (char_u *)"\233sniff", FALSE);
|
||||
}
|
||||
#endif
|
||||
|
||||
#ifdef USE_TERM_CONSOLE
|
||||
/* DEFAULT_TERM indicates that it is the machine console. */
|
||||
if (STRCMP(term, DEFAULT_TERM) != 0)
|
||||
|
||||
Reference in New Issue
Block a user