Mercurial > vim
view runtime/ftplugin/calendar.vim @ 6126:ab71bb81b84e v7.4.401
updated for version 7.4.401
Problem: Can't build on MS-Windows.
Solution: Include the new files in all the Makefiles.
author | Bram Moolenaar <bram@vim.org> |
---|---|
date | Sun, 10 Aug 2014 16:31:50 +0200 |
parents | f4f8014d516e |
children | 1218c5353e2b |
line wrap: on
line source
" Vim filetype plugin file " Language: calendar(1) input file " Maintainer: Nikolai Weibull <now@bitwi.se> " Latest Revision: 2008-07-09 if exists("b:did_ftplugin") finish endif let b:did_ftplugin = 1 let s:cpo_save = &cpo set cpo&vim let b:undo_ftplugin = "setl com< cms< inc< fo<" setlocal comments=s1:/*,mb:*,ex:*/ commentstring& include& setlocal formatoptions-=t formatoptions+=croql let &cpo = s:cpo_save unlet s:cpo_save