blob: e1736f47deb78cea7d1929dee08813d451e0e495 (
plain)
1
2
3
4
5
6
7
8
|
" CalFormattedInsert
" Inserts the specified month from the `cal` command with special formatting
" to use as an in-Vim calendar.
"
" Examples:
" :CalFormattedInsert 3
" :CalFormattedInsert 3 2017
command! -nargs=+ CalFormattedInsert call insert_formatted_cal#InsertFormattedCal(<f-args>)
|