1
0
Fork 0
mirror of https://github.com/vim/vim synced 2025-03-23 02:05:11 +01:00
vim/runtime/indent/changelog.vim

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

15 lines
264 B
VimL
Raw Normal View History

2005-03-28 21:02:15 +00:00
" Vim indent file
" Language: generic Changelog file
" Maintainer: noone
2005-04-15 21:13:42 +00:00
" Last Change: 2005 Mar 29
2005-03-28 21:02:15 +00:00
" 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<"