| /vim-8.2.3635/runtime/indent/testdir/ |
| H A D | html.ok | 12 var v1 = "v1"; 61 var v1 = "v1";
|
| H A D | html.in | 12 var v1 = "v1"; 61 var v1 = "v1";
|
| /vim-8.2.3635/src/testdir/ |
| H A D | test_match.vim | 107 let v1 = screenattr(1, 1) 113 call assert_notequal(v1, v5) 114 call assert_equal(v6, v1) 117 call assert_equal(v11, v1) 125 let v1 = screenattr(1, 1) 134 call assert_notequal(v1, v4) 136 call assert_equal(v6, v1) 137 call assert_equal(v7, v1) 140 call assert_equal(v10, v1)
|
| H A D | test_version.vim | 8 let v1 = execute('version') 10 call assert_equal(v1, v2) 12 call assert_match("^\n\nVIM - Vi IMproved .*", v1)
|
| H A D | test_vim9_assign.vim | 327 var v1: number 329 [v1, v2] = [1, 2] 377 var v1: number 379 [v1, v2] = 384 var v1: number 386 [v1, v2] = xxx 391 var v1: number 404 var v1: number 406 [v1, v2] = '' 780 var v1: number [all …]
|
| 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]] 2895 result->add(v1) 2901 for [v1, v2; v3] in [[1, 2], [3, 4, 5, 6]] 2902 result->add(v1) 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 2956 for [v1, v1] in [[1, 2], [3, 4]] 2957 echo v1
|
| H A D | test_vim9_builtin.vim | 1842 g:v1 = 10 1843 assert_false(islocked('g:v1')) 1844 lockvar g:v1 1845 assert_true(islocked('g:v1')) 1846 unlet g:v1
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | cabal.vim | 8 " v1.5: Incorporated changes from 19 " v1.4: Add benchmark support, thanks to Simon Meier 20 " v1.3: Updated to the last version of cabal 29 " v1.1: Fixed operator problems and added ftdetect file 32 " v1.0: Cabal syntax in vimball format
|
| H A D | rust.vim | 76 " Things from the libstd v1 prelude (src/libstd/prelude/v1.rs) {{{2
|
| H A D | baan.vim | 5 " Last change: v1.17 2006/04/26 10:40:18
|
| /vim-8.2.3635/.github/workflows/ |
| H A D | codeql-analysis.yml | 37 uses: github/codeql-action/init@v1 48 uses: github/codeql-action/autobuild@v1 62 uses: github/codeql-action/analyze@v1
|
| H A D | ci.yml | 493 # uses: actions/upload-artifact@v1
|
| /vim-8.2.3635/runtime/colors/tools/ |
| H A D | check_colors.vim | 223 for v1 in sort(keys(a:err['highlight'])) 224 echomsg printf("%25s: %s", v1, a:err['highlight'][v1])
|
| /vim-8.2.3635/src/ |
| H A D | msvcsetup.bat | 4 set PATH=%SystemRoot%\Microsoft.NET\Framework\v1.1.4322;%PATH%
|
| H A D | list.c | 1842 varnumber_T v1 = tv_get_number(tv1); in item_compare() local 1845 return v1 == v2 ? 0 : v1 > v2 ? 1 : -1; in item_compare() 1851 float_T v1 = tv_get_float(tv1); 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 5311 const short *s1 = v1; in syn_compare_stub() 6697 syn_compare_syntime(const void *v1, const void *v2) in syn_compare_syntime() argument 6699 const time_entry_T *s1 = v1; in syn_compare_syntime()
|
| H A D | search.c | 4596 int v1 = ((fuzzyItem_T *)s1)->score; in fuzzy_match_item_compare() local 4601 return v1 == v2 ? (idx1 - idx2) : v1 > v2 ? -1 : 1; in fuzzy_match_item_compare()
|
| H A D | INSTALLpc.txt | 192 set PATH=%SystemRoot%\Microsoft.NET\Framework\v1.1.4322;%PATH%
|
| /vim-8.2.3635/runtime/keymap/ |
| H A D | pinyin.vim | 49 v1 ǖ
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | pi_logipat.txt | 118 v1 May 23, 2005 * initial release
|
| H A D | pi_zip.txt | 157 v1 Sep 15, 2005 * Initial release, had browsing, reading, and writing
|
| H A D | pi_tar.txt | 166 v1 (original) * Michael Toren
|
| H A D | usr_01.txt | 166 conditions set forth in the Open Publication License, v1.0 or later. The
|
| /vim-8.2.3635/runtime/indent/ |
| H A D | html.vim | 16 " 2014 June (v1.0) overhaul (Bram)
|