From 6336cee603e92fb9754d62370f573ec7941cb059 Mon Sep 17 00:00:00 2001 From: Harshad Vedartham Date: Fri, 2 Aug 2024 23:11:18 -0700 Subject: [PATCH] Changing test to == 0 --- plugin/bullets.vim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/bullets.vim b/plugin/bullets.vim index 5774921..46782ed 100644 --- a/plugin/bullets.vim +++ b/plugin/bullets.vim @@ -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