1
0
mirror of https://github.com/jbranchaud/til synced 2026-01-02 22:58:01 +00:00

Add a comma in the latest til.

This commit is contained in:
jbranchaud
2015-12-19 19:46:36 -06:00
parent 222c1cf8ea
commit f9ee5956e7

View File

@@ -19,7 +19,7 @@ We can run the following substitution command:
:%s/\d\+/\=submatch(0)+1/g
```
This will transform all digits in the buffer resulting in:
This will transform all digits in the buffer, resulting in:
```
2 3 a b c 46 124 1983