Mercurial > vim
view runtime/indent/dictconf.vim @ 32093:1b6ac899f079
Added tag v9.0.1377 for changeset 60f330eb0376e94e6b83bcba169f2e68bd95ee9e
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 04 Mar 2023 14:30:05 +0100 |
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> #"