Steps to reproduce:
$ cat ~/.vim/autoload/Foo.vim
let Foo#x = 0
$ vim -u NONE -N
:let Foo#x = function('tr')
E685: Internal error: hash_add()
eval.c:set_var()
-> var_check_func_name()Foo.vim is loaded and Foo#x is created.
-> hash_add() error, because Foo#x is alrea
Since msys-bash has the same issue, while msysgit's bash fixed it, I think
there must be some way to fix this issue. So will anyone post a patch?
--
--
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 informatio
ZyX wrote:
> I found some problems in makefiles:
>
> src/Makefile contains references to test104, test105, test106 and test107
> which do not exist.
That's OK, for tests added later.
> src/testdir/Make_ming.mak contains test100out in SCRIPTS while it should
> be test100.out (note the
Ken Takata wrote:
> Hi,
>
> I wrote a patch to fix an issue from the todo.txt:
>
> > 8 non-ASCII font names don't work. Need to convert from 'encoding' and
> > use
> > the wide functions.
>
> How to reproduce:
>
> > gvim -u NONE -U NONE --cmd "set enc=utf-8"
> :set guifont=* " Select
Status: New
Owner:
Labels: Type-Defect Priority-Medium
New issue 191 by butko...@gmail.com: gvim - show position marker of matched
search terms
http://code.google.com/p/vim/issues/detail?id=191
What steps will reproduce the problem?
1. search for any string that is present in the edited
I've been thinking again about *why* VAM is viml only again.
The reason is boottsrapping. My goal simplicity and determinism.
The goal was having a .vimrc is enough to bootstrap everything.
At list on linux like system it does work the way.
If we'd use ruby gems it would be harder to declare pack
Hi, Bram.
I created the patch for adding option to disable insert completion message in
shortmess.
Because, the completion message is not useful for powered users.
But it clears previous command line messages and flicks command line.
So I think this message can be disabled like other messages by o
http://vim-wiki.mawercer.de/wiki//topic/vipi.html
Can we collect wishes/features we want here on this page ? thanks.
Then we should just get it done this time.
Marc Weber
--
--
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replyi
Excerpts from Shougo's message of Tue Dec 31 11:02:02 +0100 2013:
> Yes, this knowledge may be not used in others. But it is only editor
> configuration! For example, Emacs' configuration knowledge can be used in
> other editors? It is not.
lisp is powerful. You're never learning a configuartion
Lech Lorens wrote:
> 7.4.114 doesn't seem to fix anything but breaks handling GNU make
> "Entering directory" messages.
> I have no idea how this got into Vim.
>
> Fix attached.
Thanks for the fix.
--
>From "know your smileys":
...---... SOS
/// Bram Moolenaar -- b...@moolenaar.net -- h
In first, this thread is not about "Rewrite Vim by my like language".
>Your choice / my choice. I love Vim to. But I also think about all the
>people which are to be born which have to learn viml just to get a
>simple thing done in Vim - and you cannot reuse viml knowledge in any
>way. That's why
Yukihiro Nakadaira wrote:
> After patch 7.4.045, substitute('xxx', 'x\zs', 'y', 'g') returns "xyxxy".
> "xyxyxy" is expected.
Thanks for reporting the problem. I'll add it in the todo list.
--
Warning label on a superhero Halloween costume:
"Caution: Cape does not enable user to fly."
/// Br
12 matches
Mail list logo