Re: [patch] Taskwarrior syntax file update

2014-07-12 Fir de Conversatie lolilolicon
Bram Moolenaar wrote: > > lolilolicon wrote: >> >> I have contacted John Florian, the Maintainer of these syntax files, and >> he suggested me to send them myself. I figured I should send a patch to >> vim-...@vim.org. Is there anything wrong? > > Yes, I don&

Re: [patch] Taskwarrior syntax file update

2014-07-12 Fir de Conversatie lolilolicon
On Sat, Jul 12, 2014 at 11:52 PM, Bram Moolenaar wrote: > >> Patch attached. > > I have no idea who you are. I have contacted John Florian, the Maintainer of these syntax files, and he suggested me to send them myself. I figured I should send a patch to vim-...@vim.org. Is there anything wrong?

[patch] Taskwarrior syntax file update

2014-07-11 Fir de Conversatie lolilolicon
ata.vim b/runtime/syntax/taskdata.vim --- a/runtime/syntax/taskdata.vim 2014-07-11 13:17:18.001645041 + +++ b/runtime/syntax/taskdata.vim 2014-07-11 13:51:05.286445013 + @@ -1,7 +1,8 @@ " Vim syntax file " Language: task data " Maintainer: John Florian -" Updated

VIM freezes with :filetype indent on

2011-10-27 Fir de Conversatie lolilolicon
This bug is tracked down to the line filetype indent on in my ~/.vimrc; I opened the C file with `vim --noplugin foo.c' and reduced my ~/.vimrc to contain only the above line. `:set filetype' outputs `filetype=c'. `:filetype' outputs `filetype detection:ON plugin:OFF indent:ON'. To reproduc