Yegappan wrote:
> I am attaching a minor update to the todo.txt file to move all
> the insert-mode completion related todo items to the
> "Insert mode completion/expansion" section.
I'll include it, thanks.
I don't think the problem I encounter most is mentioned: When completing
from other fil
Hi,
I am attaching a minor update to the todo.txt file to move all
the insert-mode completion related todo items to the
"Insert mode completion/expansion" section.
- Yegappan
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are re
Yegappan wrote:
> Now that optional arguments to user defined functions are
> supported, the following items can be removed from the
> todo list:
>
> Implement optional arguments for functions.
> func Foo(start, count = 1 all = 1)
> call Foo(12)
> call Foo(12, all = 0)
> call Fo
Hi,
Now that optional arguments to user defined functions are
supported, the following items can be removed from the
todo list:
Implement optional arguments for functions.
func Foo(start, count = 1 all = 1)
call Foo(12)
call Foo(12, all = 0)
call Foo(12, 15, 0)
9 Add optional a
Yegappan wrote:
> I am attaching a minor update to the todo.txt file which removes
> a few obsolete items and groups all the "sign" functionality related
> todo items.
Thanks. However, I like to keep remarks about patches higher up, since
it's more likely they get included than all the stuff f
Hi,
I am attaching a minor update to the todo.txt file which removes
a few obsolete items and groups all the "sign" functionality related
todo items.
- Yegappan
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For
Hi Ben!
On Do, 29 Sep 2016, Ben Fritz wrote:
> On Tuesday, September 27, 2016 at 2:09:10 PM UTC-5, Christian Brabandt
> wrote:
> > -Using ":make" blocks Vim. Allow running one make in the background
> > (if the -shell supports it), catch errors in a file and update the
> > error list on the -fly
On Tuesday, September 27, 2016 at 2:09:10 PM UTC-5, Christian Brabandt wrote:
> -Using ":make" blocks Vim. Allow running one make in the background (if the
> -shell supports it), catch errors in a file and update the error list on the
> -fly. A bit like "!make > file&" and repeating ":cf file".
Ken Takata wrote:
> 2016/9/28 Wed 4:58:00 UTC+9 Bram Moolenaar wrote:
> > Christian Brabandt wrote:
> >
> > > I attach an update to todo.txt
> > >
> > > I cleaned it up a little, removed some duplicates and removed some
> > > things, that ha
Am 2016-09-28 13:17, schrieb Dominique Pellé:
Your patch removes this from todo.txt:
-":unlet $VAR" doesn't work.
It is not fixed as far as I know, so it should stay in todo.txt.
Using Vim-7.4.017:
:let $FOO=1
:unlet $FOO
E488: Trailing characters
:echo $FOO
1
That is there twice.
Christian Brabandt wrote:
> Bram,
> I attach an update to todo.txt
>
> I cleaned it up a little, removed some duplicates and removed some
> things, that have been solved differently in the meantime. However some
> of those changes could be controversial, so you might not want t
Hi,
2016/9/28 Wed 4:58:00 UTC+9 Bram Moolenaar wrote:
> Christian Brabandt wrote:
>
> > I attach an update to todo.txt
> >
> > I cleaned it up a little, removed some duplicates and removed some
> > things, that have been solved differently in the meantime. Howe
Christian Brabandt wrote:
> I attach an update to todo.txt
>
> I cleaned it up a little, removed some duplicates and removed some
> things, that have been solved differently in the meantime. However some
> of those changes could be controversial, so you might not want to ta
Bram,
I attach an update to todo.txt
I cleaned it up a little, removed some duplicates and removed some
things, that have been solved differently in the meantime. However some
of those changes could be controversial, so you might not want to take
over each change.
Also, I have annotated one
Yegappan wrote:
> The following item can be removed from the todo.txt file.
> This patch is already incorporated (7.4.1841).
>
> Patch to reduce number of memory allocations for quickfix lines.
> (Yegappan Lakshmanan, 2016 May 22, #831)
Thanks. I was just going to include it again :-).
--
hu
Hi,
The following item can be removed from the todo.txt file.
This patch is already incorporated (7.4.1841).
Patch to reduce number of memory allocations for quickfix lines.
(Yegappan Lakshmanan, 2016 May 22, #831)
- Yegappan
--
--
You received this message from the "vim_dev" maillist.
Do not
16 matches
Mail list logo