File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1538,9 +1538,10 @@ do_source_ext(
15381538 current_sctx .sc_version = SCRIPT_VERSION_VIM9 ;
15391539 else
15401540 current_sctx .sc_version = 1 ; // default script version
1541- current_sctx .sc_lnum = 0 ;
15421541
15431542#ifdef FEAT_EVAL
1543+ current_sctx .sc_lnum = 0 ;
1544+
15441545# ifdef FEAT_PROFILE
15451546 if (do_profiling == PROF_YES )
15461547 prof_child_enter (& wait_start ); // entering a child now
@@ -1767,9 +1768,10 @@ do_source_ext(
17671768 if (do_profiling == PROF_YES )
17681769 prof_child_exit (& wait_start ); // leaving a child now
17691770# endif
1771+
1772+ KeyTyped = save_KeyTyped ;
17701773#endif
17711774 current_sctx = save_current_sctx ;
1772- KeyTyped = save_KeyTyped ;
17731775
17741776 if (cookie .fp != NULL )
17751777 fclose (cookie .fp );
Original file line number Diff line number Diff line change @@ -695,6 +695,8 @@ static char *(features[]) =
695695
696696static int included_patches [] =
697697{ /* Add new patch number below this line */
698+ /**/
699+ 1131 ,
698700/**/
699701 1130 ,
700702/**/
You can’t perform that action at this time.
0 commit comments