File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -3815,14 +3815,14 @@ syn_cmd_enable(exarg_T *eap, int syncing UNUSED)
3815
3815
3816
3816
/*
3817
3817
* Handle ":syntax reset" command.
3818
+ * It actually resets highlighting, not syntax.
3818
3819
*/
3819
3820
static void
3820
3821
syn_cmd_reset (exarg_T * eap , int syncing UNUSED )
3821
3822
{
3822
3823
eap -> nextcmd = check_nextcmd (eap -> arg );
3823
3824
if (!eap -> skip )
3824
3825
{
3825
- clear_string_option (& curwin -> w_s -> b_syn_isk );
3826
3826
set_internal_string_var ((char_u * )"syntax_cmd" , (char_u * )"reset" );
3827
3827
do_cmdline_cmd ((char_u * )"runtime! syntax/syncolor.vim" );
3828
3828
do_unlet ((char_u * )"g:syntax_cmd" , TRUE);
Original file line number Diff line number Diff line change @@ -748,6 +748,8 @@ static char *(features[]) =
748
748
749
749
static int included_patches [] =
750
750
{ /* Add new patch number below this line */
751
+ /**/
752
+ 1695 ,
751
753
/**/
752
754
1694 ,
753
755
/**/
You can’t perform that action at this time.
0 commit comments