forked from aniani/vim
patch 9.0.0828: various typos
Problem: Various typos. Solution: Correct typos. (closes #11432)
This commit is contained in:
committed by
Bram Moolenaar
parent
1410d1841b
commit
c57b5bcd22
@@ -52,7 +52,7 @@ func Test_langmap()
|
||||
set langmap=RL
|
||||
let g:counter = 0
|
||||
nnoremap L;L <Cmd>let g:counter += 1<CR>
|
||||
nnoremap <C-L> <Cmd>throw 'This mapping shoud not be triggered'<CR>
|
||||
nnoremap <C-L> <Cmd>throw 'This mapping should not be triggered'<CR>
|
||||
|
||||
" 'langmap' is applied to keys without modifiers when matching a mapping
|
||||
call feedkeys('R;R', 'tx')
|
||||
|
||||
Reference in New Issue
Block a user