annotate runtime/ftplugin/i3config.vim @ 28176:a394011bde90
Added tag v8.2.4613 for changeset 3cc909ea91a893cce430d129b7f8648b056519d0
author |
Bram Moolenaar <Bram@vim.org> |
date |
Wed, 23 Mar 2022 15:00: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
|