added closing / for Swap example

This commit is contained in:
mischa 2019-04-08 19:54:24 +02:00
parent e555a7dec1
commit 0bb4466d5d
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ Helpful documents:<br />
#### Swap "Lastname, Firstname" to "Firstname, Lastname"
:%s/\(.*\), \(.*\)/\2 \1
:%s/\(.*\), \(.*\)/\2 \1/
#### Join all lines