Searched refs:abbrev (Results 1 – 11 of 11) sorted by relevance
| /vim-8.2.3635/src/ |
| H A D | map.c | 331 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 D | test_mapping.vim | 18 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 D | test_ex_mode.vim | 47 call assert_equal(["abbrev\t", 'abbreviate'], Ex("abbrev\<Tab>"), e)
|
| H A D | test_maparg.vim | 129 abbr ab abbrev 130 call assert_equal('abbrev', mapcheck('a', 'i', 1))
|
| /vim-8.2.3635/src/proto/ |
| H A D | map.pro | 5 int do_map(int maptype, char_u *arg, int mode, int abbrev);
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | docbk.vim | 50 syn keyword docbkKeyword abbrev abstract accel acronym address contained
|
| H A D | stata.vim | 275 syn region stataFunc matchgroup=Function start=/\<abbrev(/ end=/)/ contains=@stataFuncGroup
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | usr_41.txt | 1856 :abbrev dev development " shorthand 1870 :abbrev dev development|" shorthand
|
| H A D | cmdline.txt | 567 :map (and the like including :abbrev commands)
|
| H A D | index.txt | 1355 |:iabbrev| :ia[bbrev] like ":abbrev" but for Insert mode
|
| H A D | todo.txt | 5339 8 Add a flag to ":abbrev" to eat the character that triggers the
|