Skip to content

Commit 44dc9ef

Browse files
committed
Removed the legacy g:loaded_* check
1 parent a1fdd4f commit 44dc9ef

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

plugin/markdown_extras.vim

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
vim9script noclear
1+
vim9script
22

33
# Editing markdown files has never been so pleasant.
44
# Maintainer: Ubaldo Tiberi
@@ -17,9 +17,6 @@ elseif !has('patch-9.1.1071')
1717
finish
1818
endif
1919

20-
if exists('g:loaded_markdown_extras') && g:loaded_markdown_extras
21-
finish
22-
endif
2320
g:loaded_markdown_extras = true
2421

2522
const release_notes =<< END

0 commit comments

Comments
 (0)