Re: Vim 7.4a ready for beta testing (test96 FAILED)

2013-07-12 Fir de Conversatie raf
Bram Moolenaar wrote: Raf wrote: 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.

Re: Vim 7.4a ready for beta testing

2013-07-12 Fir de Conversatie Rob Owens
I downloaded and ran ftp://ftp.vim.org/pub/vim/unstable/pc/gvim74a.exe All of the syntax files I provided (for Innovation Data Processing) are there, but they are not included in synmenu.vim. However when I pull from Mercurial, synmenu.vim includes the Innovation Data Processing entries. You

Patch 7.4a.011

2013-07-12 Fir de Conversatie Bram Moolenaar
Patch 7.4a.011 Problem:Configure check for Python 3 config name isn't right. Solution: Always include vi_cv_var_python3_version. (Tim Harder) Files: src/configure.in, src/auto/configure *** ../vim-7.4a.010/src/configure.in2013-07-09 21:57:48.0 +0200 --- src/configure.in

Re: Patch 7.4a.006

2013-07-12 Fir de Conversatie Bram Moolenaar
James McCoy wrote: On Tue, Jul 09, 2013 at 02:58:37PM +0200, Bram Moolenaar wrote: Patch 7.4a.006 Problem:Failure in po file check goes unnoticed. Solution: Fail make test if the po file check fails. Files: src/Makefile After this patch, make test with a shadowdir

Patch 7.4a.012

2013-07-12 Fir de Conversatie Bram Moolenaar
Patch 7.4a.012 Problem:make test fails when using a shadow directory. Solution: Create links for files in src/po. (James McCoy) Files: src/Makefile *** ../vim-7.4a.011/src/Makefile2013-07-09 14:58:06.0 +0200 --- src/Makefile2013-07-12 20:13:30.0 +0200

Re: Vim 7.4a ready for beta testing (test96 FAILED)

2013-07-12 Fir de Conversatie Bram Moolenaar
Raf wrote: [...] the hg version still produced the error just now. i uncommented the VALGRIND definition in src/tesdir/Makefile and uncommented the LEAK_CFLAGS = -DEXITFREE line in src/Makefile and recompiled vim and reran the tests and test96 passed this time. here's the

Re: Main help display issue

2013-07-12 Fir de Conversatie Bram Moolenaar
Dimitar Dimitrov wrote: Hi all, 1. command vim -nNX -u NONE 2. :h 3. :on 4. :se cole=2 lbr 5. :sy on Now you can see a misaligned paragraph starting on line 36 First tought this was a tab vs space issue as you can see with :se list but 'cole is somehow also involved as setting it

Re: Vim 7.4a ready for beta testing

2013-07-12 Fir de Conversatie Bram Moolenaar
Rob Owens wrote: I downloaded and ran ftp://ftp.vim.org/pub/vim/unstable/pc/gvim74a.exe All of the syntax files I provided (for Innovation Data Processing) are there, but they are not included in synmenu.vim. However when I pull from Mercurial, synmenu.vim includes the Innovation Data

[PATCH] Allow setpos() to push jump list

2013-07-12 Fir de Conversatie guns
Hello, In the documentation for :jumplist, it is mentioned that You can explicitly add a jump by setting the ' mark. This is true by pressing m' and m` in normal mode, but it does not work by calling the equivalent :call setpos('', getpos('.')). I am unsure if this is intentional, but

Re: [patch] let sign placement default to current buffer

2013-07-12 Fir de Conversatie Bram Moolenaar
Christian Brabandt wrote: Bram, this small patch makes sign placement easier by defaulting to use the current buffer instead of yielding an error. Thanks, I'll add it to the todo list. -- Clothes make the man. Naked people have little or no influence on society.

Re: Allow setpos() to push jump list

2013-07-12 Fir de Conversatie Ingo Karkat
On 12-Jul-2013 21:02 +0200, guns wrote: Hello, In the documentation for :jumplist, it is mentioned that You can explicitly add a jump by setting the ' mark. This is true by pressing m' and m` in normal mode, but it does not work by calling the equivalent :call setpos('', getpos('.')).

[patch] shifting when foldmethod is indent folds the cursor line

2013-07-12 Fir de Conversatie Christian Brabandt
Bram, attached patch fixes this issue from the todo list: , | When 'foldmethod' is indent, using on a line just above a fold | makes the cursor line folded. (Evan Laforge, 2009 Oct 17) ` regards, Christian -- Nach 10 Uhr müssen alle

Re: why vim give error on removing non existing mapping

2013-07-12 Fir de Conversatie Nikolay Pavlov
On Jul 13, 2013 12:44 AM, Albert Netymk albertnet...@gmail.com wrote: Background scenario: When I was debugging one VimScript, some code is not executed. The reason is that unmap raises one error and the VimScript exits on this error. Because one empty try-catch is place around the code, it's

[patch] update todo.txt

2013-07-12 Fir de Conversatie Ken Takata
Hi, I found that some items in the todo.txt are already fixed. Please check the attached patch. Win32: default for 'backupcopy' is wrong for a symbolic link. (mklink one two). (Benjamin Fritz, 2012 Mar 15) Fixed by 7.3.1182 and 7.3.1210. Test 73 fails on MS-Windows when compiled with DJGPP

Re: why vim give error on removing non existing mapping

2013-07-12 Fir de Conversatie Marc Weber
for completness: such errors should only change execution flow if fun .. abort is used or such. silent[!] unmap doesnotexist is a shorter way than try .. except This reply is about working around about what you would have done differently. Marc Weber -- -- You received this message from

Re: Breaking undo in Insert mode

2013-07-12 Fir de Conversatie dag.odenh...@gmail.com
I'd like to note that this trick never quite worked anyway. For example if you do itestCREsc.uu in a new buffer you end up with two empty lines even though you're at the “oldest” change. This could be another bug with setline(), I suppose. On Thu, Jul 11, 2013 at 6:57 PM, Ben Fritz

Re: Allow setpos() to push jump list

2013-07-12 Fir de Conversatie guns
On Fri 12 Jul 2013 at 09:48:33PM +0200, Ingo Karkat wrote: On the other hand (providing that one can still use :keepjumps call setpos('', getpos('.')) to get the old behavior (can you please confirm?!)), Yes, I can confirm :keepjumps preserves the old behavior with this patch. it might

Re:

2013-07-12 Fir de Conversatie Thiago Alves
Hi guys, I'm the author of AutoClose and since almost a year ago I gave up trying to fix all sort of problems caused by inventive solutions to workaround the undo break. I really like Bram's idea where C-R= would break the undo. If we have that auto complete plugins would be way more simple to

Re: Breaking undo in Insert mode

2013-07-12 Fir de Conversatie Thiago Alves
Hi guys, I'm the author of AutoClose and since almost a year ago I gave up trying to fix all sort of problems caused by inventive solutions to workaround the undo break. I really like Bram's idea where C-R= would not break the undo. If we have that auto complete plugins would be way more simple