Searched refs:loclist (Results 1 – 6 of 6) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_bufwintabinfo.vim | 110 call assert_false(winlist[0].loclist) 112 call assert_true(winlist[1].loclist) 114 call assert_false(winlist[2].loclist)
|
| H A D | test_quickfix.vim | 309 call assert_equal(0, getwininfo(win_getid())[0].loclist) 315 call assert_equal(0, getwininfo(win_getid())[0].loclist) 984 silent lgrep loclistfoo loclist* 4650 call assert_equal(1, getwininfo(win_getid(winnr()))[0].loclist) 5617 call assert_equal("loclist", win_gettype()) 5620 call assert_equal("loclist", win_gettype(wid))
|
| H A D | test_vim9_expr.vim | 3036 var loclist = [{bufnr: bufnr, lnum: 42, col: 17, text: 'wrong'}] 3037 loclist->setloclist(0)
|
| /vim-8.2.3635/src/ |
| H A D | quickfix.c | 6810 qf_getprop_keys2flags(dict_T *what, int loclist) in qf_getprop_keys2flags() argument 6817 if (!loclist) in qf_getprop_keys2flags() 6849 if (loclist && dict_find(what, (char_u *)"filewinid", -1) != NULL) in qf_getprop_keys2flags()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | eval.txt | 6370 loclist 1 if showing a location list 11949 "loclist" |location-list-window|
|
| H A D | version8.txt | 13579 Solution: Add "loclist" and "quickfix" entries to the dict returned by
|