Searched refs:lhsraw (Results 1 – 5 of 5) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_maparg.vim | 20 \ 'lhsraw': "foo\x80\xfc\x04V", 'lhsrawalt': "foo\x16", 25 \ 'lhsraw': 'bar', 'mode': 'v', 32 \ 'lhsraw': 'foo', 'mode': ' ', 39 \ 'lhsraw': 'baz', 'mode': 't', 250 call assert_equal("\x80\xfc\x04B", a:d.lhsraw) 253 call assert_equal("\x02", a:d.lhsraw)
|
| H A D | test_vim9_builtin.vim | 2115 lhsraw: 'foo',
|
| /vim-8.2.3635/src/ |
| H A D | map.c | 2337 char_u *lhsraw; in f_mapset() local 2374 lhsraw = dict_get_string(d, (char_u *)"lhsraw", FALSE); in f_mapset() 2377 if (lhs == NULL || lhsraw == NULL || rhs == NULL) in f_mapset() 2421 (void)map_add(map_table, abbr_table, lhsraw, rhs, orig_rhs, noremap, in f_mapset()
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | eval.txt | 7655 "lhsraw" The {lhs} of the mapping as raw bytes 7657 form, only present when it differs from "lhsraw"
|
| H A D | version8.txt | 46196 Solution: Add "lhsraw" and "lhsrawalt" items. Drop "simplified"
|