Skip to content

Commit d596686

Browse files
committed
Add line-exe-mode to man.txt
1 parent 81436a2 commit d596686

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

man.txt

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,13 @@ OPTIONS
6868

6969
vims '%g/$1/exe "norm $2"' '%g/$3/exe "norm $4"'
7070

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+
7175
-r, --inverse-exe-mode
72-
The exact same as exe mode, but ran on lines which do NOT match the
73-
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:
7478

7579
vims '%v/$1/exe "norm $2"' '%v/$3/exe "norm $4"' ...
7680

0 commit comments

Comments
 (0)