forked from aniani/vim
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>
This commit is contained in:
committed by
Christian Brabandt
parent
2f9aef42af
commit
e71022082d
@@ -67,7 +67,7 @@ def Test_class_basic()
|
||||
END
|
||||
v9.CheckSourceFailure(lines, "E488: Trailing characters: | echo 'done'", 3)
|
||||
|
||||
# Use old "this." prefixed member variable declaration syntax (without intialization)
|
||||
# Use old "this." prefixed member variable declaration syntax (without initialization)
|
||||
lines =<< trim END
|
||||
vim9script
|
||||
class Something
|
||||
@@ -76,7 +76,7 @@ def Test_class_basic()
|
||||
END
|
||||
v9.CheckSourceFailure(lines, 'E1318: Not a valid command in a class: this.count: number', 3)
|
||||
|
||||
# Use old "this." prefixed member variable declaration syntax (with intialization)
|
||||
# Use old "this." prefixed member variable declaration syntax (with initialization)
|
||||
lines =<< trim END
|
||||
vim9script
|
||||
class Something
|
||||
|
||||
Reference in New Issue
Block a user