forked from aniani/vim
updated for version 7.0162
This commit is contained in:
@@ -301,6 +301,10 @@ getcmdline(firstc, count, indent)
|
||||
ui_cursor_shape(); /* may show different cursor shape */
|
||||
#endif
|
||||
|
||||
/* When inside an autocommand for writing "exiting" may be set and
|
||||
* terminal mode set to cooked. Need to set raw mode here then. */
|
||||
settmode(TMODE_RAW);
|
||||
|
||||
#ifdef FEAT_CMDHIST
|
||||
init_history();
|
||||
hiscnt = hislen; /* set hiscnt to impossible history value */
|
||||
@@ -1050,7 +1054,7 @@ getcmdline(firstc, count, indent)
|
||||
|
||||
case ESC: /* get here if p_wc != ESC or when ESC typed twice */
|
||||
case Ctrl_C:
|
||||
/* In exmode it doesn't make sense to return. Except when
|
||||
/* In exmode it doesn't make sense to return. Except when
|
||||
* ":normal" runs out of characters. */
|
||||
if (exmode_active
|
||||
#ifdef FEAT_EX_EXTRA
|
||||
|
||||
@@ -6884,7 +6884,7 @@ screenalloc(clear)
|
||||
else
|
||||
len = Columns;
|
||||
#ifdef FEAT_MBYTE
|
||||
/* When switching to utf-8 dont copy characters, they
|
||||
/* When switching to utf-8 don't copy characters, they
|
||||
* may be invalid now. */
|
||||
if (!(enc_utf8 && ScreenLinesUC == NULL))
|
||||
#endif
|
||||
|
||||
@@ -36,5 +36,5 @@
|
||||
#define VIM_VERSION_NODOT "vim70aa"
|
||||
#define VIM_VERSION_SHORT "7.0aa"
|
||||
#define VIM_VERSION_MEDIUM "7.0aa ALPHA"
|
||||
#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2005 Nov 28)"
|
||||
#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2005 Nov 28, compiled "
|
||||
#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2005 Dec 1)"
|
||||
#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2005 Dec 1, compiled "
|
||||
|
||||
Reference in New Issue
Block a user