Skip to content

Commit 62da2e8

Browse files
authored
Merge pull request #573 from sodapopcan/loaded_check
Add `g:loaded_elixir`
2 parents c23000a + dc5ed8e commit 62da2e8

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

plugin/elixir.vim

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
if exists("g:loaded_elixir")
2+
finish
3+
endif
4+
let g:loaded_elixir = 1

0 commit comments

Comments
 (0)