comparison runtime/ftplugin/poefilter.vim @ 30875:3295247d97a5

Update runtime files Commit: https://github.com/vim/vim/commit/3c053a1a5ad2a3c924929e11f2b9af20a8b901e2 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Oct 16 13:11:12 2022 +0100 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 16 Oct 2022 14:15:06 +0200
parents
children
comparison
equal deleted inserted replaced
30874:479022a91414 30875:3295247d97a5
1 " Vim filetype plugin
2 " Language: PoE item filter
3 " Maintainer: ObserverOfTime <chronobserver@disroot.org>
4 " Last Change: 2022 Oct 07
5
6 if exists('b:did_ftplugin')
7 finish
8 endif
9 let b:did_ftplugin = 1
10
11 setlocal comments=:# commentstring=#\ %s
12
13 let b:undo_ftplugin = 'setl com< cms<'