forked from aniani/vim
patch 9.1.0985: Vim9: some ex commands can be shortened
Problem: Vim9: some ex commands can be shortened Solution: disallow shortening of :abstract, :interface and :type (h-east) closes: #16356 Signed-off-by: h-east <h.east.727@gmail.com> Signed-off-by: Doug Kearns <dougkearns@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
committed by
Christian Brabandt
parent
663d18d610
commit
aa979c763d
@@ -6,7 +6,7 @@
|
||||
>:|a+0#af5f00255&|b@1|r|e|v|i|a|t|e| +0#0000000&@63
|
||||
|:|a+0#af5f00255&|b|c|l|e|a|r| +0#0000000&@66
|
||||
|:|a+0#af5f00255&|b|o|v|e|l|e|f|t| +0#0000000&@64
|
||||
|:|a+0#af5f00255&|b|s|t|r|a|c|t| +0#0000000&@65
|
||||
|:|a|b|s|t|r|a|c|t| @65
|
||||
|:|a+0#af5f00255&|l@1| +0#0000000&@70
|
||||
|:|a+0#af5f00255&|m|e|n|u| +0#0000000&@68
|
||||
|:|a+0#af5f00255&|n|o|r|e|m|e|n|u| +0#0000000&@64
|
||||
|
@@ -13,7 +13,7 @@
|
||||
|F|o@1|(+0#e000e06&|)| +0#0000000&||| |a+0#af5f00255&|b@1|r|e|v|i|a|t|e| +0#0000000&@56
|
||||
|F|o@1|(+0#e000e06&|)| +0#0000000&||| |a+0#af5f00255&|b|c|l|e|a|r| +0#0000000&@59
|
||||
|F|o@1|(+0#e000e06&|)| +0#0000000&||| |a+0#af5f00255&|b|o|v|e|l|e|f|t| +0#0000000&@57
|
||||
|F|o@1|(+0#e000e06&|)| +0#0000000&||| |a+0#af5f00255&|b|s|t|r|a|c|t| +0#0000000&@58
|
||||
|F|o@1|(+0#e000e06&|)| +0#0000000&||| |a|b|s|t|r|a|c|t| @58
|
||||
|F|o@1|(+0#e000e06&|)| +0#0000000&||| |a+0#af5f00255&|l@1| +0#0000000&@63
|
||||
|F|o@1|(+0#e000e06&|)| +0#0000000&||| |a+0#af5f00255&|m|e|n|u| +0#0000000&@61
|
||||
|F|o@1|(+0#e000e06&|)| +0#0000000&||| |a+0#af5f00255&|n|o|r|e|m|e|n|u| +0#0000000&@57
|
||||
|
@@ -16,5 +16,5 @@
|
||||
@75
|
||||
|"+0#0000e05&| |V|i|m|9|-|s|c|r|i|p|t| |o|n|l|y| +0#0000000&@56
|
||||
@75
|
||||
|:|a+0#af5f00255&|b|s|t|r|a|c|t| +0#0000000&@65
|
||||
|:|a|b|s|t|r|a|c|t| @65
|
||||
@57|1@1|7|1|,|1| @7|9|7|%|
|
||||
|
@@ -1,4 +1,4 @@
|
||||
|:+0&#ffffff0|a+0#af5f00255&|b|s|t|r|a|c|t| +0#0000000&@65
|
||||
|:+0&#ffffff0|a|b|s|t|r|a|c|t| @65
|
||||
|:|c|l|a|s@1| @68
|
||||
|:|e|n|d|c|l|a|s@1| @65
|
||||
|:|e|n|d|i|n|t|e|r|f|a|c|e| @61
|
||||
@@ -12,7 +12,7 @@
|
||||
|:|t|y|p|e| @69
|
||||
|:|v+0#af5f00255&|a|r| +0#0000000&@70
|
||||
@75
|
||||
|F|o@1|(+0#e000e06&|)| +0#0000000&||| |a+0#af5f00255&|b|s|t|r|a|c|t| +0#0000000&@58
|
||||
|F|o@1|(+0#e000e06&|)| +0#0000000&||| |a|b|s|t|r|a|c|t| @58
|
||||
|F|o@1|(+0#e000e06&|)| +0#0000000&||| |c|l|a|s@1| @61
|
||||
|F|o@1|(+0#e000e06&|)| +0#0000000&||| |e|n|d|c|l|a|s@1| @58
|
||||
|F|o@1|(+0#e000e06&|)| +0#0000000&||| |e|n|d|e|n|u|m| @59
|
||||
|
Reference in New Issue
Block a user