Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 321) sorted by relevance

12345678910>>...13

/vim-8.2.3635/src/testdir/
H A Dtest_find_complete.vim1 " Tests for the 'find' command completion.
47 call feedkeys(":find file\t\n", "xt")
49 call feedkeys(":find file\t\t\n", "xt")
57 call feedkeys(":find file\t\n", "xt")
59 call feedkeys(":find file\t\t\n", "xt")
68 call feedkeys(":find file\t\n", "xt")
79 call feedkeys(":find st\t\n", "xt")
86 call feedkeys(":find f\t\n", "xt")
137 call feedkeys(":find file\t\n", "xt")
146 call feedkeys(":find file\t\n", "xt")
[all …]
H A Dtest_cscope.vim42 for cmd in ['cs find s main', 'cs find 0 main']
51 for cmd in ['cs find g test_mf_hash',
59 for cmd in ['cs find d test_mf_hash', 'cs find 2 test_mf_hash']
66 for cmd in ['cs find c test_mf_hash', 'cs find 3 test_mf_hash']
73 for cmd in ['cs find t Bram', 'cs find 4 Bram']
81 for cmd in ['cs find e ^\#includ.', 'cs find 6 ^\#includ.']
103 for cmd in ['cs find f Xmemfile_test.c', 'cs find 7 Xmemfile_test.c']
111 for cmd in ['cs find i assert.h', 'cs find 8 assert.h']
121 " Test: Invalid find command
132 for cmd in ['cs find a item', 'cs find 9 item']
[all …]
H A Dtest_search_stat.vim208 call setline(2, 'find this')
209 call setline(70, 'find this')
210 let @/ = 'find this'
211 let pat = '/find this\s\+'
221 let @/ = 'find this'
222 let pat = '/find this\s\+'
231 let @/ = 'find this'
232 let pat = '/find this\s\+'
337 call setline(2, 'find this')
338 call setline(70, 'find this')
[all …]
H A Dtest_findfile.vim187 " Test for the :find, :sfind and :tabfind commands
196 " Test for :find
197 find foo
199 2find foo
201 call assert_fails('3find foo', 'E347:')
226 call assert_fails('find', 'E471:')
242 call assert_fails(':find file.txt', 'E345:')
H A Dtest_stat.vim184 for cdevfile in systemlist('find /dev -type c -maxdepth 2 2>/dev/null')
195 for bdevfile in systemlist('find /dev -type b -maxdepth 2 2>/dev/null')
205 for socketfile in systemlist('find /run -type s -maxdepth 2 2>/dev/null')
226 throw 'Skipped: cannot find an existing symlink'
H A Dtest_netbeans.py37 if line.find('Xcmdbuf') > 0:
122 elif line.find('disconnect') > 0:
/vim-8.2.3635/runtime/doc/
H A Dif_cscop.txt115 *cscope-find* *cs-find* *E567*
119 USAGE :cs find {querytype} {name}
139 :cscope find c vim_free
140 :cscope find 3 vim_free
145 :cscope find t initOnce
146 :cscope find t initOnce
151 :cscope find 0 DEFAULT_TERM
339 ":cs find". For example:
341 :cs find g ALIGN_SIZE
404 find all functions calling a certain function and to find all occurrences
[all …]
H A Dusr_29.txt9 contains many features to aid in writing programs. Jump around to find where
36 If you do not have it yet, you can find Exuberant ctags here:
45 This command will find the function "startlist" even if it is in another file.
101 up again with CTRL-T. Use ":tags" to find out where you are.
208 you find the right one.
211 Vim to use a pattern to find the tag.
217 Now use command line completion: press <Tab>. Vim will find all tags that
303 Finally, ":psearch" can be used to find a word in the current file and any
443 "unsigned". A quick way to find this is with the "[I" command.
466 Vim will find included files in the places specified with the 'path'
[all …]
H A Dusr_03.txt10 chapter shows you how to use the most important ones. You can find a list of
170 "%" will search forward and find the first "(". Then it moves to its match:
344 to find the first #include after the cursor: >
364 Normally you have to type exactly what you want to find. If you don't care
402 find the next occurrence of it. You could type "/TheLongFunctionName", but
403 that's a lot of typing. And when you make a mistake Vim won't find it.
477 find out where it is: >
513 you find it above the 6. The pattern "include" matches the word include
524 Using "/the$" we find this match:
529 And with "/^the" we find this one:
[all …]
H A Dusr_12.txt232 *12.6* Find a man page *find-manpage*
235 that you want to find the man page for (this is on Unix). Let's first use a
236 simple way: Move the cursor to the word you want to find help on and press >
256 You can scroll around and the text is highlighted. This allows you to find
259 To find a man page in a specific section, put the section number first.
284 Some people find spaces and tabs at the end of a line useless, wasteful, and
306 does change. Type "n" to find the next match. Repeat this until no more
338 have to find the word within the files.
340 given string. If you want to find all occurrences of "error_string" in all C
H A Dusr_11.txt80 You must be in the right directory, otherwise Vim can't find the swap file.
86 directory as the original file. To find it, change to the directory of the
91 Vim will list the swap files that it can find. It will also look in other
93 located. It will not find swap files in any other directories though, it
123 swap file name. Vim will then find out the name of the original file from
137 Vim tries to find the swap file by searching the directories in the
140 invalid), Vim does a desperate try to find the file "filename.swp".
185 those two cases you must find out what the situation is yourself.
235 else you might want to find out who last edited (or is editing) the file and
H A Dusr_02.txt454 To find out how to delete text, use this command: >
480 These all begin with a dash (-). To find what the -t argument does, for
487 in single quotation marks. To find out what the 'number' option does, for
503 You can use the error ID at the start to find help about it: >
588 12) Registers always start with "quote". To find out about the special ":"
609 < to find out about the |:imap| command. Also use :map-topic
610 to find out about certain subtopics particular for mappings. e.g: >
618 < to find out about the '!' argument for custom commands.
620 16) Window management commands always start with CTRL-W, so you find the
643 < Skim over the contents to find interesting topics. The "Digraphs" and
[all …]
H A Dusr_45.txt25 When you start Vim, it checks the environment to find out what language you
37 it. To find out if it works, use the ":version" command and check the
39 OK. If you see "-gettext" or "-multi_lang" you will have to find
61 To find out which languages are supported on your system, find the
128 First find out the name of your language with the ":language" command. Use
135 You will find hints for the translation in "$VIMRUNTIME/lang/README.txt".
178 find it here:
190 you can find it here:
346 Vim will try to find a keymap file for you. This depends on the value of
367 To find out which keymap files are available, in the GUI you can use the
H A Dusr_90.txt65 "unix" directory and you'll find a list of files there. The version number is
120 wrong. Either try to find out yourself, or find someone who can solve it.
143 find its runtime files: >
197 You can find a bit of explanation for each feature, and links for more
220 "pc" directory and you'll find a list of files there. The version number is
316 The program should be able to automatically find the runtime files for the
376 Use the example vimrc script. You can find an explanation on how to use it
407 When you installed Vim as a package, check your package manager to find out
465 the "uninstall" program. You can find it in the same directory as the
H A Dusr_01.txt87 "compatible" you are in trouble. You will have to find out why the option is
89 to find out: >
118 On MS-Windows you can find it in the Program/Vim menu. Or execute
123 There are a few translated versions of the tutor. To find out if yours is
141 1. Copy the tutor file. You can do this with Vim (it knows where to find it):
/vim-8.2.3635/src/po/
H A Den_GB.po69 msgid "E102: Can't find buffer \"%s\""
70 msgstr "E102: Cannot find buffer \"%s\""
174 msgid "E185: Cannot find color scheme '%s'"
175 msgstr "E185: Cannot find colour scheme '%s'"
205 msgid "Can't find temp file for conversion"
597 msgid "E388: Couldn't find definition"
598 msgstr "E388: Could not find definition"
600 msgid "E389: Couldn't find pattern"
601 msgstr "E389: Could not find pattern"
693 msgid "E434: Can't find tag pattern"
[all …]
H A Dlv.po30 msgid "E102: Can't find buffer \"%s\""
58 msgid "E185: Cannot find color scheme %s"
61 msgid "Can't find temp file for conversion"
76 msgid "E214: Can't find temp file for writing"
226 msgid "E345: Can't find file \"%s\" in path"
238 msgid "E388: Couldn't find definition"
241 msgid "E389: Couldn't find pattern"
257 msgid "E394: Didn't find region item for %s"
270 msgid "E434: Can't find tag pattern"
273 msgid "E435: Couldn't find tag, just guessing!"
[all …]
H A DREADME.txt3 In this directory you will find xx.po files, where "xx" is a language code.
40 If you find there is a mistake in one of the translations, please report this
80 See the gettext documentation on how to do this. You can also find
149 Open ja.po find this line:
/vim-8.2.3635/runtime/indent/
H A Dvhdl.vim50 " find previous line that is not a comment
84 " find nextnonblank line that is not a comment
100 " find following previous non-comment line
175 " find following previous non-comment line
210 " find previous opening statement of
236 " find previous opening statement of
256 " find previous opening statement of
265 " find previous opening statement of
274 " find previous opening statement of
354 " find following previous non-comment line
H A Dvim.vim127 " For a line starting with "}" find the matching "{". If it is at the start
129 " Use the mapped "%" from matchit to find the match, otherwise we may match
139 " todo: use searchpair() to find a match
143 " Below a line starting with "}" find the matching "{". If it is at the
153 " todo: use searchpair() to find a match
/vim-8.2.3635/runtime/autoload/
H A Dclojurecomplete.vim12find","find-keyword","find-ns","find-protocol-impl","find-protocol-method","find-var","first","fla…
H A Dpython3complete.vim181 pos = doc.find('\n')
184 lidx = sigline.find('(')
185 ridx = sigline.find(')')
225 if m.find(match) == 0:
275 while d.find(' ') > -1: d = d.replace(' ',' ')
291 if test.find('=') > -1:
294 if l.find('=') > -1 and var == l.split('=')[0].strip():
497 i = p.find('=')
H A Dpythoncomplete.vim199 pos = doc.find('\n')
202 lidx = sigline.find('(')
203 ridx = sigline.find(')')
243 if m.find(match) == 0:
293 while d.find(' ') > -1: d = d.replace(' ',' ')
309 if test.find('=') > -1:
312 if l.find('=') > -1 and var == l.split('=')[0].strip():
515 i = p.find('=')
/vim-8.2.3635/src/GvimExt/
H A DREADME.txt18 - You can find the names of the used registry entries in the file
29 Vim will find them (also the translated menu items are there).
53 windows 95 has setupapi.dll. I find that the internet explorer 4.0 comes with
57 modify the uninst.bat to suit to your system. Basically, you must find out
/vim-8.2.3635/runtime/colors/
H A DREADME.txt63 To see which highlight group is used where, find the help for
66 You can use ":highlight" to find out the current colors. Exception: the
87 - In the GUI, is it easy to find the cursor, also in a file with lots of

12345678910>>...13