Skip to content

Commit

Permalink
Changing test to == 0
Browse files Browse the repository at this point in the history
  • Loading branch information
harshad1 committed Aug 3, 2024
1 parent 57f289e commit 6336cee
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 @@ -171,7 +171,7 @@ endfun


fun! s:match_roman_list_item(input_text)
if !g:bullets_enable_roman_list
if g:bullets_enable_roman_list == 0
return {}
endif

Expand Down

0 comments on commit 6336cee

Please sign in to comment.