view 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
line wrap: on
line source

" Vim filetype plugin file
" Language: i3 config file
" Original Author: Mohamed Boughaba <mohamed dot bgb at gmail dot com>
" Maintainer: Quentin Hibon
" Version: 0.4
" Last Change: 2021 Dec 14

if exists("b:did_ftplugin") | finish | endif
let b:did_ftplugin = 1

let b:undo_ftplugin = "setlocal cms<"

setlocal commentstring=#\ %s