Searched refs:lhsrawalt (Results 1 – 4 of 4) sorted by relevance
| /vim-8.2.3635/src/testdir/ |
| H A D | test_maparg.vim | 20 \ 'lhsraw': "foo\x80\xfc\x04V", 'lhsrawalt': "foo\x16", 251 call assert_equal("\x02", a:d.lhsrawalt)
|
| /vim-8.2.3635/src/ |
| H A D | map.c | 2338 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 D | eval.txt | 7656 "lhsrawalt" The {lhs} of the mapping as raw bytes, alternate
|
| H A D | version8.txt | 46196 Solution: Add "lhsraw" and "lhsrawalt" items. Drop "simplified"
|