mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
updated for version 7.2-180
This commit is contained in:
@@ -9243,10 +9243,9 @@ nv_open(cap)
|
||||
}
|
||||
|
||||
#ifdef FEAT_SNIFF
|
||||
/*ARGSUSED*/
|
||||
static void
|
||||
nv_sniff(cap)
|
||||
cmdarg_T *cap;
|
||||
cmdarg_T *cap UNUSED;
|
||||
{
|
||||
ProcessSniffRequests();
|
||||
}
|
||||
@@ -9262,10 +9261,9 @@ nv_nbcmd(cap)
|
||||
#endif
|
||||
|
||||
#ifdef FEAT_DND
|
||||
/*ARGSUSED*/
|
||||
static void
|
||||
nv_drop(cap)
|
||||
cmdarg_T *cap;
|
||||
cmdarg_T *cap UNUSED;
|
||||
{
|
||||
do_put('~', BACKWARD, 1L, PUT_CURSEND);
|
||||
}
|
||||
@@ -9277,7 +9275,6 @@ nv_drop(cap)
|
||||
* When waiting for a character for 'updatetime' K_CURSORHOLD is put in the
|
||||
* input buffer. "did_cursorhold" is set to avoid retriggering.
|
||||
*/
|
||||
/*ARGSUSED*/
|
||||
static void
|
||||
nv_cursorhold(cap)
|
||||
cmdarg_T *cap;
|
||||
|
Reference in New Issue
Block a user