[patch][7.4a] Copyright information in vim.rc is old

2013-07-08 Thread Ken Takata
Hi, Copyright year in vim.rc (and vim16.rc) seems old. I think it's better to move to version.h. Please check the attached patch. Regards, Ken Takata -- -- 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 infor

[patch] add +acl and +xpm in feature list

2013-07-08 Thread Ken Takata
Hi, When I compile Vim on Linux, ACL support and XPM support are automatically enabled if libraries for them are available. However, if those libraries are not available, ACL and XPM support are disabled without warning/error. So it is not easy to check if ACL and XPM support are enabled. I want t

vim stops

2013-07-08 Thread Dimitar DIMITROV
Hi, running the latest version of vim (from mercurial) I experience the following weird behaviour: 1. command /usr/local/bin/vim -nNX -u NONE 2. shift (hold on to z then simultaneosly press shift) Vim stops Ran it under valgrind but it reports: definitely lost: 0 bytes in 0 blocks

Re: vim stops

2013-07-08 Thread tooth pik
On Mon, Jul 08, 2013 at 02:05:19PM +0100, Dimitar DIMITROV wrote: > Hi, running the latest version of vim (from mercurial) I experience the > following weird behaviour: > 1. command /usr/local/bin/vim -nNX -u NONE > 2. shift (hold on to z then simultaneosly press shift) > Vim stops

[patch] add support for Microsoft Visual Studio 2012 Update 3

2013-07-08 Thread Raymond Ko
Hello all, The following mini-patch adds support for Microsoft Visual Studio 2012 Update 3, which has bumped their version number in the compiler. I have tested this and can confirm that a vim executable is successfully produced. diff -r 588ae256b2af src/Make_mvc.mak --- a/src/Make_mvc.mak Mo

:rubydo X fail on Mac OS X 10.7.5

2013-07-08 Thread Timothee Gauthier
Hi, I compile Vim on OS X with the latest version, but when I do in vim every "rubydo" command: :rubydo puts "x" It crash with Vim: Caught deadly signal TRAP Vim: Finished. > vim --version VIM - Vi IMproved 7.4a BETA (2013 Jul 6, compiled Jul 8 2013 10:54:48) MacOS X (unix) version Included p

Re: vim stops

2013-07-08 Thread Dimitar DIMITROV
No, I didn't right ZZ but zz. It's different :)   Dimitar --- GPG Key: 2048R/160C6FA8 2012-10-11 Dimitar Dimitrov (kurkale6ka) De : tooth pik À : vim_dev@googlegroups.com Envoyé le : Lundi 8 juillet 2013 14h36 Objet : Re: vim stops On Mon, Jul 08, 2

Re: vim stops

2013-07-08 Thread Manuel Ortega
> 1. command /usr/local/bin/vim -nNX -u NONE > Bram, I looked at this and didn't remember offhand what the '-X' flag did. No wonder: 'vim --help' has no entry for that flag. But ':h startup-options' *does* say what the flag does. Please update the output of 'vim --help'. I shall now hunt for

Re: vim stops

2013-07-08 Thread tooth pik
On Mon, Jul 08, 2013 at 02:41:11PM +0100, Dimitar DIMITROV wrote: > No, I didn't right ZZ but zz. It's different :) and what about "then simultaneously press shift"? or maybe you have a keyboard that produces other than Z for SHIFT-z? and please don't top-post -- _|_ _ __|_|_ ._ o| |_(

Vim stops

2013-07-08 Thread Dimitar DIMITROV
Resending this as apparently it wasn't clear, hope it is now Hi, running the latest version of vim (from mercurial) I experience the following weird behaviour: 1. command /usr/local/bin/vim -nNX -u NONE 2. shift     explanation: press z and hold for a few seconds    

Re: vim stops

2013-07-08 Thread Bram Moolenaar
Manuel Ortega wrote: > > 1. command /usr/local/bin/vim -nNX -u NONE > > Bram, > > I looked at this and didn't remember offhand what the '-X' flag did. No > wonder: 'vim --help' has no entry for that flag. But ':h startup-options' > *does* say what the flag does. Please update the output of '

Re: Breaking undo in Insert mode

2013-07-08 Thread Benjamin Fritz
On Thu, Jul 4, 2013 at 4:44 AM, Bram Moolenaar wrote: > Does the delimitMate return the text to be inserted or does it use > setline()? In the last case it can't be fixed really. It actually uses setline(). I think we might need a new (intentional) feature that allows moving the cursor in inse

Re: Vim stops

2013-07-08 Thread Nikolay Pavlov
On Jul 8, 2013 7:00 PM, "Dimitar DIMITROV" wrote: > > Resending this as apparently it wasn't clear, hope it is now > > Hi, running the latest version of vim (from mercurial) I experience the following weird behaviour: > > 1. command /usr/local/bin/vim -nNX -u NONE > 2. shift > exp

Re: paredit.vim

2013-07-08 Thread Ben Fritz
On Saturday, July 6, 2013 6:58:56 AM UTC-5, Zulox4 wrote: > Hello, > > Could you add paredit : http://www.vim.org/scripts/script.php?script_id=3998 > to the vim plugin runtime files ? > > Thanks ! Does that belong at the list here? http://vim.wikia.com/wiki/Automatically_append_closing_charac

Re: Vim 7.4a ready for beta testing

2013-07-08 Thread glts
On Saturday, July 6, 2013 3:59:06 PM UTC+2, Bram Moolenaar wrote: > Announcing: Vim (Vi IMproved) version 7.4a BETA > > > This is the first BETA release of Vim 7.4. > > Please check that the distribution is OK. I haven't done one for a long > time. Report anything that isn't right. That include

Re: vim stops

2013-07-08 Thread Charles Campbell
Manuel Ortega wrote: 1. command /usr/local/bin/vim -nNX -u NONE Bram, I looked at this and didn't remember offhand what the '-X' flag did. No wonder: 'vim --help' has no entry for that flag. But ':h startup-options' *does* say what the flag does. Please update the output of 'vim --h

Re: :rubydo X fail on Mac OS X 10.7.5

2013-07-08 Thread Kent Sibilev
On Monday, July 8, 2013 7:25:03 AM UTC-4, Timothee Gauthier wrote: > Hi, > > I compile Vim on OS X with the latest version, but when I do in vim every > "rubydo" command: > :rubydo puts "x" > > It crash with > Vim: Caught deadly signal TRAP > Vim: Finished. > When you install vim, ask it not

Re: Vim stops

2013-07-08 Thread Tony Mechelynck
On 08/07/13 17:35, Nikolay Pavlov wrote: On Jul 8, 2013 7:00 PM, "Dimitar DIMITROV" mailto:mitk...@yahoo.fr>> wrote: > > Resending this as apparently it wasn't clear, hope it is now > > Hi, running the latest version of vim (from mercurial) I experience the following weird behaviour: > > 1

Re: Vim 7.4a ready for beta testing

2013-07-08 Thread Nikolay Pavlov
On Jul 8, 2013 8:06 PM, "glts" <676c7...@gmail.com> wrote: > > On Saturday, July 6, 2013 3:59:06 PM UTC+2, Bram Moolenaar wrote: > > Announcing: Vim (Vi IMproved) version 7.4a BETA > > > > > > This is the first BETA release of Vim 7.4. > > > > Please check that the distribution is OK. I haven't d

Re: Vim stops

2013-07-08 Thread Marcin Szamotulski
On 19:07 Mon 08 Jul , Tony Mechelynck wrote: > On 08/07/13 17:35, Nikolay Pavlov wrote: > > > > On Jul 8, 2013 7:00 PM, "Dimitar DIMITROV" > > wrote: > > > > > > Resending this as apparently it wasn't clear, hope it is now > > > > > > Hi, running the latest version

Re: Vim 7.4a ready for beta testing

2013-07-08 Thread Bram Moolenaar
Nikolay Pavlov wrote: > On Jul 8, 2013 8:06 PM, "glts" <676c7...@gmail.com> wrote: > > > > On Saturday, July 6, 2013 3:59:06 PM UTC+2, Bram Moolenaar wrote: > > > Announcing: Vim (Vi IMproved) version 7.4a BETA > > > > > > > > > This is the first BETA release of Vim 7.4. > > > > > > Please check

Re: [patch] add +acl and +xpm in feature list

2013-07-08 Thread Bram Moolenaar
Ken Takata wrote: > When I compile Vim on Linux, ACL support and XPM support are automatically > enabled if libraries for them are available. However, if those libraries > are not available, ACL and XPM support are disabled without warning/error. > So it is not easy to check if ACL and XPM suppor

Re: Breaking undo in Insert mode

2013-07-08 Thread Bram Moolenaar
Benjamin Fritz wrote: > On Thu, Jul 4, 2013 at 4:44 AM, Bram Moolenaar wrote: > > Does the delimitMate return the text to be inserted or does it use > > setline()? In the last case it can't be fixed really. > > It actually uses setline(). Why? What does it do that can't be done by returning

Re: :rubydo X fail on Mac OS X 10.7.5

2013-07-08 Thread Bram Moolenaar
Kent Sibilev wrote: > On Monday, July 8, 2013 7:25:03 AM UTC-4, Timothee Gauthier wrote: > > Hi, > > > > I compile Vim on OS X with the latest version, but when I do in vim every > > "rubydo" command: > > :rubydo puts "x" > > > > It crash with > > Vim: Caught deadly signal TRAP > > Vim: Finis

Re: [patch][7.4a] Copyright information in vim.rc is old

2013-07-08 Thread Bram Moolenaar
Ken Takata wrote: > Copyright year in vim.rc (and vim16.rc) seems old. > I think it's better to move to version.h. > Please check the attached patch. Actually, I have been told that only the first year matters. So we can just keep 1996. -- So when I saw the post to comp.editors, I rushed over

Re: Vim 7.4a ready for beta testing

2013-07-08 Thread Nikolay Pavlov
On Jul 8, 2013 10:59 PM, "Bram Moolenaar" wrote: > > > Nikolay Pavlov wrote: > > > On Jul 8, 2013 8:06 PM, "glts" <676c7...@gmail.com> wrote: > > > > > > On Saturday, July 6, 2013 3:59:06 PM UTC+2, Bram Moolenaar wrote: > > > > Announcing: Vim (Vi IMproved) version 7.4a BETA > > > > > > > > > > >

Re: Breaking undo in Insert mode

2013-07-08 Thread Benjamin Fritz
On Mon, Jul 8, 2013 at 1:59 PM, Bram Moolenaar wrote: > > Benjamin Fritz wrote: > >> On Thu, Jul 4, 2013 at 4:44 AM, Bram Moolenaar wrote: >> > Does the delimitMate return the text to be inserted or does it use >> > setline()? In the last case it can't be fixed really. >> >> It actually uses set

Re: [patch] 'scrollbind' causes unexpected scroll of one of the windows

2013-07-08 Thread Lech Lorens
On 30-Jun-2013 Lech Lorens wrote: > On 30-Jun-2013 Bram Moolenaar wrote: > > The fix seems OK. But the test already passes without it. > > Yes, this is what I tried to explain above but somehow didn't make it > clear ;-) > > > Also, the test changes the window height, which is nasty. > > Yea

Re: function dict['/foo']() fails

2013-07-08 Thread thinca
This item was removed from todo list. https://code.google.com/p/vim/source/diff?spec=svnad6996a23e3e63c5495cbb0d4c1447aed068b8c5&old=ceb5f21cda796051585afc665de66c8007f32064&r=ad6996a23e3e63c5495cbb0d4c1447aed068b8c5&format=unidiff&path=%2Fruntime%2Fdoc%2Ftodo.txt Why? -- -- You received this

Re: function dict['/foo']() fails

2013-07-08 Thread thinca
Resend: My post was removed from google groups... -- This item was removed from todo list. https://code.google.com/p/vim/source/diff?spec=svnad6996a23e3e63c5495cbb0d4c1447aed068b8c5&old=ceb5f21cda796051585afc665de66c8007f32064&r=ad6996a23e3e63c5495cbb0d4c1447aed068b8c5&format=unidiff&path