Skip to content

Commit d7deeff

Browse files
mperry2chrisbra
authored andcommitted
runtime(exports): include simple filetype plugin
closes: #16625 Signed-off-by: Matt Perry <[email protected]> Signed-off-by: Christian Brabandt <[email protected]>
1 parent 407319f commit d7deeff

2 files changed

Lines changed: 15 additions & 0 deletions

File tree

.github/MAINTAINERS

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -160,6 +160,7 @@ runtime/ftplugin/elixir.vim @mhanberg
160160
runtime/ftplugin/erlang.vim @hcs42
161161
runtime/ftplugin/eruby.vim @tpope @dkearns
162162
runtime/ftplugin/expect.vim @dkearns
163+
runtime/ftplugin/exports.vim @mperry2
163164
runtime/ftplugin/fennel.vim @gpanders
164165
runtime/ftplugin/fetchmail.vim @dkearns
165166
runtime/ftplugin/forth.vim @jkotlinski

runtime/ftplugin/exports.vim

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
" Vim filetype plugin
2+
" Language: exports(5) configuration file
3+
" Maintainer: Matt Perry <[email protected]>
4+
" Last Change: 2025 Feb 13
5+
6+
if exists('b:did_ftplugin')
7+
finish
8+
endif
9+
let b:did_ftplugin = 1
10+
11+
setlocal comments=:# commentstring=#\ %s
12+
setlocal formatoptions-=t formatoptions+=croql
13+
14+
let b:undo_ftplugin = 'setl com< cms< fo<'

0 commit comments

Comments
 (0)