Created
March 24, 2010 16:56
-
-
Save thinca/342486 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Index: calendar.vim | |
=================================================================== | |
--- calendar.vim (リビジョン 757) | |
+++ calendar.vim (作業コピー) | |
@@ -1008,6 +1008,7 @@ | |
setlocal modifiable | |
setlocal nolist | |
let b:Calendar='Calendar' | |
+ setlocal filetype=calendar | |
" is this a vertical (0) or a horizontal (1) split? | |
endif | |
if g:calendar_datetime == "statusline" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment