We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81436a2 commit d596686Copy full SHA for d596686
man.txt
@@ -68,9 +68,13 @@ OPTIONS
68
69
vims '%g/$1/exe "norm $2"' '%g/$3/exe "norm $4"'
70
71
+ -l, --line-exe-mode
72
+ Shorthand for `-e '.*'`, meaning it operates the same exe mapping
73
+ on ALL lines, regardless of what they contain.
74
+
75
-r, --inverse-exe-mode
- The exact same as exe mode, but ran on lines which do NOT match the
- regex. In this case, the arguments are translated to:
76
+ Similar to exe mode, but ran on lines which do NOT match the regex.
77
+ In this case, the arguments are translated to:
78
79
vims '%v/$1/exe "norm $2"' '%v/$3/exe "norm $4"' ...
80
0 commit comments