Re: BUG: 2dd does not delete on last line

2013-07-16 Fir de Conversatie Adri Verhoef
Ik ben het met je eens, Bram, je schreef op 2013-07-16 17:21: Maybe it's a bug that when you tell Vim to delete lines that don't exist it doesn't beep and do nothing. But it's always been that way and there is no reason why it's more of a problem now then 10 years ago. So let's just leave

Re: patch 7.1.040

2007-07-31 Fir de Conversatie Adri Verhoef
Just my 2 eurocents. :) On Thu, Jul 26, 2007 at 20:56:54 +, Bram Moolenaar wrote: [ --- runtime/doc/eval.txt Wed Jul 25 21:05:56 2007 ] ! matchdelete({id}) *matchdelete()* *E802* *E803* ! Deletes a match with ID {id} previously defined by

Re: patch 7.1.068

2007-08-14 Fir de Conversatie Adri Verhoef
On Sun, Aug 12, 2007 at 14:55:48 +, Bram Moolenaar wrote: Patch 7.1.068 --- runtime/doc/options.txt Sat Aug 11 17:25:38 2007 ! 4. one of the other windows are wider than the current or new !window. Should be: ...one of the other windows is wider...

Re: Bug with )

2008-01-08 Fir de Conversatie Adri Verhoef
An easy way to reproduce this bug: $ echo y y $ vim -u NONE y y 1 line, 2 characters Then type ) and the cursor moves one position to the right, although there's nothing there! Vim 7.1 - Included patches: 1-2, 4-6, 8-12 - on Fedora 7. Adri

Re: Patch for Unix filename expansion to try out

2008-01-14 Fir de Conversatie Adri Verhoef
On Fri, Jan 04, 2008 at 12:17:42 +, Bram Moolenaar wrote: A couple of problems were detected when the Unix shell is used to expand file names containing characters such as a single quote. This applies to completion on the command line and glob(). I made a patch that defines a

tar: Read 5120 bytes from - (Re: Porting vim to Astlinux)

2008-01-14 Fir de Conversatie Adri Verhoef
On Sun, Dec 16, 2007 at 01:54:08 +, Philip Prindeville wrote: bzcat /home/philipp/trunk/dl/vim-7.1.tar.bz2 | tar -C /home/philipp/trunk/build_i586 -xf - tar: Read 5120 bytes from - Any idea why (re: the short read on tar)? This is not a problem. Tar doesn't complain if you

Re: Patch for Unix filename expansion to try out

2008-01-15 Fir de Conversatie Adri Verhoef
On Tue, Jan 15, 2008 at 13:08:01 +, Tony Mechelynck wrote: Dasn wrote: On 14/01/08 21:49 +0100, Adri Verhoef wrote: Please try it out and let me know if there are any new problems. I tried it out and found a problem. This is my directory structure: a'b/ DS=70 DS 70

Re: Patch for Unix filename expansion to try out

2008-01-15 Fir de Conversatie Adri Verhoef
Well, I don't know what happened, but after one more batch of tests suddenly everything seems to work that was earlier reported as bad. One thing that was strange though: Vim reported to have patch #215 installed twice, while I can't remember I downloaded that one even once. :-| Everyone, I'll

Re: Weird font issue

2008-01-17 Fir de Conversatie Adri Verhoef
On Fri, Dec 21, 2007 at 15:36:03 +, Jeff Lanzarotta wrote: Thanks. I was messing around with my vimrc file and inadvertently added 'set digraph'... I have now turned that feature off... James Vega [EMAIL PROTECTED] wrote: On Fri, Dec 21, 2007 at 06:12:24AM -0800, Jeff

spend vs. spent

2008-01-20 Fir de Conversatie Adri Verhoef
I saw the word spend being used and wondered why it wasn't being spelled as spent. I decided to grep both words in all '.c' files I could find. Here is a sample of the result: $ find|grep \\.c$|xargs grep [^u]spend ./src/eval.c:proftime_T uf_tm_total;/* time spend in function +

Re: [Alpha/Gcc] compiler warning for Vim 7.1.230

2008-01-21 Fir de Conversatie Adri Verhoef
On Fri, Jan 18, 2008 at 13:29:51 +0100, Bram Moolenaar wrote: Adri Verhoef wrote: Compilation of Vim 7.1.230 on an Alpha processor with Gcc yielded: gui_motif.c: In function 'find_replace_dialog_create': gui_motif.c:3816: warning: cast to pointer from integer of different size

To be fixed in Vim's documentation

2008-04-26 Fir de Conversatie Adri Verhoef
In autocmd.txt: Search for 'the commands,'. When executing the commands, the messages from one command overwrites a 'the messages' doesn't correspond to 'overwrites', presumably the 's' in 'overwrites' should be removed (assumption is based on the third line of text below current one:

Some more things to be fixed in Vim's documentation

2008-04-26 Fir de Conversatie Adri Verhoef
:h tex-package In syntax.txt, next line: Wish To Highlight More Commmands? ~ 'Commmands' should be 'Commands'. === In usr_45.txt: URL http://www.microsoft.com/typography/fontpack/default.htm doesn't work, maybe

Re: To be fixed in Vim's documentation

2008-05-01 Fir de Conversatie Adri Verhoef
On Wed, Apr 30, 2008 at 18:16:33 +, Bram Moolenaar wrote: James Vega wrote: On Sat, Apr 26, 2008 at 01:07:39PM +0200, Adri Verhoef wrote: :h helpgrep snip Compressed help files will not be searched (Debian compresses the help files). Compression is also

UTF-8 bomb showing up after :%!sort

2008-05-17 Fir de Conversatie Adri Verhoef
I have this textfile that contains three lines: 3 2 1 Now do: :se fileencoding=utf8 bomb :%!sort Result: 1 2 feff3 Now do: :w newfile newfile [New] 3L, 12C written :w !od -c 000 357 273 277

Re: Update of netbeans help file

2008-06-08 Fir de Conversatie Adri Verhoef
On Mon, May 26, 2008 at 15:05:40 +, Philippe Fremy wrote: 4. Error Messages *netbeans-messages* Those error messages are specific to NetBeans socket protocol: ^ These? Read-only file [] So Vim does not allow modifications to files

Re: [patch] fixed typos in help files

2008-06-29 Fir de Conversatie Adri Verhoef
On Wed, Jun 25, 2008 at 20:26:59 +, Dominique Pelle wrote: *** version7.txt 24 Jun 2008 22:33:14 - 1.217 --- version7.txt 25 Jun 2008 20:11:22 - *** *** 263,269 Ruby|ft-ruby-omni| SQL

Documentation error

2018-05-17 Fir de Conversatie Adri Verhoef
In eval.txt (vim 8.0.1842), line 5423, job_start() is documented. On the 13th line underneath it there is this text: On MS-Windows, job_start() makes a GUI application hidden. If want to show it, Use :!start instead. Perhaps it should be "If you want" and

Typo(s) in channel.txt

2023-09-02 Fir de Conversatie Adri Verhoef
Originally, I reported this back in 2018. Since then, the documentation for job_start() moved from eval.txt to channel.txt and the text that I'm describing is still there. In the documentation for job_start() it shows: On MS-Windows, job_start() makes a GUI application hidden. If

Re: Documentation error

2023-08-14 Fir de Conversatie Adri Verhoef
I found this older message; the issue hasn't been resolved because the text has been moved from eval.txt to the file channel.txt (as part of the package vim-common-9.0.1677-2.fc38.x86_64). See issue below. > Op 17-05-2018 20:08 CEST schreef Bram Moolenaar : > > > Adri V

Re: Farewell to Bram and dedicate upcoming Vim 9.1 to him (#12749)

2023-08-14 Fir de Conversatie Adri Verhoef
> Op 13-08-2023 10:45 CEST schreef Christian Brabandt : [..] > diff --git a/runtime/doc/intro.txt b/runtime/doc/intro.txt [..] > @@ -216,7 +217,7 @@ Vim would never have become what it is now, without the > help of these people! > Bill Foster Athena GUI port (later removed) >