mirror of
https://github.com/vim/vim.git
synced 2026-05-28 00:21:37 +02:00
Fix a few more typos
closes: #20135 Signed-off-by: Felipe Matarazzo <felipemps@protonmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
9d3019104c
commit
cb0b4cf45c
+1
-1
@@ -6513,7 +6513,7 @@ set_op_var(int optype)
|
||||
/*
|
||||
* Handle linewise operator "dd", "yy", etc.
|
||||
*
|
||||
* "_" is is a strange motion command that helps make operators more logical.
|
||||
* "_" is a strange motion command that helps make operators more logical.
|
||||
* It is actually implemented, but not documented in the real Vi. This motion
|
||||
* command actually refers to "the current line". Commands like "dd" and "yy"
|
||||
* are really an alternate form of "d_" and "y_". It does accept a count, so
|
||||
|
||||
+1
-1
@@ -215,7 +215,7 @@ compile_lock_unlock(
|
||||
// These checks are reminiscent of the variable_exists function.
|
||||
// But most of the matches require special handling.
|
||||
|
||||
// If bare name is is locally accessible, except for local var,
|
||||
// If bare name is locally accessible, except for local var,
|
||||
// then put it on the stack to use with ISN_LOCKUNLOCK.
|
||||
// This could be v.memb, v[idx_key]; bare class variable,
|
||||
// function arg. The item on the stack, will be passed
|
||||
|
||||
Reference in New Issue
Block a user