diff options
author | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-27 10:07:29 +0200 |
---|---|---|
committer | Adam Stankiewicz <sheerun@sher.pl> | 2021-06-27 10:07:29 +0200 |
commit | 4f5388350be1052f610b830c8fce8fbc17370ec6 (patch) | |
tree | 425cb8ee70c123233055a61d56d73e2eb97536db /ftplugin | |
parent | 4899585281beab51e5dff1d9ae4d3159244a8275 (diff) | |
download | vim-polyglot-4f5388350be1052f610b830c8fce8fbc17370ec6.tar.gz vim-polyglot-4f5388350be1052f610b830c8fce8fbc17370ec6.zip |
Update
Diffstat (limited to 'ftplugin')
-rw-r--r-- | ftplugin/clojure.vim | 2 | ||||
-rw-r--r-- | ftplugin/org.vim | 4 | ||||
-rw-r--r-- | ftplugin/outline.vim | 2 | ||||
-rw-r--r-- | ftplugin/zig.vim | 4 |
4 files changed, 5 insertions, 7 deletions
diff --git a/ftplugin/clojure.vim b/ftplugin/clojure.vim index 8919fd00..2c2882e3 100644 --- a/ftplugin/clojure.vim +++ b/ftplugin/clojure.vim @@ -4,7 +4,7 @@ endif " Vim filetype plugin file " Language: Clojure -" Maintainer: Alex Vear <av@axvr.io> +" Maintainer: Alex Vear <alex@vear.uk> " Former Maintainers: Sung Pae <self@sungpae.com> " Meikel Brandmeyer <mb@kotka.de> " URL: https://github.com/clojure-vim/clojure.vim diff --git a/ftplugin/org.vim b/ftplugin/org.vim index 12711088..b88fbc95 100644 --- a/ftplugin/org.vim +++ b/ftplugin/org.vim @@ -4,11 +4,11 @@ endif " Vim filetype plugin for GNU Emacs' Org mode " -" Maintainer: Alex Vear <av@axvr.io> +" Maintainer: Alex Vear <alex@vear.uk> " License: Vim (see `:help license`) " Location: ftplugin/org.vim " Website: https://github.com/axvr/org.vim -" Last Change: 2020-01-04 +" Last Change: 2020-02-15 " " Reference Specification: Org mode manual " GNU Info: `$ info Org` diff --git a/ftplugin/outline.vim b/ftplugin/outline.vim index 4f0bbd65..996ba4c0 100644 --- a/ftplugin/outline.vim +++ b/ftplugin/outline.vim @@ -4,7 +4,7 @@ endif " Vim filetype plugin for GNU Emacs' Outline mode " -" Maintainer: Alex Vear <av@axvr.io> +" Maintainer: Alex Vear <alex@vear.uk> " License: Vim (see `:help license`) " Location: ftplugin/outline.vim " Website: https://github.com/axvr/org.vim diff --git a/ftplugin/zig.vim b/ftplugin/zig.vim index ee5ce79e..cb2f3e84 100644 --- a/ftplugin/zig.vim +++ b/ftplugin/zig.vim @@ -47,10 +47,8 @@ if exists("*json_decode") && executable('zig') unlet! s:env endif -let &l:formatprg = 'zig fmt --stdin' - let b:undo_ftplugin = - \ 'setl isk< et< ts< sts< sw< fo< sua< mp< com< cms< inex< inc< pa< fp<' + \ 'setl isk< et< ts< sts< sw< fo< sua< mp< com< cms< inex< inc< pa<' let &cpo = s:cpo_orig unlet s:cpo_orig |