mirror of
https://github.com/jbranchaud/til
synced 2026-01-03 15:18:01 +00:00
Add a comma in the latest til.
This commit is contained in:
@@ -19,7 +19,7 @@ We can run the following substitution command:
|
|||||||
:%s/\d\+/\=submatch(0)+1/g
|
:%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
|
2 3 a b c 46 124 1983
|
||||||
|
|||||||
Reference in New Issue
Block a user