annotate runtime/ftplugin/i3config.vim @ 27749:73293bbd1e5c
Added tag v8.2.4400 for changeset 49b667252942ca1af2c023067330e4b2f58ba79d
author |
Bram Moolenaar <Bram@vim.org> |
date |
Wed, 16 Feb 2022 19:00:05 +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
|