Skip to content

Commit a9b7f81

Browse files
committed
Minor fix
1 parent 10333a1 commit a9b7f81

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,6 @@ See `:help textobj-numeral`
4545
Change `id` behavior
4646

4747
```
48-
let g:textobj_numeral_digit_i_pattern = '[1-9]\d+'
48+
let g:textobj_numeral_digit_i_pattern = '[1-9]\d\+'
4949
```
5050

0 commit comments

Comments
 (0)