mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04: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:
@@ -206,9 +206,6 @@ getcmdline(
|
||||
struct cmdline_info save_ccline;
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_SNIFF
|
||||
want_sniff_request = 0;
|
||||
#endif
|
||||
#ifdef FEAT_EVAL
|
||||
if (firstc == -1)
|
||||
{
|
||||
|
Reference in New Issue
Block a user