mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -04:00
updated for version 7.3.899
Problem: #if indents are off. Solution: Fix the indents.
This commit is contained in:
@@ -3493,13 +3493,14 @@ mch_setmouse(on)
|
|||||||
* 4 = Windows Cross Hair
|
* 4 = Windows Cross Hair
|
||||||
* 5 = Windows UP Arrow
|
* 5 = Windows UP Arrow
|
||||||
*/
|
*/
|
||||||
#ifdef JSBTERM_MOUSE_NONADVANCED /* Disables full feedback of pointer movements */
|
# ifdef JSBTERM_MOUSE_NONADVANCED
|
||||||
|
/* Disables full feedback of pointer movements */
|
||||||
out_str_nf((char_u *)IF_EB("\033[0~ZwLMRK1Q\033\\",
|
out_str_nf((char_u *)IF_EB("\033[0~ZwLMRK1Q\033\\",
|
||||||
ESC_STR "[0~ZwLMRK1Q" ESC_STR "\\"));
|
ESC_STR "[0~ZwLMRK1Q" ESC_STR "\\"));
|
||||||
#else
|
# else
|
||||||
out_str_nf((char_u *)IF_EB("\033[0~ZwLMRK+1Q\033\\",
|
out_str_nf((char_u *)IF_EB("\033[0~ZwLMRK+1Q\033\\",
|
||||||
ESC_STR "[0~ZwLMRK+1Q" ESC_STR "\\"));
|
ESC_STR "[0~ZwLMRK+1Q" ESC_STR "\\"));
|
||||||
#endif
|
# endif
|
||||||
ison = TRUE;
|
ison = TRUE;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
@@ -728,6 +728,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 */
|
||||||
|
/**/
|
||||||
|
899,
|
||||||
/**/
|
/**/
|
||||||
898,
|
898,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user