| /vim-8.2.3635/runtime/doc/ |
| H A D | quickfix.txt | 53 *location-list* *E776* 60 separate location list. A location list can be associated with only one 64 location list. When there are no longer any references to a location list, 262 the location list. 569 location list. 685 The location list window displays the entries in a location list. When you 687 displays the location list for the current window. The location list window 689 location list window open at a time. When you use a location list command in 695 1. If a window with the location list displayed in the location list window is 704 yet set, then it is set to the location list displayed in the location list [all …]
|
| H A D | index.txt | 1384 |:labove| :lab[ove] go to location above current line 1398 |:lclose| :lcl[ose] close location window 1415 |:lhistory| :lhi[story] list the location lists 1416 |:ll| :ll go to specific location 1423 |:lnext| :lne[xt] go to next location 1424 |:lnewer| :lnew[er] go to newer location list 1431 |:lolder| :lol[der] go to older location list 1432 |:lopen| :lope[n] open location window 1433 |:lprevious| :lp[revious] go to previous location 1438 location list [all …]
|
| H A D | ft_rust.txt | 108 |location-list| with errors. If not specified it defaults to 0: > 213 will populate the |location-list| with the errors from 215 then it will not populate the |location-list|.
|
| H A D | helphelp.txt | 141 Same as ":helpgrep", except the location list is used 143 already opened, then the location list for that window 145 the location list for that window is set. The 146 location list for the current window is not changed
|
| H A D | if_cscop.txt | 96 `:lcscope` or `:lcs` uses the location list, see |:lcscope| 224 'cscopequickfix' option is set, the location list for the current window is 278 location (usually the project root directory) will be used as the prefix 349 the match you want to go to. After you have jumped to the new location,
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_quickfix.vim | 850 " A. incorrectly copying location lists which caused the location list to show 3039 " After deleting the location list stack, if the location list window is 3643 " When jumping to a location list entry in the location list window and 4631 " For a location list, when both the file window and the location list 4646 " location list window should mark the buffer as a location list buffer. 4661 " When the location list is freed with the location list window open, the 4695 " Load the location list 4733 " No quickfix/location list 4739 " Empty quickfix/location list 5284 " create a window and a location list for it and open the location list [all …]
|
| H A D | test_expand_func.vim | 21 " This test depends on the location in the test file, put it first.
|
| H A D | test_cdo.vim | 147 " Clear the quickfix/location list
|
| /vim-8.2.3635/src/ |
| H A D | dosinst.h | 147 static char location[2 * BUFSIZE + 2]; in searchpath() local 154 (LPWSTR)location) > (HINSTANCE)32) in searchpath() 156 WideCharToMultiByte(CP_ACP, 0, (LPWSTR)location, -1, in searchpath()
|
| H A D | config.mk.in | 122 ### Prefix for location of data files 128 ### Prefix for location of data files 131 ### Prefix for location of man pages
|
| H A D | os_mac_conv.c | 202 r.location = 0; in macroman2enc() 255 r.location = 0; in enc2macroman()
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | chicken.vim | 26 setl lispwords+=define-location 37 setl lispwords+=let-location
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | csdl.vim | 235 syn match csdlTarget 'demographic\.location\.country' 236 syn keyword csdlTarget demographic.location.us_state 237 syn match csdlTarget 'demographic\.location\.city' 300 syn match csdlTarget 'twitter\.user\.location' 330 syn match csdlTarget 'twitter\.retweet\.user\.location' 355 syn match csdlTarget 'twitter\.retweeted\.user\.location' 412 syn match csdlTarget 'facebook\.og\.location' 428 syn match csdlTarget 'topix\.author\.location' 458 syn match csdlTarget 'board\.author\.location'
|
| H A D | psf.vim | 40 " install_type location machine_type mod_date number os_name os_release 88 " looking for a sync location.
|
| H A D | cupl.vim | 19 syn keyword cuplHeader assembly assy location device nextgroup=cuplHeaderContents
|
| H A D | javascript.vim | 60 syn keyword javaScriptMember document event location
|
| H A D | ant.vim | 69 syn keyword antElement display location macrodef mail majority manifest map mapper marker mergefile…
|
| /vim-8.2.3635/runtime/pack/dist/opt/cfilter/plugin/ |
| H A D | cfilter.vim | 1 " cfilter.vim: Plugin to filter entries from a quickfix/location list 15 " Same as :Cfilter but operates on the current location list.
|
| /vim-8.2.3635/runtime/autoload/ |
| H A D | rustfmt.vim | 49 " only clear location list if it was previously filled to prevent 57 " otherwise get the errors and put them in the location list
|
| H A D | javascriptcomplete.vim | 165 \ 'designMode', 'dir', 'domain', 'lastModified', 'location', 285 " Location - location. 369 \ 'length', 'location', 'name', 'onload', 'opener', 'parent', 'screen', 'self', 501 elseif shortcontext =~ 'location\.$' 604 …', 'frame', 'frameset', 'history', 'iframe', 'image', 'input', 'link', 'location', 'meta', 'naviga…
|
| /vim-8.2.3635/src/GvimExt/ |
| H A D | gvimext.cpp | 869 static char location[2 * BUFSIZE + 2]; in searchpath() local 876 (LPWSTR)location) > (HINSTANCE)32) in searchpath() 878 WideCharToMultiByte(CP_ACP, 0, (LPWSTR)location, -1, in searchpath()
|
| H A D | README.txt | 23 gvimext.dll. The value "path" specifies the location of "gvim.exe". If
|
| /vim-8.2.3635/READMEdir/ |
| H A D | README_dos.txt | 47 Binary and runtime Vim archives are normally unpacked in the same location, 64 to another location. That is where they will stay, the install program
|
| /vim-8.2.3635/runtime/compiler/ |
| H A D | powershell.vim | 57 " Error location.
|
| /vim-8.2.3635/ |
| H A D | uninstall.txt | 41 3. Delete the executables. If you copied the executables to another location,
|