Mercurial > vim
view runtime/indent/lisp.vim @ 2782:0a0d7961b4fe v7.3.167
updated for version 7.3.167
Problem: When using the internal grep QuickFixCmdPost is not triggered.
(Yukihiro Nakadaira)
Solution: Change the place where autocommands are triggered.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Thu, 28 Apr 2011 17:27:09 +0200 |
parents | 8fa8d7964cf1 |
children | ba708ee8d69d |
line wrap: on
line source
" Vim indent file " Language: Lisp " Maintainer: Sergey Khorev <sergey.khorev@gmail.com> " URL: http://iamphet.nm.ru/vim " Last Change: 2005 May 19 " Only load this indent file when no other was loaded. if exists("b:did_indent") finish endif let b:did_indent = 1 setlocal ai nosi let b:undo_indent = "setl ai< si<"