Re: What do Vim plugin authors want from Vim?

2018-10-27 Fir de Conversatie Ken Takata
Hi Bram, 2018/10/28 Sun 6:49:52 UTC+9 Bram Moolenaar wrote: > > It looks like the SO people don't really appreciate this kind of > > question. > > Pity, their way of voting on answers fits the goal. > > I don't really know another site where this would fit... We can use GitHub Issues ;-) Users

Re: What do Vim plugin authors want from Vim?

2018-10-27 Fir de Conversatie Bram Moolenaar
> It looks like the SO people don't really appreciate this kind of > question. Pity, their way of voting on answers fits the goal. I don't really know another site where this would fit... -- Ten bugs in the hand is better than one as yet undetected. /// Bram Moolenaar -- b...@moolenaar.net

Re: What do Vim plugin authors want from Vim?

2018-10-27 Fir de Conversatie Bram Moolenaar
I wrote: > I often wonder what next to add or improve in Vim. These days plugin > authors are a very important group of people who help making Vim more > useful. Thus I would like to hear from them what they want. > > I have posted this question on stackoverflow: > https://stackoverflow.com/q

Re: What do Vim plugin authors want from Vim?

2018-10-27 Fir de Conversatie tux.
It looks like the SO people don't really appreciate this kind of question. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message

Re: What do Vim plugin authors want from Vim?

2018-10-27 Fir de Conversatie Christian Robinson
It would probably be better to create a Google survey for this. -- Christian J. Robinson > On Oct 27, 2018, at 10:07 AM, Bram Moolenaar wrote: > > > I often wonder what next to add or improve in Vim. These days plugin > authors are a very important group of people who help making Vim more >

What do Vim plugin authors want from Vim?

2018-10-27 Fir de Conversatie Bram Moolenaar
I often wonder what next to add or improve in Vim. These days plugin authors are a very important group of people who help making Vim more useful. Thus I would like to hear from them what they want. I have posted this question on stackoverflow: https://stackoverflow.com/questions/53023709/what

Re: ml_get internal error with vimgrep

2018-10-27 Fir de Conversatie Yegappan Lakshmanan
Hi, On Fri, Oct 26, 2018 at 12:56 PM Yegappan Lakshmanan wrote: > > > > > When I try to run the "2vimgrep buf_T *.c" command from > > an empty buffer, I see the following error: > > > > E315: ml_get: invalid lnum: 2 > > > > This doesn't happen if the current buffer has 2 or more lines. > > It lo

Patch 8.1.0498

2018-10-27 Fir de Conversatie Bram Moolenaar
Patch 8.1.0498 Problem:/etc/gitconfig not recognized at a gitconfig file. Solution: Add pattern to filetype detection. (closes #3568) Files: runtime/filetype.vim, src/testdir/test_filetype.vim *** ../vim-8.1.0497/runtime/filetype.vim2018-10-19 16:26:39.964404727 +0200 --- ru