A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/sheerun/vim-polyglot/commit/45a7512dea0599efaf96e8a2cad3fac7be61cf5d below:

Preserve loading order of plugins, fixes #608 · sheerun/vim-polyglot@45a7512 · GitHub

Expand file treeCollapse file tree 1,287 files changed

+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