E685: Internal error: hash_add() happen when assigning autoload variable

2013-12-31 Fir de Conversatie Yukihiro Nakadaira
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

Re: [issue][win32]vim console version can not use the system input method under windows 8

2013-12-31 Fir de Conversatie LiTuX
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

Re: [PATCH] Typos in makefiles

2013-12-31 Fir de Conversatie Bram Moolenaar
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

Re: [patch] non-ASCII font names don't work on Windows

2013-12-31 Fir de Conversatie Bram Moolenaar
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

Issue 191 in vim: gvim - show position marker of matched search terms

2013-12-31 Fir de Conversatie vim
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

Re: Plugin manager

2013-12-31 Fir de Conversatie Marc Weber
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

[Patch] Add option to disable insert completion message in shortmess

2013-12-31 Fir de Conversatie Shougo
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

Re: Plugin manager

2013-12-31 Fir de Conversatie Marc Weber
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

Re: Plugin manager

2013-12-31 Fir de Conversatie Marc Weber
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

Re: [patch] 7.4.114 breaks default 'efm'

2013-12-31 Fir de Conversatie Bram Moolenaar
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

Re: Plugin manager

2013-12-31 Fir de Conversatie Shougo
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

Re: After patch 7.4.045, substitute('xxx', 'x\zs', 'y', 'g') returns "xyxxy".

2013-12-31 Fir de Conversatie Bram Moolenaar
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