Home
last modified time | relevance | path

Searched refs:lhsraw (Results 1 – 5 of 5) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_maparg.vim20 \ '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 Dtest_vim9_builtin.vim2115 lhsraw: 'foo',
/vim-8.2.3635/src/
H A Dmap.c2337 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 Deval.txt7655 "lhsraw" The {lhs} of the mapping as raw bytes
7657 form, only present when it differs from "lhsraw"
H A Dversion8.txt46196 Solution: Add "lhsraw" and "lhsrawalt" items. Drop "simplified"