Re: Patch 7.4.654

2015-03-05 Fir de Conversatie Bram Moolenaar
Manuel Ortega wrote: On Thu, Mar 5, 2015 at 1:35 PM, Bram Moolenaar b...@moolenaar.net wrote: Patch 7.4.654 Problem:glob() and globpath() cannot include links to non-existing files. (Charles Campbell) Solution: Add an argument to include all links with glob().

Patch 7.4.656

2015-03-05 Fir de Conversatie Bram Moolenaar
Patch 7.4.656 (after 7.4.654) Problem:Missing changes for glob() in one file. Solution: Add the missing changes. Files: src/misc1.c *** ../vim-7.4.655/src/misc1.c 2015-02-10 18:33:53.240319951 +0100 --- src/misc1.c 2015-03-05 18:27:16.608501389 +0100 *** *** 10168,10178

Patch 7.4.652

2015-03-05 Fir de Conversatie Bram Moolenaar
Patch 7.4.652 Problem:Xxd lacks a few features. Solution: Use 8 characters for the file position. Add the -e and -o arguments. (Vadim Vygonets) Files: src/xxd/xxd.c, runtime/doc/xxd.1 *** ../vim-7.4.651/src/xxd/xxd.c2013-06-21 18:23:53.0 +0200 ---

Re: [BUG] -S does not accept a file name

2015-03-05 Fir de Conversatie Павлов Николай Александрович
-BEGIN PGP SIGNED MESSAGE- Hash: SHA512 On March 5, 2015 3:36:26 PM EAT, Bram Moolenaar b...@moolenaar.net wrote: ZyX wrote: Try the following code: echo echomsg 42 '$HOME' vim -u NONE -i NONE -S '$HOME' . It will show “E484: Can't open file /home/zyx”, while it should

Patch 7.4.653

2015-03-05 Fir de Conversatie Bram Moolenaar
Patch 7.4.653 Problem:Insert mode completion with complete() may have CTRL-L work like CTRL-P. Solution: Handle completion with complete() differently. (Yasuhiro Matsumoto, Christian Brabandt, Hirohito Higashi) Files: src/edit.c *** ../vim-7.4.652/src/edit.c

Patch 7.4.650

2015-03-05 Fir de Conversatie Bram Moolenaar
Patch 7.4.650 Problem:Configure check may fail because the dl library is not used. Solution: Put -ldl in LIBS rather than LDFLAGS. (Oazki Kiichi) Files: src/configure.in, src/auto/configure *** ../vim-7.4.649/src/configure.in 2014-11-30 13:34:16.889626728 +0100 ---

Patch 7.4.651

2015-03-05 Fir de Conversatie Bram Moolenaar
Patch 7.4.651 (after 7.4.582) Problem:Can't match %80v properly for multi-byte characters. Solution: Multiply the character number by the maximum number of bytes in a character. (Yasuhiro Matsumoto) Files: src/regexp_nfa.c *** ../vim-7.4.650/src/regexp_nfa.c

Patch 7.4.654

2015-03-05 Fir de Conversatie Bram Moolenaar
Patch 7.4.654 Problem:glob() and globpath() cannot include links to non-existing files. (Charles Campbell) Solution: Add an argument to include all links with glob(). (James McCoy) Also for globpath(). Files: src/vim.h, src/eval.c, src/ex_getln.c ***

Patch 7.4.655

2015-03-05 Fir de Conversatie Bram Moolenaar
Patch 7.4.655 Problem:Text deleted by dit depends on indent of closing tag. (Jan Parthey) Solution: Do not adjust oap-end in do_pending_operator(). (Christian Brabandt) Files: src/normal.c, src/search.c, src/testdir/test53.in, src/testdir/test53.ok

Re: Patch 7.4.654

2015-03-05 Fir de Conversatie Manuel Ortega
On Thu, Mar 5, 2015 at 1:35 PM, Bram Moolenaar b...@moolenaar.net wrote: Patch 7.4.654 Problem:glob() and globpath() cannot include links to non-existing files. (Charles Campbell) Solution: Add an argument to include all links with glob(). (James McCoy) Also

Re: [BUG] -S does not accept a file name

2015-03-05 Fir de Conversatie Bram Moolenaar
ZyX wrote: Try the following code: echo echomsg 42 '$HOME' vim -u NONE -i NONE -S '$HOME' . It will show “E484: Can't open file /home/zyx”, while it should just echo 42. Worse things will happen if file happens to contain pipe: as `-S …` is translated to `so …` without

Re: Minor warning, ignoring return value of fwrite in misc2.c

2015-03-05 Fir de Conversatie Bram Moolenaar
Michael Jarvis wrote: Attached is a patch that might fix the warning. It appears that the put_time() function is only used in spell.c, so I changed it to be an int function, and tested its return value, and then tried to mimic how similar errors are handled. Actually, this code just writes

Patch 7.4.649

2015-03-05 Fir de Conversatie Bram Moolenaar
Patch 7.4.649 Problem:Compiler complains about ignoring return value of fwrite(). (Michael Jarvis) Solution: Add (void). Files: src/misc2.c *** ../vim-7.4.648/src/misc2.c 2015-02-27 17:19:07.104942344 +0100 --- src/misc2.c 2015-03-05 13:32:42.624093536 +0100

Issue 336 in vim: Diff mode gets stuck

2015-03-05 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 336 by mged...@gmail.com: Diff mode gets stuck https://code.google.com/p/vim/issues/detail?id=336 Unfortunately I haven't discovered an easy way to reproduce this. 1. open two similar files (call them A and B) in split

Re: [PATCH] Update of Intel HEX syntax file and new one for Motorola S-Record

2015-03-05 Fir de Conversatie Bram Moolenaar
Markus Heidelberg wrote: Hi Bram, hello uC guys, I did a bit of an overhaul to the existing Intel HEX syntax file and sent it to the maintainer. After 4 days I got the message Mail delivery failed: returning message to sender from my provider. So if nobody else knows how to contact him, I

Re: can't edit ~/.alias - segmentation fault

2015-03-05 Fir de Conversatie John Little
On Thursday, March 5, 2015 at 4:04:05 PM UTC+13, Ran Regev wrote: # alias eali alias eali='vim ~/.alias' # eali Vim: Caught deadly signal SEGV Any idea? The # prompt suggests running as root, where ~ may not be well defined. My linux distro (ubuntu) has a /root for this purpose, perhaps

Re: :g//d_ and the clipboard

2015-03-05 Fir de Conversatie Christian Brabandt
Hi Jan! On Fr, 06 Mär 2015, Jan Larres wrote: Hi, I have come across what looks like a bug to me when using :global. I have this in my vimrc: set clipboard=unnamed,unnamedplus,exclude:cons\|linux So I want my clipboard to be updated when the unnamed register changes. Now if I want