Mercurial > vim
view runtime/indent/dictconf.vim @ 29803:208b5f6dee21
Added tag v9.0.0240 for changeset be40495e9cd85af478c06adf0893915807578f5d
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sun, 21 Aug 2022 21:45:04 +0200 |
parents | 6dd88e45d47d |
children |
line wrap: on
line source
" Vim indent file " Language: dict(1) configuration file " Previous Maintainer: Nikolai Weibull <now@bitwi.se> " Last Change: 2022 Apr 06 if exists("b:did_indent") finish endif let b:did_indent = 1 setlocal indentkeys=0{,0},!^F,o,O cinwords= autoindent smartindent setlocal nosmartindent inoremap <buffer> # X# let b:undo_indent = "setl ai< cinw< indk< si< | silent! iunmap <buffer> #"