view runtime/indent/dictconf.vim @ 29466:d5b1a7cece0a

Added tag v9.0.0074 for changeset 1ae3e2d691a0e3782ca40c32a88a27be21bdbcc3
author Bram Moolenaar <Bram@vim.org>
date Tue, 26 Jul 2022 12:30:06 +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> #"