Home
last modified time | relevance | path

Searched refs:lhsrawalt (Results 1 – 4 of 4) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_maparg.vim20 \ 'lhsraw': "foo\x80\xfc\x04V", 'lhsrawalt': "foo\x16",
251 call assert_equal("\x02", a:d.lhsrawalt)
/vim-8.2.3635/src/
H A Dmap.c2338 char_u *lhsrawalt; in f_mapset() local
2375 lhsrawalt = dict_get_string(d, (char_u *)"lhsrawalt", FALSE); in f_mapset()
2423 if (lhsrawalt != NULL) in f_mapset()
2424 (void)map_add(map_table, abbr_table, lhsrawalt, rhs, orig_rhs, noremap, in f_mapset()
/vim-8.2.3635/runtime/doc/
H A Deval.txt7656 "lhsrawalt" The {lhs} of the mapping as raw bytes, alternate
H A Dversion8.txt46196 Solution: Add "lhsraw" and "lhsrawalt" items. Drop "simplified"