Home
last modified time | relevance | path

Searched refs:abbrev (Results 1 – 11 of 11) sorted by relevance

/vim-8.2.3635/src/
H A Dmap.c331 int abbrev) // not a mapping but an abbreviation in do_map() argument
529 if (abbrev && maptype != 1) in do_map()
590 if (abbrev) in do_map()
605 if (abbrev) in do_map()
626 if (abbrev) in do_map()
671 if (abbrev) in do_map()
717 if (n != len && (!abbrev || round || n > len in do_map()
743 if (abbrev) in do_map()
794 if (!abbrev && new_hash != hash) in do_map()
830 if (abbrev) in do_map()
[all …]
/vim-8.2.3635/src/testdir/
H A Dtest_mapping.vim18 abbrev foo foobar
24 \ .. "! foo foobar", execute('abbrev'))
29 \ .. "c foo foobar", execute('abbrev'))
30 abbrev foo foobar
36 \ .. "i foo foobar", execute('abbrev'))
37 abbrev foo foobar
46 abbrev foo foobar
48 abbrev <buffer> foo1 foobar1
50 abbrev <buffer> foo2 foobar2
54 \ .. "! foo foobar", execute('abbrev'))
[all …]
H A Dtest_ex_mode.vim47 call assert_equal(["abbrev\t", 'abbreviate'], Ex("abbrev\<Tab>"), e)
H A Dtest_maparg.vim129 abbr ab abbrev
130 call assert_equal('abbrev', mapcheck('a', 'i', 1))
/vim-8.2.3635/src/proto/
H A Dmap.pro5 int do_map(int maptype, char_u *arg, int mode, int abbrev);
/vim-8.2.3635/runtime/syntax/
H A Ddocbk.vim50 syn keyword docbkKeyword abbrev abstract accel acronym address contained
H A Dstata.vim275 syn region stataFunc matchgroup=Function start=/\<abbrev(/ end=/)/ contains=@stataFuncGroup
/vim-8.2.3635/runtime/doc/
H A Dusr_41.txt1856 :abbrev dev development " shorthand
1870 :abbrev dev development|" shorthand
H A Dcmdline.txt567 :map (and the like including :abbrev commands)
H A Dindex.txt1355 |:iabbrev| :ia[bbrev] like ":abbrev" but for Insert mode
H A Dtodo.txt5339 8 Add a flag to ":abbrev" to eat the character that triggers the