mirror of
https://github.com/neovim/neovim.git
synced 2025-12-16 19:35:37 +00:00
vim-patch:f9f53f5: runtime(remind): include remind.vim ftplugin
closes: vim/vim#17085
f9f53f5a8f
Co-authored-by: Joe Reynolds <joereynolds952@gmail.com>
This commit is contained in:
committed by
Christian Clason
parent
51a967d58a
commit
627d0a2b32
14
runtime/ftplugin/remind.vim
Normal file
14
runtime/ftplugin/remind.vim
Normal file
@@ -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<"
|
||||||
Reference in New Issue
Block a user