neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

fetchmail.vim (397B)


      1 " Vim filetype plugin file
      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
      6 
      7 if exists("b:did_ftplugin")
      8  finish
      9 endif
     10 let b:did_ftplugin = 1
     11 
     12 setlocal comments=:# commentstring=#\ %s
     13 setlocal formatoptions-=t formatoptions+=croql
     14 
     15 let b:undo_ftplugin = "setl com< cms< fo<"