Home
last modified time | relevance | path

Searched refs:v1 (Results 1 – 25 of 28) sorted by relevance

12

/vim-8.2.3635/runtime/indent/testdir/
H A Dhtml.ok12 var v1 = "v1";
61 var v1 = "v1";
H A Dhtml.in12 var v1 = "v1";
61 var v1 = "v1";
/vim-8.2.3635/src/testdir/
H A Dtest_match.vim107 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 Dtest_version.vim8 let v1 = execute('version')
10 call assert_equal(v1, v2)
12 call assert_match("^\n\nVIM - Vi IMproved .*", v1)
H A Dtest_vim9_assign.vim327 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 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]]
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 Dtest_vim9_builtin.vim1842 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 Dcabal.vim8 " 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 Drust.vim76 " Things from the libstd v1 prelude (src/libstd/prelude/v1.rs) {{{2
H A Dbaan.vim5 " Last change: v1.17 2006/04/26 10:40:18
/vim-8.2.3635/.github/workflows/
H A Dcodeql-analysis.yml37 uses: github/codeql-action/init@v1
48 uses: github/codeql-action/autobuild@v1
62 uses: github/codeql-action/analyze@v1
H A Dci.yml493 # uses: actions/upload-artifact@v1
/vim-8.2.3635/runtime/colors/tools/
H A Dcheck_colors.vim223 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 Dmsvcsetup.bat4 set PATH=%SystemRoot%\Microsoft.NET\Framework\v1.1.4322;%PATH%
H A Dlist.c1842 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 Dsyntax.c5309 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 Dsearch.c4596 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 DINSTALLpc.txt192 set PATH=%SystemRoot%\Microsoft.NET\Framework\v1.1.4322;%PATH%
/vim-8.2.3635/runtime/keymap/
H A Dpinyin.vim49 v1 ǖ
/vim-8.2.3635/runtime/doc/
H A Dpi_logipat.txt118 v1 May 23, 2005 * initial release
H A Dpi_zip.txt157 v1 Sep 15, 2005 * Initial release, had browsing, reading, and writing
H A Dpi_tar.txt166 v1 (original) * Michael Toren
H A Dusr_01.txt166 conditions set forth in the Open Publication License, v1.0 or later. The
/vim-8.2.3635/runtime/indent/
H A Dhtml.vim16 " 2014 June (v1.0) overhaul (Bram)

12