neovim

Neovim text editor
git clone https://git.dasho.dev/neovim.git
Log | Files | Refs | README

dictdconf.vim (414B)


      1 " Vim indent file
      2 " Language:             dictd(8) configuration file
      3 " Previous Maintainer:  Nikolai Weibull <now@bitwi.se>
      4 " Latest Revision:      2006-12-20
      5 
      6 if exists("b:did_indent")
      7  finish
      8 endif
      9 let b:did_indent = 1
     10 
     11 setlocal indentkeys=0{,0},!^F,o,O cinwords= autoindent smartindent
     12 setlocal nosmartindent
     13 inoremap <buffer> # X#
     14 
     15 let b:undo_indent = "setl ai< cinw< indk< si< | silent! iunmap <buffer> #"