mirror of
https://github.com/vim/vim.git
synced 2025-07-26 11:04:33 -04:00
updated for version 7.3.294
Problem: Patch 289 causes more problems than it solves. Solution: Rever the patch untill a better solution is found.
This commit is contained in:
parent
d3184b57d2
commit
01a78342e0
@ -3367,15 +3367,6 @@ ins_compl_new_leader()
|
|||||||
ins_bytes(compl_leader + ins_compl_len());
|
ins_bytes(compl_leader + ins_compl_len());
|
||||||
compl_used_match = FALSE;
|
compl_used_match = FALSE;
|
||||||
|
|
||||||
#ifdef FEAT_COMPL_FUNC
|
|
||||||
/*
|
|
||||||
* To call eval 'completefunc' when leader is changed, restart completion
|
|
||||||
* every time.
|
|
||||||
*/
|
|
||||||
if (ctrl_x_mode == CTRL_X_FUNCTION || ctrl_x_mode == CTRL_X_OMNI)
|
|
||||||
ins_compl_restart();
|
|
||||||
#endif
|
|
||||||
|
|
||||||
if (compl_started)
|
if (compl_started)
|
||||||
ins_compl_set_original_text(compl_leader);
|
ins_compl_set_original_text(compl_leader);
|
||||||
else
|
else
|
||||||
|
@ -709,6 +709,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
294,
|
||||||
/**/
|
/**/
|
||||||
293,
|
293,
|
||||||
/**/
|
/**/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user