Mercurial > vim
comparison runtime/ftplugin/desktop.vim @ 29533:34c1f4cd0c18
Update runtime files
Commit: https://github.com/vim/vim/commit/2ecbe53f452e92e941aff623f6a0b72f80e43d07
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Jul 29 21:36:21 2022 +0100
Update runtime files
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 29 Jul 2022 22:45:04 +0200 |
parents | |
children | 7c7432a53a6c |
comparison
equal
deleted
inserted
replaced
29532:9ab2caa93280 | 29533:34c1f4cd0c18 |
---|---|
1 " Vim filetype plugin file | |
2 " Language: XDG desktop entry | |
3 " Maintainer: Eisuke Kawashima ( e.kawaschima+vim AT gmail.com ) | |
4 " Last Change: 2022-07-26 | |
5 | |
6 if exists('b:did_ftplugin') | |
7 finish | |
8 endif | |
9 let b:did_ftplugin = v:true | |
10 | |
11 setl comments=:# | |
12 setl commentstring=#%s | |
13 let b:undo_ftplugin = 'setl com< cms<' |