mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
vim-patch:9.1.1319: Various typos in the code, issue with test_inst_complete.vim (#33527)
Problem: Various typos in the code, redundant and strange use of
:execute in test_ins_complete.vim (after 9.1.1315).
Solution: Fix typos in the code and in the documentation, use the
executed command directly (zeertzjq).
closes: vim/vim#17143
98800979dc
Co-authored-by: Christ van Willegen <cvwillegen@gmail.com>
This commit is contained in:
@@ -2909,7 +2909,7 @@ static void nv_zet(cmdarg_T *cap)
|
||||
}
|
||||
break;
|
||||
|
||||
// "zp", "zP" in block mode put without addind trailing spaces
|
||||
// "zp", "zP" in block mode put without adding trailing spaces
|
||||
case 'P':
|
||||
case 'p':
|
||||
nv_put(cap);
|
||||
|
Reference in New Issue
Block a user