annotate runtime/ftplugin/i3config.vim @ 32041:7aeaf20e2ba5
v9.0.1352
patch 9.0.1352: "ignore" files are outdated
Commit: https://github.com/vim/vim/commit/a63fd8232895bbf6751087d90fd15c8ea45f1cf0
Author: K.Takata <kentkt@csc.jp>
Date: Fri Feb 24 17:16:41 2023 +0000
patch 9.0.1352: "ignore" files are outdated
Problem: "ignore" files are outdated.
Solution: Update "ignore" files. (Ken Takata, closes https://github.com/vim/vim/issues/12056)
author |
Bram Moolenaar <Bram@vim.org> |
date |
Fri, 24 Feb 2023 18:30:04 +0100 |
parents |
3a63b1e4a6f4 |
children |
|
rev |
line source |
26591
|
1 " Vim filetype plugin file
|
|
2 " Language: i3 config file
|
|
3 " Original Author: Mohamed Boughaba <mohamed dot bgb at gmail dot com>
|
|
4 " Maintainer: Quentin Hibon
|
|
5 " Version: 0.4
|
|
6 " Last Change: 2021 Dec 14
|
|
7
|
|
8 if exists("b:did_ftplugin") | finish | endif
|
|
9 let b:did_ftplugin = 1
|
|
10
|
|
11 let b:undo_ftplugin = "setlocal cms<"
|
|
12
|
|
13 setlocal commentstring=#\ %s
|