From 4f5388350be1052f610b830c8fce8fbc17370ec6 Mon Sep 17 00:00:00 2001 From: Adam Stankiewicz Date: Sun, 27 Jun 2021 10:07:29 +0200 Subject: Update --- ftplugin/clojure.vim | 2 +- ftplugin/org.vim | 4 ++-- ftplugin/outline.vim | 2 +- ftplugin/zig.vim | 4 +--- 4 files changed, 5 insertions(+), 7 deletions(-) (limited to 'ftplugin') 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 +" Maintainer: Alex Vear " Former Maintainers: Sung Pae " Meikel Brandmeyer " 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 +" Maintainer: Alex Vear " 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 +" Maintainer: Alex Vear " 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 -- cgit v1.2.3