comparison src/testdir/test_mapping.vim @ 34344:be4389b04043 v9.1.0105

patch 9.1.0105: Style: typos found Commit: https://github.com/vim/vim/commit/e71022082d6a8bd8ec3d7b9dadf3f9ce46ef339c Author: zeertzjq <zeertzjq@outlook.com> Date: Tue Feb 13 20:32:04 2024 +0100 patch 9.1.0105: Style: typos found Problem: Style: typos found Solution: correct them (zeertzjq) closes: #14023 Signed-off-by: zeertzjq <zeertzjq@outlook.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Tue, 13 Feb 2024 20:45:05 +0100
parents a0a4a774117b
children 52db4364a5cd
comparison
equal deleted inserted replaced
34343:f47ebfc6e979 34344:be4389b04043
118 call assert_equal('a', getline('.')) 118 call assert_equal('a', getline('.'))
119 119
120 unmap x 120 unmap x
121 bwipe! 121 bwipe!
122 122
123 " 'langnoremap' follows 'langremap' and vise versa 123 " 'langnoremap' follows 'langremap' and vice versa
124 set langremap 124 set langremap
125 set langnoremap 125 set langnoremap
126 call assert_equal(0, &langremap) 126 call assert_equal(0, &langremap)
127 set langremap 127 set langremap
128 call assert_equal(0, &langnoremap) 128 call assert_equal(0, &langnoremap)