summaryrefslogtreecommitdiffstats
path: root/autoload/rust
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--autoload/rust.vim2
-rw-r--r--autoload/rust/debugging.vim2
-rw-r--r--autoload/rust/delimitmate.vim2
-rw-r--r--autoload/rust/tags.vim2
-rw-r--r--autoload/rustfmt.vim2
5 files changed, 5 insertions, 5 deletions
diff --git a/autoload/rust.vim b/autoload/rust.vim
index 6c6fbe13..5b0cd64f 100644
--- a/autoload/rust.vim
+++ b/autoload/rust.vim
@@ -1,4 +1,4 @@
-if !has_key(g:polyglot_is_disabled, 'rust')
+if has_key(g:polyglot_is_disabled, 'rust')
finish
endif
diff --git a/autoload/rust/debugging.vim b/autoload/rust/debugging.vim
index d200e9fc..7985c87c 100644
--- a/autoload/rust/debugging.vim
+++ b/autoload/rust/debugging.vim
@@ -1,4 +1,4 @@
-if !has_key(g:polyglot_is_disabled, 'rust')
+if has_key(g:polyglot_is_disabled, 'rust')
finish
endif
diff --git a/autoload/rust/delimitmate.vim b/autoload/rust/delimitmate.vim
index 25735f9c..ecd7c28c 100644
--- a/autoload/rust/delimitmate.vim
+++ b/autoload/rust/delimitmate.vim
@@ -1,4 +1,4 @@
-if !has_key(g:polyglot_is_disabled, 'rust')
+if has_key(g:polyglot_is_disabled, 'rust')
finish
endif
diff --git a/autoload/rust/tags.vim b/autoload/rust/tags.vim
index 1acbb5bb..f4830e28 100644
--- a/autoload/rust/tags.vim
+++ b/autoload/rust/tags.vim
@@ -1,4 +1,4 @@
-if !has_key(g:polyglot_is_disabled, 'rust')
+if has_key(g:polyglot_is_disabled, 'rust')
finish
endif
diff --git a/autoload/rustfmt.vim b/autoload/rustfmt.vim
index 1d6f91ed..5dc682a5 100644
--- a/autoload/rustfmt.vim
+++ b/autoload/rustfmt.vim
@@ -1,4 +1,4 @@
-if !has_key(g:polyglot_is_disabled, 'rust')
+if has_key(g:polyglot_is_disabled, 'rust')
finish
endif