diff options
| author | dundargoc <33953936+dundargoc@users.noreply.github.com> | 2022-10-23 03:45:39 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-10-23 09:45:39 +0800 |
| commit | 1887d8d7d0dd619fa90fe11182c436bc3c71c9d5 (patch) | |
| tree | c86571e042d698d3b82d50022b41edc68df8e6fd /src/nvim/testdir/test_langmap.vim | |
| parent | d70193c3260d2baa264b7a287bff352e32b33cc2 (diff) | |
| download | rneovim-1887d8d7d0dd619fa90fe11182c436bc3c71c9d5.tar.gz rneovim-1887d8d7d0dd619fa90fe11182c436bc3c71c9d5.tar.bz2 rneovim-1887d8d7d0dd619fa90fe11182c436bc3c71c9d5.zip | |
docs: fix typos (#20724)
Co-authored-by: Marco Lehmann <m99@posteo.de>
Diffstat (limited to 'src/nvim/testdir/test_langmap.vim')
| -rw-r--r-- | src/nvim/testdir/test_langmap.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/testdir/test_langmap.vim b/src/nvim/testdir/test_langmap.vim index 2284704603..aaed77e109 100644 --- a/src/nvim/testdir/test_langmap.vim +++ b/src/nvim/testdir/test_langmap.vim @@ -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') |