A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/vim/vim/commit/891353671a3bccc21854c12178f8e6623792f115 below:

fuzzy bufname completion test doesn't match su… · vim/vim@8913536 · GitHub

File tree Expand file treeCollapse file tree 3 files changed

+9

-4

lines changed

Filter options

Expand file treeCollapse file tree 3 files changed

+9

-4

lines changed Original file line number Diff line number Diff line change

@@ -3220,11 +3220,11 @@ func Test_fuzzy_completion_bufname_fullpath()

3220 3220

edit Xcmd/Xstate/Xfile.js

3221 3221

cd Xcmd/Xstate

3222 3222

enew

3223 -

call feedkeys(":b CmdStateFile\<Tab>\<C-B>\"\<CR>", 'tx')

3224 -

call assert_equal('"b CmdStateFile', @:)

3223 +

call feedkeys(":b cmdstatefile\<Tab>\<C-B>\"\<CR>", 'tx')

3224 +

call assert_equal('"b cmdstatefile', @:)

3225 3225

set wildoptions=fuzzy

3226 -

call feedkeys(":b CmdStateFile\<Tab>\<C-B>\"\<CR>", 'tx')

3227 -

call assert_equal('"b CmdStateFile', @:)

3226 +

call feedkeys(":b cmdstatefile\<Tab>\<C-B>\"\<CR>", 'tx')

3227 +

call assert_match('Xcmd/Xstate/Xfile.js$', @:)

3228 3228

cd -

3229 3229

set wildoptions&

3230 3230

endfunc

Original file line number Diff line number Diff line change

@@ -492,6 +492,9 @@ endfunc

492 492

func Test_search_stat_option()

493 493

" Asan causes wrong results, because the search times out

494 494

CheckNotAsan

495 +

" Mark the test as flaky as the search may still occasionally time out

496 +

let g:test_is_flaky = 1

497 + 495 498

enew

496 499

set shortmess-=S

497 500

set maxsearchcount=999

Original file line number Diff line number Diff line change

@@ -719,6 +719,8 @@ static char *(features[]) =

719 719 720 720

static int included_patches[] =

721 721

{ /* Add new patch number below this line */

722 +

/**/

723 +

1630,

722 724

/**/

723 725

1629,

724 726

/**/

You can’t perform that action at this time.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4