neovim

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

commit 627d0a2b32d3e1dc71038c459bd6e62ee949d34a
parent 51a967d58acc74db176c1955a7fa754a2708067b
Author: Christian Clason <c.clason@uni-graz.at>
Date:   Wed,  9 Apr 2025 19:59:01 +0200

vim-patch:f9f53f5: runtime(remind): include remind.vim ftplugin

closes: vim/vim#17085

https://github.com/vim/vim/commit/f9f53f5a8f4c7b3da548914a4552a0c0c572364a

Co-authored-by: Joe Reynolds <joereynolds952@gmail.com>

Diffstat:
Aruntime/ftplugin/remind.vim | 14++++++++++++++
1 file changed, 14 insertions(+), 0 deletions(-)

diff --git a/runtime/ftplugin/remind.vim b/runtime/ftplugin/remind.vim @@ -0,0 +1,14 @@ +" Vim filetype plugin file +" Language: Remind - a sophisticated calendar and alarm +" Maintainer: Joe Reynolds <joereynolds952@gmail.com> +" Latest Revision: 2025 April 08 +" License: Vim (see :h license) + +if exists("b:did_ftplugin") + finish +endif +let b:did_ftplugin = 1 + +setlocal comments=:# commentstring=#\ %s + +let b:undo_ftplugin = "setl cms< com<"