Mercurial > vim
annotate runtime/ftplugin/fetchmail.vim @ 33429:c6871290807e
Added tag v9.0.1972 for changeset b21a1fc3425471c2cfaab501fd237e4e1947afd2
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Mon, 02 Oct 2023 21:45:06 +0200 |
parents | 912224cab37f |
children |
rev | line source |
---|---|
375 | 1 " Vim filetype plugin file |
29352 | 2 " Language: fetchmail(1) RC File |
3 " Maintainer: Doug Kearns <dougkearns@gmail.com> | |
4 " Previous Maintainer: Nikolai Weibull <now@bitwi.se> | |
5 " Latest Revision: 2022 Jun 30 | |
375 | 6 |
7 if exists("b:did_ftplugin") | |
8 finish | |
9 endif | |
10 let b:did_ftplugin = 1 | |
11 | |
29352 | 12 setlocal comments=:# commentstring=#\ %s |
13 setlocal formatoptions-=t formatoptions+=croql | |
1698 | 14 |
389 | 15 let b:undo_ftplugin = "setl com< cms< fo<" |
375 | 16 |