mirror of
https://github.com/vim/vim.git
synced 2025-09-26 04:04:07 -04:00
updated for version 7.0186
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
*options.txt* For Vim version 7.0aa. Last change: 2006 Jan 20
|
*options.txt* For Vim version 7.0aa. Last change: 2006 Jan 23
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@@ -162,6 +162,11 @@ include the "|" in the option value, use "\|" instead. This example sets the
|
|||||||
This sets the 'titlestring' option to "hi" and 'iconstring' to "there": >
|
This sets the 'titlestring' option to "hi" and 'iconstring' to "there": >
|
||||||
:set titlestring=hi|set iconstring=there
|
:set titlestring=hi|set iconstring=there
|
||||||
|
|
||||||
|
Similarly, the double quote character starts a comment. To include the '"' in
|
||||||
|
the option value, use '\"' instead. This example sets the 'titlestring'
|
||||||
|
option to 'hi "there"': >
|
||||||
|
:set titlestring=hi\ \"there\"
|
||||||
|
|
||||||
For MS-DOS and WIN32 backslashes in file names are mostly not removed. More
|
For MS-DOS and WIN32 backslashes in file names are mostly not removed. More
|
||||||
precise: For options that expect a file name (those where environment
|
precise: For options that expect a file name (those where environment
|
||||||
variables are expanded) a backslash before a normal file name character is not
|
variables are expanded) a backslash before a normal file name character is not
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
*spell.txt* For Vim version 7.0aa. Last change: 2006 Jan 22
|
*spell.txt* For Vim version 7.0aa. Last change: 2006 Jan 23
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@@ -129,8 +129,10 @@ z= For the word under/after the cursor suggest correctly
|
|||||||
spelled words. This also works to find alternatives
|
spelled words. This also works to find alternatives
|
||||||
for a word that is not highlighted as a bad word,
|
for a word that is not highlighted as a bad word,
|
||||||
e.g., when the word after it is bad.
|
e.g., when the word after it is bad.
|
||||||
The results are sorted on similarity to the word
|
In Visual mode the highlighted text is taken as the
|
||||||
under/after the cursor.
|
word to be replaced.
|
||||||
|
The results are sorted on similarity to the word being
|
||||||
|
replaced.
|
||||||
This may take a long time. Hit CTRL-C when you get
|
This may take a long time. Hit CTRL-C when you get
|
||||||
bored.
|
bored.
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
*syntax.txt* For Vim version 7.0aa. Last change: 2006 Jan 17
|
*syntax.txt* For Vim version 7.0aa. Last change: 2006 Jan 23
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@@ -3900,8 +3900,8 @@ guifg={color-name} *highlight-guifg*
|
|||||||
guibg={color-name} *highlight-guibg*
|
guibg={color-name} *highlight-guibg*
|
||||||
guisp={color-name} *highlight-guisp*
|
guisp={color-name} *highlight-guisp*
|
||||||
These give the foreground (guifg), background (guibg) and special
|
These give the foreground (guifg), background (guibg) and special
|
||||||
(guisp) color to use in the GUI. "guisp" is used for underline and
|
(guisp) color to use in the GUI. "guisp" is used for undercurl.
|
||||||
undercurl. There are a few special names:
|
There are a few special names:
|
||||||
NONE no color (transparent)
|
NONE no color (transparent)
|
||||||
bg use normal background color
|
bg use normal background color
|
||||||
background use normal background color
|
background use normal background color
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
*todo.txt* For Vim version 7.0aa. Last change: 2006 Jan 22
|
*todo.txt* For Vim version 7.0aa. Last change: 2006 Jan 23
|
||||||
|
|
||||||
|
|
||||||
VIM REFERENCE MANUAL by Bram Moolenaar
|
VIM REFERENCE MANUAL by Bram Moolenaar
|
||||||
@@ -30,8 +30,12 @@ be worked on, but only if you sponsor Vim development. See |sponsor|.
|
|||||||
*known-bugs*
|
*known-bugs*
|
||||||
-------------------- Known bugs and current work -----------------------
|
-------------------- Known bugs and current work -----------------------
|
||||||
|
|
||||||
|
When ":silent" is used mode message is (should) not be displayed. Thus don't
|
||||||
|
set clear_cmdline to clear it. Use separate flag to remember whether mode is
|
||||||
|
currently displayed (and needs to be cleared).
|
||||||
|
|
||||||
|
|
||||||
ccomplete:
|
ccomplete:
|
||||||
- When using page-up/page-down in menu it sometimes jumps more than a page.
|
|
||||||
- When an option is set: In completion mode and the user types (identifier)
|
- When an option is set: In completion mode and the user types (identifier)
|
||||||
characters, advance to the first match instead of removing the popup menu.
|
characters, advance to the first match instead of removing the popup menu.
|
||||||
If there is no match remove the selection. (Yegappan Lakshmanan)
|
If there is no match remove the selection. (Yegappan Lakshmanan)
|
||||||
|
@@ -1608,8 +1608,7 @@ get_arglist(gap, str)
|
|||||||
return OK;
|
return OK;
|
||||||
}
|
}
|
||||||
|
|
||||||
#if defined(FEAT_QUICKFIX) || (defined(FEAT_SYN_HL) && defined(FEAT_MBYTE)) \
|
#if defined(FEAT_QUICKFIX) || defined(FEAT_SYN_HL) || defined(PROTO)
|
||||||
|| defined(PROTO)
|
|
||||||
/*
|
/*
|
||||||
* Parse a list of arguments (file names), expand them and return in
|
* Parse a list of arguments (file names), expand them and return in
|
||||||
* "fnames[fcountp]".
|
* "fnames[fcountp]".
|
||||||
|
@@ -6743,7 +6743,7 @@ set_bool_option(opt_idx, varp, value, opt_flags)
|
|||||||
{
|
{
|
||||||
need_start_insertmode = FALSE;
|
need_start_insertmode = FALSE;
|
||||||
stop_insert_mode = TRUE;
|
stop_insert_mode = TRUE;
|
||||||
if (p_smd && restart_edit != 0)
|
if (p_smd && msg_silent == 0 && restart_edit != 0)
|
||||||
clear_cmdline = TRUE; /* remove "(insert)" */
|
clear_cmdline = TRUE; /* remove "(insert)" */
|
||||||
restart_edit = 0;
|
restart_edit = 0;
|
||||||
}
|
}
|
||||||
|
@@ -240,12 +240,14 @@ pum_set_selected(n)
|
|||||||
if (pum_first > pum_selected - 4)
|
if (pum_first > pum_selected - 4)
|
||||||
{
|
{
|
||||||
/* scroll down; when we did a jump it's probably a PageUp then
|
/* scroll down; when we did a jump it's probably a PageUp then
|
||||||
* scroll to put the selected entry at the bottom */
|
* scroll a whole page */
|
||||||
if (pum_first > pum_selected - 2)
|
if (pum_first > pum_selected - 2)
|
||||||
{
|
{
|
||||||
pum_first = pum_selected - pum_height + 1;
|
pum_first -= pum_height - 2;
|
||||||
if (pum_first < 0)
|
if (pum_first < 0)
|
||||||
pum_first = 0;
|
pum_first = 0;
|
||||||
|
else if (pum_first > pum_selected)
|
||||||
|
pum_first = pum_selected;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
pum_first = pum_selected;
|
pum_first = pum_selected;
|
||||||
@@ -253,9 +255,13 @@ pum_set_selected(n)
|
|||||||
else if (pum_first < pum_selected - pum_height + 5)
|
else if (pum_first < pum_selected - pum_height + 5)
|
||||||
{
|
{
|
||||||
/* scroll up; when we did a jump it's probably a PageDown then
|
/* scroll up; when we did a jump it's probably a PageDown then
|
||||||
* scroll to put the selected entry at the top */
|
* scroll a whole page */
|
||||||
if (pum_first < pum_selected - pum_height + 1 + 2)
|
if (pum_first < pum_selected - pum_height + 1 + 2)
|
||||||
pum_first = pum_selected;
|
{
|
||||||
|
pum_first += pum_height - 2;
|
||||||
|
if (pum_first < pum_selected - pum_height + 1)
|
||||||
|
pum_first = pum_selected - pum_height + 1;
|
||||||
|
}
|
||||||
else
|
else
|
||||||
pum_first = pum_selected - pum_height + 1;
|
pum_first = pum_selected - pum_height + 1;
|
||||||
}
|
}
|
||||||
|
@@ -8174,7 +8174,9 @@ showmode()
|
|||||||
int sub_attr;
|
int sub_attr;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
do_mode = (p_smd && ((State & INSERT) || restart_edit
|
do_mode = ((p_smd && msg_silent == 0)
|
||||||
|
&& ((State & INSERT)
|
||||||
|
|| restart_edit
|
||||||
#ifdef FEAT_VISUAL
|
#ifdef FEAT_VISUAL
|
||||||
|| VIsual_active
|
|| VIsual_active
|
||||||
#endif
|
#endif
|
||||||
|
2
src/ui.c
2
src/ui.c
@@ -2757,7 +2757,7 @@ retnomove:
|
|||||||
/* if 'selectmode' contains "mouse", start Select mode */
|
/* if 'selectmode' contains "mouse", start Select mode */
|
||||||
may_start_select('o');
|
may_start_select('o');
|
||||||
setmouse();
|
setmouse();
|
||||||
if (p_smd)
|
if (p_smd && msg_silent == 0)
|
||||||
redraw_cmdline = TRUE; /* show visual mode later */
|
redraw_cmdline = TRUE; /* show visual mode later */
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
@@ -36,5 +36,5 @@
|
|||||||
#define VIM_VERSION_NODOT "vim70aa"
|
#define VIM_VERSION_NODOT "vim70aa"
|
||||||
#define VIM_VERSION_SHORT "7.0aa"
|
#define VIM_VERSION_SHORT "7.0aa"
|
||||||
#define VIM_VERSION_MEDIUM "7.0aa ALPHA"
|
#define VIM_VERSION_MEDIUM "7.0aa ALPHA"
|
||||||
#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2006 Jan 22)"
|
#define VIM_VERSION_LONG "VIM - Vi IMproved 7.0aa ALPHA (2006 Jan 23)"
|
||||||
#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2006 Jan 22, compiled "
|
#define VIM_VERSION_LONG_DATE "VIM - Vi IMproved 7.0aa ALPHA (2006 Jan 23, compiled "
|
||||||
|
Reference in New Issue
Block a user