diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2020-11-18 20:33:42 +0100 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2020-11-18 20:33:42 +0100 |
commit | c228e993ad6a8b79db5a5a77aecfdbd8e92ea31f (patch) | |
tree | d446251a71a681285c17b5fb000b0d3b1090ef2c /ftplugin/pest.vim | |
parent | da18fe6851e95e146016f7abd2f799056e074cd9 (diff) | |
download | vim-polyglot-c228e993ad6a8b79db5a5a77aecfdbd8e92ea31f.tar.gz vim-polyglot-c228e993ad6a8b79db5a5a77aecfdbd8e92ea31f.zip |
Update
Diffstat (limited to 'ftplugin/pest.vim')
-rw-r--r-- | ftplugin/pest.vim | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ftplugin/pest.vim b/ftplugin/pest.vim new file mode 100644 index 00000000..09ad3583 --- /dev/null +++ b/ftplugin/pest.vim @@ -0,0 +1,4 @@ +if has_key(g:polyglot_is_disabled, 'pest') + finish +endif + |