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:
@@ -1639,10 +1639,6 @@ struct file_buffer
|
||||
char b_fab_rat; /* Record attribute */
|
||||
unsigned int b_fab_mrs; /* Max record size */
|
||||
#endif
|
||||
#ifdef FEAT_SNIFF
|
||||
int b_sniff; /* file was loaded through Sniff */
|
||||
#endif
|
||||
|
||||
int b_fnum; /* buffer number for this file. */
|
||||
|
||||
int b_changed; /* 'modified': Set to TRUE if something in the
|
||||
|
Reference in New Issue
Block a user