Skip to content

Commit

Permalink
Removed bad character
Browse files Browse the repository at this point in the history
  • Loading branch information
harshad1 committed Aug 3, 2024
1 parent 6336cee commit 2e1f40b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/bullets.vim
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ fun! s:match_roman_list_item(input_text)
\ '^(',
\ '(\s*)',
\ '(',
\ 'M{0,4}%(CM|CD|D?C{0,3})%(XC|XL|L?X{0,3})%(IX|IV|V?I{0,3})',A
\ 'M{0,4}%(CM|CD|D?C{0,3})%(XC|XL|L?X{0,3})%(IX|IV|V?I{0,3})',
\ '|',
\ 'm{0,4}%(cm|cd|d?c{0,3})%(xc|xl|l?x{0,3})%(ix|iv|v?i{0,3})',
\ ')',
Expand Down

0 comments on commit 2e1f40b

Please sign in to comment.