Home
last modified time | relevance | path

Searched refs:v2 (Results 1 – 25 of 29) sorted by relevance

12

/vim-8.2.3635/runtime/indent/testdir/
H A Dhtml.ok13 var v2 = "v2";
62 var v2 = "v2";
H A Dhtml.in13 var v2 = "v2";
62 var v2 = "v2";
/vim-8.2.3635/src/testdir/
H A Dtest_vim9_assign.vim328 var v2: number
329 [v1, v2] = [1, 2]
378 var v2: number
379 [v1, v2] =
385 var v2: number
386 [v1, v2] = xxx
392 var v2: number
405 var v2: number
406 [v1, v2] = ''
781 var v2: number
[all …]
H A Dtest_version.vim9 let v2 = execute('version')
10 call assert_equal(v1, v2)
H A Dtest_ruby.vim381 call assert_equal('{"k1"=>"v1", "k2"=>"v2"}', RubyPrint('({"k1" => "v1", "k2" => "v2"})'))
H A Dtest_vim9_script.vim2894 for [v1, v2] in [[1, 2], [3, 4]]
2896 result->add(v2)
2901 for [v1, v2; v3] in [[1, 2], [3, 4, 5, 6]]
2903 result->add(v2)
2942 for [v1, v2] in [[1, 2, 3], [3, 4]]
2943 echo v1 v2
2949 for [v1, v2] in [[1], [3, 4]]
2950 echo v1 v2
/vim-8.2.3635/.github/workflows/
H A Dci.yml56 - uses: actions/checkout@v2
157 uses: actions/cache@v2
267 - uses: actions/checkout@v2
385 - uses: msys2/setup-msys2@v2
391 - uses: actions/checkout@v2
401 uses: actions/cache@v2
H A Dcoverity.yml16 - uses: actions/checkout@v2
H A Dcodeql-analysis.yml33 uses: actions/checkout@v2
/vim-8.2.3635/runtime/ftplugin/
H A Dswiftgyb.vim4 " Licensed under Apache License v2.0 with Runtime Library Exception
H A Dswift.vim4 " Licensed under Apache License v2.0 with Runtime Library Exception
/vim-8.2.3635/runtime/syntax/
H A Dvue.vim4 " URL: https://vuejs.org/v2/guide/single-file-components.html
H A Dswiftgyb.vim4 " Licensed under Apache License v2.0 with Runtime Library Exception
H A Dinitng.vim5 " License: GPL v2
H A Dxpm2.vim2 " Language: X Pixmap v2
H A Dsil.vim4 " Licensed under Apache License v2.0 with Runtime Library Exception
H A Dswift.vim4 " Licensed under Apache License v2.0 with Runtime Library Exception
/vim-8.2.3635/runtime/keymap/
H A Dpinyin.vim50 v2 ǘ
/vim-8.2.3635/src/
H A Dlist.c1843 varnumber_T v2 = tv_get_number(tv2); in item_compare() local
1845 return v1 == v2 ? 0 : v1 > v2 ? 1 : -1; in item_compare()
1852 float_T v2 = tv_get_float(tv2); in item_compare() local
1854 return v1 == v2 ? 0 : v1 > v2 ? 1 : -1; in item_compare()
H A Dsyntax.c5309 syn_compare_stub(const void *v1, const void *v2) in syn_compare_stub() argument
5312 const short *s2 = v2; in syn_compare_stub()
6697 syn_compare_syntime(const void *v1, const void *v2) in syn_compare_syntime() argument
6700 const time_entry_T *s2 = v2; in syn_compare_syntime()
H A Dsearch.c4597 int v2 = ((fuzzyItem_T *)s2)->score; in fuzzy_match_item_compare() local
4601 return v1 == v2 ? (idx1 - idx2) : v1 > v2 ? -1 : 1; in fuzzy_match_item_compare()
/vim-8.2.3635/runtime/doc/
H A Dpi_logipat.txt117 v2 May 31, 2005 * LPF and LogiPatFlags commands weren't working
H A Ddiff.txt314 :diffget v2 Use the buffer which matches "v2" and is in
315 diff mode (e.g., "file.c.v2")
H A Dpi_zip.txt152 v2 Sep 16, 2005 * silenced some commands (avoiding hit-enter prompt)
H A Dpi_tar.txt164 v2 * converted to use Vim7's new autoload feature

12