diff src/testdir/test_quickfix.vim @ 14603:d1b69129db99 v8.1.0315

patch 8.1.0315: helpgrep with language doesn't work properly commit https://github.com/vim/vim/commit/c631f2df624954184509df49479d52ad7fe5233b Author: Bram Moolenaar <Bram@vim.org> Date: Tue Aug 21 21:58:13 2018 +0200 patch 8.1.0315: helpgrep with language doesn't work properly Problem: Helpgrep with language doesn't work properly. (Takuya Fujiwara) Solution: Check for the language earlier. (Hirohito Higashi)
author Christian Brabandt <cb@256bit.org>
date Tue, 21 Aug 2018 22:00:05 +0200
parents b298737a7188
children c3222a7342ab
line wrap: on
line diff
--- a/src/testdir/test_quickfix.vim
+++ b/src/testdir/test_quickfix.vim
@@ -3091,6 +3091,20 @@ func Test_qf_tick()
   call Xqftick_tests('l')
 endfunc
 
+" Test helpgrep with lang specifier
+func Xtest_helpgrep_with_lang_specifier(cchar)
+  call s:setup_commands(a:cchar)
+  Xhelpgrep Vim@en
+  call assert_equal('help', &filetype)
+  call assert_notequal(0, g:Xgetlist({'nr' : '$'}).nr)
+  new | only
+endfunc
+
+func Test_helpgrep_with_lang_specifier()
+  call Xtest_helpgrep_with_lang_specifier('c')
+  call Xtest_helpgrep_with_lang_specifier('l')
+endfunc
+
 " The following test used to crash Vim.
 " Open the location list window and close the regular window associated with
 " the location list. When the garbage collection runs now, it incorrectly