diff options
author | Justin M. Keyes <justinkz@gmail.com> | 2016-04-11 13:02:04 -0400 |
---|---|---|
committer | Justin M. Keyes <justinkz@gmail.com> | 2016-04-11 13:02:04 -0400 |
commit | f47a20a266f89be31e20f727de59708759795345 (patch) | |
tree | 7097b4207b7b828cfaf63a7809316646ed90f179 /runtime/ftplugin | |
parent | fe4d814c0ffcf6016ea02ee31f7e924b37c5ef2d (diff) | |
parent | cf32ca5137f13e764487d9321711d4b97179872b (diff) | |
download | rneovim-f47a20a266f89be31e20f727de59708759795345.tar.gz rneovim-f47a20a266f89be31e20f727de59708759795345.tar.bz2 rneovim-f47a20a266f89be31e20f727de59708759795345.zip |
Merge pull request #4562 from dbarnett/vim-f2571c
vim-patch:f2571c
Diffstat (limited to 'runtime/ftplugin')
-rw-r--r-- | runtime/ftplugin/spec.vim | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/ftplugin/spec.vim b/runtime/ftplugin/spec.vim index f972753533..6d5bf4b806 100644 --- a/runtime/ftplugin/spec.vim +++ b/runtime/ftplugin/spec.vim @@ -2,7 +2,7 @@ " Filename: spec.vim " Maintainer: Igor Gnatenko i.gnatenko.brain@gmail.com " Former Maintainer: Gustavo Niemeyer <niemeyer@conectiva.com> (until March 2014) -" Last Change: Fri Feb 20 16:01 MSK 2014 Igor Gnatenko +" Last Change: Mon Jun 01 21:15 MSK 2015 Igor Gnatenko if exists("b:did_ftplugin") finish |