mirror of
https://github.com/iggredible/Learn-Vim
synced 2025-02-17 00:08:26 +00:00
Shorten a long command desc
This commit is contained in:
parent
a7aa6eab82
commit
a7027301db
1 changed files with 1 additions and 1 deletions
|
@ -414,7 +414,7 @@ Let's talk about the global flag. Run:
|
|||
Vim substitutes all pancakes with donuts in one swift command. The global command is one of the several flags the substitute command accepts. You pass flags at the end of the substitute command. Here is a list of useful flags:
|
||||
|
||||
```
|
||||
& Reuse the flags from the previous substitute command. Must be passed as the first flag.
|
||||
& Reuse the flags from the previous substitute command.
|
||||
g Replace all matches in the line.
|
||||
c Ask for substitution confirmation.
|
||||
e Prevent error message from displaying when substitution fails.
|
||||
|
|
Loading…
Add table
Reference in a new issue