From 0bb4466d5d10f7d5384689ec2a20e784a12b9629 Mon Sep 17 00:00:00 2001 From: mischa Date: Mon, 8 Apr 2019 19:54:24 +0200 Subject: [PATCH] added closing / for Swap example --- index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.md b/index.md index b47cc24..6058d02 100644 --- a/index.md +++ b/index.md @@ -114,7 +114,7 @@ Helpful documents:
#### Swap "Lastname, Firstname" to "Firstname, Lastname" - :%s/\(.*\), \(.*\)/\2 \1 + :%s/\(.*\), \(.*\)/\2 \1/ #### Join all lines