mirror of
https://github.com/vim/vim.git
synced 2025-09-23 03:43:49 -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:
@@ -1972,10 +1972,6 @@ typedef int VimClipboard; /* This is required for the prototypes. */
|
||||
|
||||
#include "globals.h" /* global variables and messages */
|
||||
|
||||
#ifdef FEAT_SNIFF
|
||||
# include "if_sniff.h"
|
||||
#endif
|
||||
|
||||
#ifndef FEAT_VIRTUALEDIT
|
||||
# define getvvcol(w, p, s, c, e) getvcol(w, p, s, c, e)
|
||||
# define virtual_active() FALSE
|
||||
|
Reference in New Issue
Block a user