File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -3815,14 +3815,14 @@ syn_cmd_enable(exarg_T *eap, int syncing UNUSED)
38153815
38163816/*
38173817 * Handle ":syntax reset" command.
3818+ * It actually resets highlighting, not syntax.
38183819 */
38193820 static void
38203821syn_cmd_reset (exarg_T * eap , int syncing UNUSED )
38213822{
38223823 eap -> nextcmd = check_nextcmd (eap -> arg );
38233824 if (!eap -> skip )
38243825 {
3825- clear_string_option (& curwin -> w_s -> b_syn_isk );
38263826 set_internal_string_var ((char_u * )"syntax_cmd" , (char_u * )"reset" );
38273827 do_cmdline_cmd ((char_u * )"runtime! syntax/syncolor.vim" );
38283828 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[]) =
748748
749749static int included_patches [] =
750750{ /* Add new patch number below this line */
751+ /**/
752+ 1695 ,
751753/**/
752754 1694 ,
753755/**/
You can’t perform that action at this time.
0 commit comments