0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

updated for version 7.1b

This commit is contained in:
Bram Moolenaar
2007-05-10 18:25:20 +00:00
parent 2c7a763832
commit ccc18222dd
14 changed files with 231 additions and 68 deletions

View File

@@ -2849,7 +2849,7 @@ save_cmdline(ccp)
}
/*
* Resture ccline after it has been saved with save_cmdline().
* Restore ccline after it has been saved with save_cmdline().
*/
static void
restore_cmdline(ccp)
@@ -3039,7 +3039,7 @@ cmdline_del(from)
#endif
/*
* this fuction is called when the screen size changes and with incremental
* this function is called when the screen size changes and with incremental
* search
*/
void
@@ -6026,7 +6026,7 @@ ex_window()
apply_autocmds(EVENT_CMDWINLEAVE, typestr, typestr, FALSE, curbuf);
# endif
/* Restore the comand line info. */
/* Restore the command line info. */
ccline = save_ccline;
cmdwin_type = 0;