Re: netrw.vim - saving directory listing to file by -c command

2017-07-11 Fir de Conversatie astian
zdoh...@redhat.com wrote: > Hi, > > I encountered this issue so I would like to ask if it is bug or it is > correct behavior. When I want to save directory listing into other > file by command: > > $ vim . -c "w output-file" -c "q" > > but output-file is empty in the end. Is it bug or optin -c is c

Re: [bug][runtime] Incorrect detection for gitsendemail ftplugin

2017-07-11 Fir de Conversatie astian
Bram Moolenaar wrote: > >> Additionally, it would be nice IMO if *.patch files generated by >> git-format-patch were highlighted in the same way as "gitsendemail" >> files, since they look basically the same. >> >> I propose the patch below. > > I'll include this, thanks. Thanks. Please note that

[bug][runtime] Incorrect detection for gitsendemail ftplugin

2017-07-10 Fir de Conversatie astian
(Note: I originally sent this message to vim-...@vim.org, but that seems to have been eaten by a grue, so I'm trying again with googlegroups.) Currently filetype.vim uses the pattern ".msg.[0-9]*" [0], but git-send-email generates files named like ".gitsendemail.msg.XX" [1]. Evidently the git