view runtime/indent/changelog.vim @ 7539:f5d3b2c6f971

Added tag v7.4.1070 for changeset c9fc24b7629385e94b7479146e610fc7c28d07a3
author Christian Brabandt <cb@256bit.org>
date Sat, 09 Jan 2016 19:45:05 +0100
parents 73354c21f1e4
children
line wrap: on
line source

" Vim indent file
" Language:	generic Changelog file
" Maintainer:	noone
" Last Change:	2005 Mar 29

" Only load this indent file when no other was loaded.
if exists("b:did_indent")
   finish
endif
let b:did_indent = 1

setlocal ai

let b:undo_indent = "setl ai<"