| /vim-8.2.3635/runtime/indent/testdir/ |
| H A D | html.ok | 13 var v2 = "v2"; 62 var v2 = "v2";
|
| H A D | html.in | 13 var v2 = "v2"; 62 var v2 = "v2";
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_vim9_assign.vim | 328 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 D | test_version.vim | 9 let v2 = execute('version') 10 call assert_equal(v1, v2)
|
| H A D | test_ruby.vim | 381 call assert_equal('{"k1"=>"v1", "k2"=>"v2"}', RubyPrint('({"k1" => "v1", "k2" => "v2"})'))
|
| H A D | test_vim9_script.vim | 2894 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 D | ci.yml | 56 - 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 D | coverity.yml | 16 - uses: actions/checkout@v2
|
| H A D | codeql-analysis.yml | 33 uses: actions/checkout@v2
|
| /vim-8.2.3635/runtime/ftplugin/ |
| H A D | swiftgyb.vim | 4 " Licensed under Apache License v2.0 with Runtime Library Exception
|
| H A D | swift.vim | 4 " Licensed under Apache License v2.0 with Runtime Library Exception
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | vue.vim | 4 " URL: https://vuejs.org/v2/guide/single-file-components.html
|
| H A D | swiftgyb.vim | 4 " Licensed under Apache License v2.0 with Runtime Library Exception
|
| H A D | initng.vim | 5 " License: GPL v2
|
| H A D | xpm2.vim | 2 " Language: X Pixmap v2
|
| H A D | sil.vim | 4 " Licensed under Apache License v2.0 with Runtime Library Exception
|
| H A D | swift.vim | 4 " Licensed under Apache License v2.0 with Runtime Library Exception
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | pinyin.vim | 50 v2 ǘ
|
| /vim-8.2.3635/src/ |
| H A D | list.c | 1843 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 D | syntax.c | 5309 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 D | search.c | 4597 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 D | pi_logipat.txt | 117 v2 May 31, 2005 * LPF and LogiPatFlags commands weren't working
|
| H A D | diff.txt | 314 :diffget v2 Use the buffer which matches "v2" and is in 315 diff mode (e.g., "file.c.v2")
|
| H A D | pi_zip.txt | 152 v2 Sep 16, 2005 * silenced some commands (avoiding hit-enter prompt)
|
| H A D | pi_tar.txt | 164 v2 * converted to use Vim7's new autoload feature
|