neovim

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

remind.vim (391B)


      1 " Vim filetype plugin file
      2 " Language:             Remind - a sophisticated calendar and alarm
      3 " Maintainer:           Joe Reynolds <joereynolds952@gmail.com>
      4 " Latest Revision:      2025 April 08
      5 " License:              Vim (see :h license)
      6 
      7 if exists("b:did_ftplugin")
      8  finish
      9 endif
     10 let b:did_ftplugin = 1
     11 
     12 setlocal comments=:# commentstring=#\ %s
     13 
     14 let b:undo_ftplugin = "setl cms< com<"