mirror of
https://github.com/neovim/neovim.git
synced 2025-09-05 19:08:15 +00:00
vim-patch:a2578e0: runtime(uc): include uc filetype plugin
closes: vim/vim#17802
a2578e08d5
Co-authored-by: Riley Bruins <ribru17@hotmail.com>
This commit is contained in:

committed by
Christian Clason

parent
e5c2ce5905
commit
8dfad04ce9
14
runtime/ftplugin/uc.vim
Normal file
14
runtime/ftplugin/uc.vim
Normal file
@@ -0,0 +1,14 @@
|
||||
" Vim filetype plugin
|
||||
" Language: UnrealScript
|
||||
" Maintainer: Riley Bruins <ribru17@gmail.com>
|
||||
" Last Change: 2025 Jul 19
|
||||
|
||||
if exists('b:did_ftplugin')
|
||||
finish
|
||||
endif
|
||||
let b:did_ftplugin = 1
|
||||
|
||||
setl comments=sO:*\ -,mO:*\ \ ,exO:*/,s1:/*,mb:*,ex:*/,://
|
||||
setl commentstring=//\ %s
|
||||
|
||||
let b:undo_ftplugin = 'setl com< cms<'
|
Reference in New Issue
Block a user