comparison runtime/ftplugin/lisp.vim @ 3256:ba708ee8d69d

Updated runtime files.
author Bram Moolenaar <bram@vim.org>
date Tue, 10 Jan 2012 14:55:01 +0100
parents fca8a9b65afa
children 94601b379f38
comparison
equal deleted inserted replaced
3255:3c04cfb72ad9 3256:ba708ee8d69d
1 " Vim filetype plugin 1 " Vim filetype plugin
2 " Language: Lisp 2 " Language: Lisp
3 " Maintainer: Sergey Khorev <sergey.khorev@gmail.com> 3 " Maintainer: Sergey Khorev <sergey.khorev@gmail.com>
4 " URL: http://iamphet.nm.ru/vim 4 " URL: http://sites.google.com/site/khorser/opensource/vim
5 " Original author: Dorai Sitaram <ds26@gte.com> 5 " Original author: Dorai Sitaram <ds26@gte.com>
6 " Original URL: http://www.ccs.neu.edu/~dorai/vimplugins/vimplugins.html 6 " Original URL: http://www.ccs.neu.edu/~dorai/vimplugins/vimplugins.html
7 " Last Change: Nov 8, 2004 7 " Last Change: Jan 9, 2012
8 8
9 " Only do this when not done yet for this buffer 9 " Only do this when not done yet for this buffer
10 if exists("b:did_ftplugin") 10 if exists("b:did_ftplugin")
11 finish 11 finish
12 endif 12 endif