comparison src/testdir/test_quickfix.vim @ 14915:f508bb2fb808 v8.1.0469

patch 8.1.0469: too often indexing in qf_lists[] commit https://github.com/vim/vim/commit/108e7b422b7b59153dd5af1fb75e83fa36ff3db4 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Oct 11 17:39:12 2018 +0200 patch 8.1.0469: too often indexing in qf_lists[] Problem: Too often indexing in qf_lists[]. Solution: Use a qf_list_T pointer. (Yegappan Lakshmanan)
author Bram Moolenaar <Bram@vim.org>
date Thu, 11 Oct 2018 17:45:07 +0200
parents 8770189c3e22
children 69d2749a6a2f
comparison
equal deleted inserted replaced
14914:68eba5f83aed 14915:f508bb2fb808
556 556
557 new | only 557 new | only
558 558
559 " Search for non existing help string 559 " Search for non existing help string
560 call assert_fails('Xhelpgrep a1b2c3', 'E480:') 560 call assert_fails('Xhelpgrep a1b2c3', 'E480:')
561 " Invalid regular expression
562 call assert_fails('Xhelpgrep \@<!', 'E480:')
561 endfunc 563 endfunc
562 564
563 func Test_helpgrep() 565 func Test_helpgrep()
564 call s:test_xhelpgrep('c') 566 call s:test_xhelpgrep('c')
565 helpclose 567 helpclose