mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-08-19 09:53:08 +02:00
From: John Florian <jflorian@doubledog.org>
Improved VIM Support - added vim support for undo.data - eliminated misc. whitespace per Bram Moolenaar's request - added Updated time stamp per Bram Moolenaar's request
This commit is contained in:
parent
84f48fd056
commit
2d79e59647
4 changed files with 59 additions and 28 deletions
|
@ -1,6 +1,7 @@
|
|||
" Vim support file to detect task data files and single task edits
|
||||
"
|
||||
" Maintainer: John Florian <jflorian@doubledog.org>
|
||||
" Updated: Wed Jul 8 19:45:55 EDT 2009
|
||||
"
|
||||
" Copyright 2009 John Florian
|
||||
"
|
||||
|
@ -9,7 +10,9 @@
|
|||
|
||||
|
||||
" for the raw data files
|
||||
au BufRead,BufNewFile {pending,completed}.data set filetype=taskdata
|
||||
au BufRead,BufNewFile {pending,completed,undo}.data set filetype=taskdata
|
||||
|
||||
" for 'task 42 edit'
|
||||
au BufRead,BufNewFile *.task set filetype=taskedit
|
||||
au BufRead,BufNewFile *.task set filetype=taskedit
|
||||
|
||||
" vim:noexpandtab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue