+1963
-1952
lines changed Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1
-
if !polyglot#util#IsEnabled('haskell', expand('<sfile>:p'))
1
+
if !has_key(g:polyglot_is_disabled, 'haskell')
2
2
finish
3
3
endif
4
4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1
-
if !polyglot#util#IsEnabled('cjsx', expand('<sfile>:p'))
1
+
if !has_key(g:polyglot_is_disabled, 'cjsx')
2
2
finish
3
3
endif
4
4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1
-
if !polyglot#util#IsEnabled('haskell', expand('<sfile>:p'))
1
+
if !has_key(g:polyglot_is_disabled, 'haskell')
2
2
finish
3
3
endif
4
4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1
-
if !polyglot#util#IsEnabled('html5', expand('<sfile>:p'))
1
+
if !has_key(g:polyglot_is_disabled, 'html5')
2
2
finish
3
3
endif
4
4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1
-
if !polyglot#util#IsEnabled('idris', expand('<sfile>:p'))
1
+
if !has_key(g:polyglot_is_disabled, 'idris')
2
2
finish
3
3
endif
4
4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1
-
if !polyglot#util#IsEnabled('idris2', expand('<sfile>:p'))
1
+
if !has_key(g:polyglot_is_disabled, 'idris2')
2
2
finish
3
3
endif
4
4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1
-
if !polyglot#util#IsEnabled('javascript', expand('<sfile>:p'))
1
+
if !has_key(g:polyglot_is_disabled, 'javascript')
2
2
finish
3
3
endif
4
4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1
-
if !polyglot#util#IsEnabled('jsx', expand('<sfile>:p'))
1
+
if !has_key(g:polyglot_is_disabled, 'jsx')
2
2
finish
3
3
endif
4
4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1
-
if !polyglot#util#IsEnabled('jsx', expand('<sfile>:p'))
1
+
if !has_key(g:polyglot_is_disabled, 'jsx')
2
2
finish
3
3
endif
4
4
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
1
-
if !polyglot#util#IsEnabled('jsx', expand('<sfile>:p'))
1
+
if !has_key(g:polyglot_is_disabled, 'jsx')
2
2
finish
3
3
endif
4
4
You can’t perform that action at this time.
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4