Mercurial > vim
annotate runtime/ftplugin/swayconfig.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 |
rev | line source |
---|---|
29533 | 1 " Vim filetype plugin file |
2 " Language: sway config file | |
3 " Original Author: James Eapen <james.eapen@vai.org> | |
4 " Maintainer: James Eapen <james.eapen@vai.org> | |
5 " Version: 0.1 | |
6 " Last Change: 2022 June 07 | |
7 | |
8 if exists("b:did_ftplugin") | |
9 finish | |
10 endif | |
11 | |
12 let b:did_ftplugin = 1 | |
13 | |
14 let b:undo_ftplugin = "setlocal cms<" | |
15 | |
16 setlocal commentstring=#\ %s |