Mercurial > vim
view runtime/ftplugin/desktop.vim @ 30792:835032dad46a
Added tag v9.0.0730 for changeset 574bf5c78a40f46fb5bc96d6857e671c797bf6d4
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Wed, 12 Oct 2022 13:00:06 +0200 |
parents | 34c1f4cd0c18 |
children | 7c7432a53a6c |
line wrap: on
line source
" 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<'