Home
last modified time | relevance | path

Searched refs:sequence (Results 1 – 25 of 168) sorted by relevance

1234567

/vim-8.2.3635/src/testdir/
H A Dtest_packadd.vim325 let g:sequence = ''
327 call assert_equal('run', g:sequence)
328 let g:sequence = ''
331 let g:sequence = ''
334 let g:sequence = ''
337 let g:sequence = ''
340 let g:sequence = ''
344 let g:sequence = ''
347 let g:sequence = ''
350 let g:sequence = ''
[all …]
H A Dvim9.vim4 let s:sequence = 1
9 let fname = 'XdefSuccess' .. s:sequence
10 let s:sequence += 1
28 let fname = 'XdefFailure' .. s:sequence
29 let s:sequence += 1
47 let s:sequence += 1
62 s:sequence += 1
75 s:sequence += 1
88 s:sequence += 1
142 let s:sequence += 1
[all …]
H A Dtest_startup_utf8.vim66 " Use the title termcap entries to output the escape sequence.
H A Dtest_startup.vim33 let g:sequence = ""
41 echo g:sequence
47 call writefile(['let g:sequence .= "here "'], 'Xhere/plugin/here.vim')
49 call writefile(['let g:sequence .= "another "'], 'Xanother/plugin/another.vim')
51 call writefile(['let g:sequence .= "pack "'], 'Xhere/pack/foo/start/foobar/plugin/foo.vim')
54 call writefile(['let g:sequence .= "after "'], 'Xafter/plugin/later.vim')
/vim-8.2.3635/runtime/syntax/
H A Ddtml.vim75 syn keyword dtmlAttribute newline_to_br next next-batches next-sequence next-sequence-end-index con…
76 syn keyword dtmlAttribute next-sequence-size next-sequence-start-index no manage_access None contai…
81 syn keyword dtmlAttribute possible_permissions previous previous-batches previous-sequence contained
82 syn keyword dtmlAttribute previous-sequence-end-index previous-sequence-size contained
83 syn keyword dtmlAttribute previous-sequence-start-index PrincipiaFind PrincipiaSearchSource contain…
89 syn keyword dtmlAttribute SCRIPT_NAME sequence-end sequence-even sequence-index contained
90 syn keyword dtmlAttribute sequence-index-var- sequence-item sequence-key sequence-Letter contained
91 syn keyword dtmlAttribute sequence-letter sequence-number sequence-odd sequence-query contained
92 syn keyword dtmlAttribute sequence-roman sequence-Roman sequence-start sequence-step-end-index cont…
93 syn keyword dtmlAttribute sequence-step-size sequence-step-start-index sequence-var- SERVER_NAME co…
H A Dpcap.vim17 syn match pcapBadword '\k\+' contained "define any sequence of keywords as bad
H A Dxsd.vim53 syn match xsdElement '\%(xsd:\)\@<=sequence'
H A Dsynload.vim55 " load each in sequence. Skip empty entries.
H A Dxslt.vim57 syn match xslElement '\%(xsl:\)\@<=sequence'
H A Dsystemverilog.vim22 syn keyword systemverilogStatement sequence endsequence randsequence
H A Dpsl.vim41 syn keyword pslOperator sequence stable string strong sync_abort
H A Dslice.vim15 …sliceConstruct class enum exception dictionary interface module LocalObject Object sequence struct
H A Dlisp.vim126 syn keyword lispFunc array-row-major-index graphic-char-p read-sequence
170 syn keyword lispFunc boole-nor lambda-list-keywords sequence
259 syn keyword lispFunc condition make-sequence string-char-p
382 syn keyword lispFunc fill-pointer position-if write-sequence
423 syn match lispFunc "\<\(ext:\)\?\(read\|write\)-\(char\|byte\)-sequence\>"
/vim-8.2.3635/src/xdiff/
H A Dxpatience.c175 static int binary_search(struct entry **sequence, int longest, in binary_search() argument
183 if (sequence[middle]->line2 > entry->line2) in binary_search()
203 struct entry **sequence = xdl_malloc(map->nr * sizeof(struct entry *)); in find_longest_common_sequence() local
215 if (sequence == NULL) in find_longest_common_sequence()
221 i = binary_search(sequence, longest, entry); in find_longest_common_sequence()
222 entry->previous = i < 0 ? NULL : sequence[i]; in find_longest_common_sequence()
226 sequence[i] = entry; in find_longest_common_sequence()
237 xdl_free(sequence); in find_longest_common_sequence()
242 entry = sequence[longest - 1]; in find_longest_common_sequence()
248 xdl_free(sequence); in find_longest_common_sequence()
/vim-8.2.3635/runtime/autoload/xml/
H A Dxsd.vim17 …\ ['annotation', 'simpleContent', 'complexContent', 'all', 'choice', 'sequence', 'group', 'attribu…
35 \ ['annotation', 'all', 'choice', 'sequence'],
38 \ ['annotation', 'element', 'group', 'choice', 'sequence', 'any'],
40 \ 'sequence' : [
41 \ ['annotation', 'element', 'group', 'choice', 'sequence', 'any'],
104 …\ ['annotation', 'all', 'choice', 'sequence', 'group', 'attribute', 'attributeGroup', 'anyAttribut…
/vim-8.2.3635/src/libvterm/t/
H A D03encoding_utf8.test10 # leaves only two for each sequence length
47 # + Early restart (another sequence introduction before the previous one was finished)
/vim-8.2.3635/runtime/indent/
H A Dsystemverilog.vim85 " Indent after function/task/class/package/sequence/clocking/
88 \ last_line =~ '^\s*\<\(sequence\|clocking\|interface\)\>' ||
193 \ last_line !~ '^\s*\<\(sequence\|clocking\|interface\|covergroup\)\>' ||
/vim-8.2.3635/runtime/ftplugin/
H A Dsystemverilog.vim40 \ '\<sequence\>:\<endsequence\>'
/vim-8.2.3635/runtime/keymap/
H A Dkorean.vim10 " BUT, simply mapping each letter of Hangul with sequence of alphabet 1 by 1
/vim-8.2.3635/runtime/doc/
H A Dnetbeans.txt334 seqno The IDE uses a sequence number for Commands and Functions. A
335 Reply must use the sequence number of the Function that it is
336 associated with. A zero sequence number can be used for
389 typeNum number sequence number of the annotation
405 file that is being opened. The sequence of commands could be:
417 typeNum number sequence number (not really used)
435 Note: the annotations will be defined in sequence, and the
436 sequence number is later used with addAnno.
629 seqno = sequence number of the function
H A Dmap.txt33 is to define a sequence of commands for a function key. Example: >
60 Map the key sequence {lhs} to {rhs} for the modes
79 Map the key sequence {lhs} to {rhs} for the modes
150 These commands are used to map a key or key sequence to a string of
156 When two mappings start with the same sequence of characters, they are
576 DETAIL: Vim first checks if a sequence from the keyboard is mapped. If it
595 sequence "<Bslash>" can be used. This avoids the need to double backslashes
670 not to be matched with any key sequence. This is useful in plugins
852 If you include an undo command inside a mapped sequence, this will bring the
855 sequence (having two undo commands in a mapped sequence did not make sense
[all …]
H A Dremote.txt152 remote_send( server, string, idvar) send key sequence
160 sequence.
H A Dterm.txt184 single hit of the <Esc> key or the start of a cursor key sequence. It waits
206 key sequence as a cursor key movement. To avoid this and make Vim do what you
214 sequence of bytes.
242 sequence is recognized at the end of a termcap entry: ";*X". The "X" can be
279 When Vim receives a response to the |t_RV| (request version) sequence and it
586 If this feature is enabled by the 't_fe' sequence, special key sequences are
589 Focus event tracking is disabled by a 't_fd' sequence when exiting "raw" mode.
607 When Vim enters Insert mode the 't_SI' escape sequence is sent. When Vim
608 enters Replace mode the 't_SR' escape sequence is sent if it is set, otherwise
H A Dif_pyth.txt248 A sequence object providing access to the list of vim windows. The
262 A sequence object providing access to the list of vim tab pages. The
429 You can also treat buffer objects as sequence objects. In this context, they
431 element being a line of the buffer. All of the usual sequence operations,
537 methods, and no sequence or other interface.
580 no sequence or other interfaces.
/vim-8.2.3635/runtime/lang/
H A DREADME.txt3 The contents of each menu file is a sequence of lines with "menutrans"

1234567