Mercurial > vim
comparison runtime/ftplugin/i3config.vim @ 26591:3a63b1e4a6f4
Update runtime files
Commit: https://github.com/vim/vim/commit/0e6adf8a29d5c2c96c42cc7157f71bf22c2ad471
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Dec 16 14:41:10 2021 +0000
Update runtime files
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 16 Dec 2021 15:45:05 +0100 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
26590:9eb413075ee4 | 26591:3a63b1e4a6f4 |
---|---|
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 |