1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-24 02:35:11 +01:00
vim/runtime/ftplugin/desktop.vim

14 lines
300 B
VimL
Raw Normal View History

2022-07-29 21:36:21 +01:00
" Vim filetype plugin file
" Language: XDG desktop entry
" Maintainer: Eisuke Kawashima ( e.kawaschima+vim AT gmail.com )
" Last Change: 2022-07-26
if exists('b:did_ftplugin')
finish
endif
let b:did_ftplugin = v:true
setl comments=:#
setl commentstring=#%s
let b:undo_ftplugin = 'setl com< cms<'