mirror of
https://github.com/vim/vim.git
synced 2025-10-10 06:24:10 -04:00
updated for version 7.1-323
This commit is contained in:
@@ -2,6 +2,8 @@ Tests for "r<Tab>" with 'smarttab' and 'expandtab' set/not set.
|
|||||||
|
|
||||||
STARTTEST
|
STARTTEST
|
||||||
:set smarttab expandtab ts=8 sw=4
|
:set smarttab expandtab ts=8 sw=4
|
||||||
|
:" make sure that backspace works, no matter what termcap is used
|
||||||
|
:set t_kD=x7f t_kb=x08
|
||||||
/some
|
/some
|
||||||
r :set noexpandtab
|
r :set noexpandtab
|
||||||
/other
|
/other
|
||||||
|
@@ -3,6 +3,8 @@ Test Virtual replace mode.
|
|||||||
|
|
||||||
STARTTEST
|
STARTTEST
|
||||||
:so small.vim
|
:so small.vim
|
||||||
|
:" make sure that backspace works, no matter what termcap is used
|
||||||
|
:set t_kD=x7f t_kb=x08
|
||||||
ggdGa
|
ggdGa
|
||||||
abcdefghi
|
abcdefghi
|
||||||
jk lmn
|
jk lmn
|
||||||
|
@@ -666,6 +666,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
323,
|
||||||
/**/
|
/**/
|
||||||
322,
|
322,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user