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

2013-07-08 Fir de Conversatie 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

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

2013-07-08 Fir de Conversatie 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

vim stops

2013-07-08 Fir de Conversatie 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 Fir de Conversatie 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 it's

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

2013-07-08 Fir de Conversatie 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

:rubydo X fail on Mac OS X 10.7.5

2013-07-08 Fir de Conversatie 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

Re: vim stops

2013-07-08 Fir de Conversatie Dimitar DIMITROV
No, I didn't right ZZ but zz. It's different :)   Dimitar --- GPG Key: 2048R/160C6FA8 2012-10-11 Dimitar Dimitrov (kurkale6ka) mitk...@yahoo.fr De : tooth pik toothp...@gmail.com À : vim_dev@googlegroups.com Envoyé le : Lundi 8 juillet 2013 14h36 Objet 

Re: vim stops

2013-07-08 Fir de Conversatie 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 Fir de Conversatie 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 Fir de Conversatie 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 Fir de Conversatie 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 'vim

Re: Breaking undo in Insert mode

2013-07-08 Fir de Conversatie Benjamin Fritz
On Thu, Jul 4, 2013 at 4:44 AM, Bram Moolenaar b...@moolenaar.net 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

Re: Vim stops

2013-07-08 Fir de Conversatie Nikolay Pavlov
On Jul 8, 2013 7:00 PM, Dimitar DIMITROV 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. command /usr/local/bin/vim -nNX -u NONE 2. shift

Re: paredit.vim

2013-07-08 Fir de Conversatie 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?

Re: Vim 7.4a ready for beta testing

2013-07-08 Fir de Conversatie 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 includes a

Re: vim stops

2013-07-08 Fir de Conversatie 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

Re: :rubydo X fail on Mac OS X 10.7.5

2013-07-08 Fir de Conversatie 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 to strip

Re: Vim stops

2013-07-08 Fir de Conversatie Tony Mechelynck
On 08/07/13 17:35, Nikolay Pavlov wrote: On Jul 8, 2013 7:00 PM, Dimitar DIMITROV mitk...@yahoo.fr 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

Re: Vim 7.4a ready for beta testing

2013-07-08 Fir de Conversatie 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 done one for a

Re: Vim stops

2013-07-08 Fir de Conversatie 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 mitk...@yahoo.fr mailto:mitk...@yahoo.fr wrote: Resending this as apparently it wasn't clear, hope it is now Hi, running the latest version of

Re: Vim 7.4a ready for beta testing

2013-07-08 Fir de Conversatie 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 that the distribution is

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

2013-07-08 Fir de Conversatie 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 support

Re: Breaking undo in Insert mode

2013-07-08 Fir de Conversatie Bram Moolenaar
Benjamin Fritz wrote: On Thu, Jul 4, 2013 at 4:44 AM, Bram Moolenaar b...@moolenaar.net 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

Re: :rubydo X fail on Mac OS X 10.7.5

2013-07-08 Fir de Conversatie 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: Finished. When you

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

2013-07-08 Fir de Conversatie 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 Fir de Conversatie Nikolay Pavlov
On Jul 8, 2013 10:59 PM, Bram Moolenaar b...@moolenaar.net 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 This is the

Re: Breaking undo in Insert mode

2013-07-08 Fir de Conversatie Benjamin Fritz
On Mon, Jul 8, 2013 at 1:59 PM, Bram Moolenaar b...@moolenaar.net wrote: Benjamin Fritz wrote: On Thu, Jul 4, 2013 at 4:44 AM, Bram Moolenaar b...@moolenaar.net 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.

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

2013-07-08 Fir de Conversatie Lech Lorens
On 30-Jun-2013 Lech Lorens lech.lor...@gmail.com wrote: On 30-Jun-2013 Bram Moolenaar b...@moolenaar.net 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

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

2013-07-08 Fir de Conversatie thinca
This item was removed from todo list. https://code.google.com/p/vim/source/diff?spec=svnad6996a23e3e63c5495cbb0d4c1447aed068b8c5old=ceb5f21cda796051585afc665de66c8007f32064r=ad6996a23e3e63c5495cbb0d4c1447aed068b8c5format=unidiffpath=%2Fruntime%2Fdoc%2Ftodo.txt Why? -- -- You received this

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

2013-07-08 Fir de Conversatie thinca
Resend: My post was removed from google groups... -- This item was removed from todo list.