Mercurial > vim
view runtime/ftplugin/chatito.vim @ 30810:d44a91de374e
Added tag v9.0.0739 for changeset ffdb7a6785af019d6a64f6e18f243c88c186d966
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 13 Oct 2022 14:30:04 +0200 |
parents | 1e91e26ceebf |
children |
line wrap: on
line source
" Vim filetype plugin " Language: Chatito " Maintainer: ObserverOfTime <chronobserver@disroot.org> " Last Change: 2022 Sep 19 if exists('b:did_ftplugin') finish endif let b:did_ftplugin = 1 setlocal comments=:#,:// commentstring=#\ %s " indent of 4 spaces is mandated by the spec setlocal expandtab softtabstop=4 shiftwidth=4 let b:undo_ftplugin = 'setl com< cms< et< sts< sw<'