Re: clewn/gdb integration for 7.3?

2010-12-08 Fir de Conversatie 怀刚 杨
Hi , I have updated the patch(https://github.com/larrupingpig/vimgdb- for-vim7.3) and added readme to introduce howto use it, you can try it again, good luck! On Dec 6, 2:55 pm, ron r...@ronware.org wrote: Thank you; however, the patch you have in git is a very dirty one -- you need to remove

Feature request: make jumplist size configurable

2010-12-08 Fir de Conversatie Nikolai Weibull
Hi! The jumplist size is currently, per the documentation, fixed at 100 entries. It would be great if the size was configurable. Believe it or not, but I want to lower it. I would like to set the jumplist size to the number of lines in my terminal so that I can avoid the “more” prompt. --

Patch 7.3.077

2010-12-08 Fir de Conversatie Bram Moolenaar
Patch 7.3.077 Problem:When updating crypt of swapfile fails there is no error message. (Carlo Teubner) Solution: Add the error message. Files: src/memline.c *** ../vim-7.3.076/src/memline.c2010-08-15 21:57:31.0 +0200 --- src/memline.c 2010-12-08

Re: doc errors

2010-12-08 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: And the following should be uppercase letter. diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -1439,7 +1439,7 @@ all operations except yank. Yank shall copy the

Re: doc errors

2010-12-08 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: There is tag error. diff --git a/runtime/doc/options.txt b/runtime/doc/options.txt --- a/runtime/doc/options.txt +++ b/runtime/doc/options.txt @@ -7762,7 +7762,7 @@ uses another default. - *'wildignorecase* *'wic'*

Re: doc errors

2010-12-08 Fir de Conversatie Bram Moolenaar
Yukihiro Nakadaira wrote: diff.txt 376 The self-installing Vim for MS-Windows includes a diff program. If you don't 377 have it you might want to download a diff.exe. For example from 378 http://jlb.twu.net/code/unixkit.php. This link appears broken. I just got a hint to replace it

Re: Feature request: make jumplist size configurable

2010-12-08 Fir de Conversatie Bram Moolenaar
Nikolai Weibull wrote: The jumplist size is currently, per the documentation, fixed at 100 entries. It would be great if the size was configurable. Believe it or not, but I want to lower it. I would like to set the jumplist size to the number of lines in my terminal so that I can avoid

Patch 7.3.078

2010-12-08 Fir de Conversatie Bram Moolenaar
Patch 7.3.078 Problem:Warning for unused variable. Solution: Adjuste #ifdefs. Files: src/ops.c *** ../vim-7.3.077/src/ops.c2010-12-02 21:43:10.0 +0100 --- src/ops.c 2010-12-08 14:21:48.0 +0100 *** *** 2844,2850 --- 2844,2852 char_u

Patch 7.3.079

2010-12-08 Fir de Conversatie Bram Moolenaar
Patch 7.3.079 Problem:Duplicate lines in makefile. Solution: Remove the lines. (Hong Xu) Files: src/Make_mvc.mak *** ../vim-7.3.078/src/Make_mvc.mak 2010-11-03 21:59:23.0 +0100 --- src/Make_mvc.mak2010-12-08 14:53:16.0 +0100 *** *** 380,388

Re: Feature request: make jumplist size configurable

2010-12-08 Fir de Conversatie Nikolai Weibull
On Wed, Dec 8, 2010 at 13:41, Bram Moolenaar b...@moolenaar.net wrote: Nikolai Weibull wrote: The jumplist size is currently, per the documentation, fixed at 100 entries.  It would be great if the size was configurable.  Believe it or not, but I want to lower it.  I would like to set the

Re: Feature request: make jumplist size configurable

2010-12-08 Fir de Conversatie Ingo Karkat
On 08-Dec-2010 15:34, Nikolai Weibull wrote: Ah, missed that. Yeah, I get the feeling that my “solution” is a solution to the wrong problem. When using Ctrl-O/Ctrl-I and g;/g, I’m constantly surprised at where I wind up. I almost never wind up where I want to be. I don’t have a solution

Re: :tabe %

2010-12-08 Fir de Conversatie Ben Fritz
On Dec 7, 12:24 pm, Samuel Ferencik sferen...@gmail.com wrote: When I do :tabe %, the % file gets edited in a new tab, but the current cursor position in the original tab is lost. 1) edit a file in vim (single tab). 2) 50% - position the cursor half-way down the file. 3) :tabe % - open the

Patch 7.3.080

2010-12-08 Fir de Conversatie Bram Moolenaar
Patch 7.3.080 Problem:Spell doesn't work on VMS. Solution: Use different file names. (Zoltan Bartos, Zoltan Arpadffy) Files: src/spell.c *** ../vim-7.3.079/src/spell.c 2010-12-08 13:11:15.0 +0100 --- src/spell.c 2010-12-08 17:01:13.0 +0100 *** *** 327,332

Re: SIGWINCH causes problems when editing stdin

2010-12-08 Fir de Conversatie Bram Moolenaar
Xavier de Gaye wrote: On Mon, Dec 6, 2010 at 7:54 PM, Benjamin R. Haskell wrote: If Vim receives a SIGWINCH (_sig_nal that the _win_dow _ch_anged size) while editing stdin, a program piping input to Vim gets killed prematurely.  Is there an easy way to avoid this? Actually, it is

Re: SIGWINCH causes problems when editing stdin

2010-12-08 Fir de Conversatie Bram Moolenaar
Xavier de Gaye wrote: On Tue, Dec 7, 2010 at 6:59 PM, Xavier de Gaye wrote: I am not sure if the hack above is acceptable. I will look into the tty attributes problem. The hack must not be used. Instead, when the error occurs in vim_read() and the error is EINTR, vim should retry

Re: SIGWINCH causes problems when editing stdin

2010-12-08 Fir de Conversatie Benjamin R. Haskell
On Wed, 8 Dec 2010, Bram Moolenaar wrote: Xavier de Gaye wrote: On Mon, Dec 6, 2010 at 7:54 PM, Benjamin R. Haskell wrote: If Vim receives a SIGWINCH (_sig_nal that the _win_dow _ch_anged size) while editing stdin, a program piping input to Vim gets killed prematurely.  Is there an easy

Re: SIGWINCH causes problems when editing stdin

2010-12-08 Fir de Conversatie Xavier de Gaye
On Wed, Dec 8, 2010 at 5:10 PM, Bram Moolenaar wrote: This looks like a hack.  I think the proper solution is to have vim_read() check for EINTR and retry. I'm a bit confused about what happens when read() is interrupted before reading anything, does it return zero or -1?  Perhaps this

Re: SIGWINCH causes problems when editing stdin

2010-12-08 Fir de Conversatie James Vega
On Wed, Dec 8, 2010 at 11:34 AM, Benjamin R. Haskell v...@benizi.com wrote: On Wed, 8 Dec 2010, Bram Moolenaar wrote: Xavier de Gaye wrote: On Mon, Dec 6, 2010 at 7:54 PM, Benjamin R. Haskell wrote: If Vim receives a SIGWINCH (_sig_nal that the _win_dow _ch_anged size) while editing

Patch 7.3.081

2010-12-08 Fir de Conversatie Bram Moolenaar
Patch 7.3.081 Problem:Non-printable characters in 'statusline' cause trouble. (ZyX) Solution: Use transstr(). (partly by Caio Ariede) Files: src/screen.c *** ../vim-7.3.080/src/screen.c 2010-08-15 21:57:32.0 +0200 --- src/screen.c2010-12-08 19:27:20.0 +0100

Re: Issue with mksession and drag and drop

2010-12-08 Fir de Conversatie Phil
Hello, In vim source code, we can find the adding of arglist to the vim script made by :mksession. So, the problem is not that we add my file in the script. I see several hypothesis: 1- My file (opened by drag and drop) is not removed from arglist when I do :bwipeout. I think this is a