diff options
| author | Christian Clason <c.clason@uni-graz.at> | 2022-01-11 14:14:17 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-01-11 14:14:17 +0100 |
| commit | e866da12eeae1e5521abd89a94a7f7c9595a75c3 (patch) | |
| tree | 3ea2d88dd62d09b6b5962c40cf61be2c771444cb /runtime/syntax/i3config.vim | |
| parent | 25eb7692d8e29cc83a70d74cbe1a8a1fae1f8ba2 (diff) | |
| download | rneovim-e866da12eeae1e5521abd89a94a7f7c9595a75c3.tar.gz rneovim-e866da12eeae1e5521abd89a94a7f7c9595a75c3.tar.bz2 rneovim-e866da12eeae1e5521abd89a94a7f7c9595a75c3.zip | |
vim-patch:2f0936cb9a2e (#17007)
* vim-patch:2f0936cb9a2e
Update runtime files
https://github.com/vim/vim/commit/2f0936cb9a2eb026acac03e6a8fd0b2a5d97508b
Diffstat (limited to 'runtime/syntax/i3config.vim')
| -rw-r--r-- | runtime/syntax/i3config.vim | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/runtime/syntax/i3config.vim b/runtime/syntax/i3config.vim index a8b6637140..f9e15d57e5 100644 --- a/runtime/syntax/i3config.vim +++ b/runtime/syntax/i3config.vim @@ -1,8 +1,9 @@ " Vim syntax file " Language: i3 config file -" Maintainer: Mohamed Boughaba <mohamed dot bgb at gmail dot com> +" Original Author: Mohamed Boughaba <mohamed dot bgb at gmail dot com> +" Maintainer: Quentin Hibon (github user hiqua) " Version: 0.4 -" Last Change: 2021 Dec 14 +" Last Change: 2022 Jan 04 " References: " http://i3wm.org/docs/userguide.html#configuring |