view runtime/indent/changelog.vim @ 2708:e44523d45bf5 v7.3.125

updated for version 7.3.125 Problem: MSVC: Problem with quotes in link argument. Solution: Escape backslashes and quotes. (Weasley)
author Bram Moolenaar <bram@vim.org>
date Tue, 15 Feb 2011 18:06:15 +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<"