Re: Issue 79 in vim: Use 'path' setting for filename completion (compl-filename)

2015-07-21 Fir de Conversatie vim
Comment #5 on issue 79 by brammool...@gmail.com: Use 'path' setting for filename completion (compl-filename) https://code.google.com/p/vim/issues/detail?id=79 This feature is most useful to expand header files, without knowing where they are: #include fooCTRL-XCTRL-F In that situation

Patch 7.4.793

2015-07-21 Fir de Conversatie Bram Moolenaar
Patch 7.4.793 Problem:Can't specify when not to ring the bell. Solution: Add the 'belloff' option. (Christian Brabandt) Files: runtime/doc/options.txt, src/edit.c, src/ex_getln.c, src/hangulin.c, src/if_lua.c, src/if_mzsch.c, src/if_tcl.c, src/message.c,

Re: Unicode 6.0.0 symbols show with incionsistent width

2015-07-21 Fir de Conversatie Nikolay Pavlov
2015-07-21 9:54 GMT+03:00 Yuri Vic yuriv...@gmail.com: 1. are 1-wide 2. the *font itself* is too wide. So this problem has nothing to do with Vim. To check whether it is the case, use terminal emulator which does not support fallback fonts or does not do it by default. E.g. rxvt-unicode

Re: Visual Studio 2015 support

2015-07-21 Fir de Conversatie Bram Moolenaar
Taro Muraoka wrote: Hi Bram and list. Visual Studio 2015 was released. It have another version of nmake (14.00.23026.0), So I need this attached patch to compile vim with it. Please check it. Thanks! -- If you're sending someone Styrofoam, what do you pack it in? /// Bram

Patch 7.4.794

2015-07-21 Fir de Conversatie Bram Moolenaar
Patch 7.4.794 Problem:Visual Studio 2015 is not recognized. Solution: Add the version numbers to the makefile. (Taro Muraoka) Files: src/Make_mvc.mak *** ../vim-7.4.793/src/Make_mvc.mak 2015-07-10 16:12:43.146296071 +0200 --- src/Make_mvc.mak2015-07-21 20:20:22.200628011

Re: Issue 224 in vim: Patch for /src/Make_mvc.mak

2015-07-21 Fir de Conversatie vim
Comment #4 on issue 224 by ktakata6...@gmail.com: Patch for /src/Make_mvc.mak https://code.google.com/p/vim/issues/detail?id=224 Updated for 7.4.794. Attachments: Make_mvc.mak.patch 5.7 KB -- You received this message because this project is configured to send all issue

test_options fails after the latest runtime update

2015-07-21 Fir de Conversatie Kazunobu Kuriyama
Hi, I got the following failure during ‘make test’: cp test_options.ok test.ok # Sleep a moment to avoid that the xterm title is messed up. # 200 msec is sufficient, but only modern sleep supports a fraction of # a second, fall back to a second if it fails. VIMRUNTIME=../../runtime; export

Re: Issue 319 in vim: New option to not beep with 'showmatch'

2015-07-21 Fir de Conversatie vim
Updates: Status: Fixed Comment #12 on issue 319 by chrisbr...@googlemail.com: New option to not beep with 'showmatch' https://code.google.com/p/vim/issues/detail?id=319 fixed with 7.4.793 and the new 'belloff' option -- You received this message because this project is configured to

Re: [patch v2] runtime/doc/{cmdline,editing}.txt Improve “:help `=” and “:help `-expansion”. Add references to this topic.

2015-07-21 Fir de Conversatie Roland Eggner
On 2015-07-21 Tuesday at 14:04 +0200 Bram Moolenaar wrote: Roland Eggner wrote: Despite having used vim, “:help …” and “:helpgrep …” almost daily for 9  years I was not aware of the special effect of the equal sign in `= … ` until a recent bugreport from Pavol Juhas regarding this

Re: Issue 385 in vim: expansion of environment variables fails in Vim backtick expression

2015-07-21 Fir de Conversatie Pavol Juhas
On Monday, July 20, 2015 at 5:38:10 PM UTC-4, Roland Eggner wrote: ... I reproduced with vim-7.4.529: :e `=$HOME . '/.vimrc'` E15: Invalid expression: /home/roland . '/.vimrc' `=/home/roland . '/.vimrc'` [New DIRECTORY] :e `=expand('$HOME') . '/vimrc'` :ls 1 #`=/home/roland .

Re: [patch v3] runtime/doc/{cmdline,editing}.txt Improve “:help `=” and “:help `-expansion”.

2015-07-21 Fir de Conversatie Roland Eggner
Hi Bram On 2015-07-22 Wednesday at 00:25 +0200 Roland Eggner wrote: On 2015-07-21 Tuesday at 14:04 +0200 Bram Moolenaar wrote: Roland Eggner wrote: Despite having used vim, “:help …” and “:helpgrep …” almost daily for 9  years I was not aware of the special effect of the equal sign

Re: test_options fails after the latest runtime update

2015-07-21 Fir de Conversatie Kazunobu Kuriyama
On Jul 22, 2015, at 3:57, Kazunobu Kuriyama kazunobu.kuriy...@nifty.com wrote: Hi, I got the following failure during ‘make test’: cp test_options.ok test.ok # Sleep a moment to avoid that the xterm title is messed up. # 200 msec is sufficient, but only modern sleep supports a fraction

Re: Unicode 6.0.0 symbols show with incionsistent width

2015-07-21 Fir de Conversatie John Little
On Tuesday, July 21, 2015 at 6:54:37 PM UTC+12, Yuri Vic wrote: Actually on my system (FreeBSD, kde konsole terminal) font doesn't support this character, and it is shown as an empty box glyph. However, when the cursor is over it, one box turns into two consecutive boxes. And when the

Re: Unicode 6.0.0 symbols show with incionsistent width

2015-07-21 Fir de Conversatie Yuri Vic
1. are 1-wide 2. the *font itself* is too wide. So this problem has nothing to do with Vim. To check whether it is the case, use terminal emulator which does not support fallback fonts or does not do it by default. E.g. rxvt-unicode (AKA urxvt) has this property (make sure that

Re: Issue 385 in vim: expansion of environment variables fails in Vim backtick expression

2015-07-21 Fir de Conversatie Roland Eggner
Hi Pavol On 2015-07-20 Monday at 23:38 +0200 Roland Eggner wrote: On 2015-07-17 Friday at 10:47 -0400 Pavol Juhas wrote: On Fri, Jul 17, 2015 at 09:44:55AM +0200, Roland Eggner wrote: ... On 2015-07-16 Thursday at 18:52 + v...@googlecode.com wrote: ... What steps will

Re: [patch] runtime/doc/{cmdline,editing}.txt Improve “..help `=”. Add references to this topic.

2015-07-21 Fir de Conversatie Bram Moolenaar
Roland Eggner wrote: Despite having used vim, “:help …” and “:helpgrep …” almost daily for 9 years I was not aware of the special effect of the equal sign in `= … ` until a recent bugreport from Pavol Juhas regarding this feature. Surprisingly “:help improvements-6” hints, that this feature

Re: Unicode 6.0.0 symbols show with incionsistent width

2015-07-21 Fir de Conversatie Bram Moolenaar
Yuri Vic wrote: I came across this symbol: U+1F44D THUMBS UP SIGN (ߑ ) In vim-7.4.778 it shows with width one or two, depending if the cursor is to the left of it or not. So the text in this line jumps when cursor moves over the symbol. Attaching example: thumbs.txt The Unicode tables we

Re: Patch 7.4.786

2015-07-21 Fir de Conversatie Bram Moolenaar
Kazunobu Kuriyama wrote: On Jul 18, 2015, at 0:40, Bram Moolenaar b...@moolenaar.net wrote: Patch 7.4.786 Problem:It is not possible for a plugin to adjust to a changed setting. Solution: Add the OptionSet autocommand event. (Christian Brabandt) Files: …

Patch 7.4.790

2015-07-21 Fir de Conversatie Bram Moolenaar
Patch 7.4.790 (after 7.4.786) Problem:Test fails when the autochdir feature is not available. Test output contains the test script. Solution: Check for the autochdir feature. (Kazunobu Kuriyama) Only write the relevant test output. Files:

Re: Patch 7.4.785

2015-07-21 Fir de Conversatie Bram Moolenaar
Pavel Samarkin wrote: Thank you for merging my fix, but it looks like you have missed two files: - runtime/doc/tags - runtime/syntax/vim.vim Please see attach. The tags file gets updated when I update runtime files. I don't add these to patches, this file tends to get out of sync

Patch 7.4.792

2015-07-21 Fir de Conversatie Bram Moolenaar
Patch 7.4.792 Problem:Can only conceal text by defining syntax items. Solution: Use matchadd() to define concealing. (Christian Brabandt) Files: runtime/doc/eval.txt, src/eval.c, src/ex_docmd.c, src/proto/window.pro, src/screen.c, src/structs.h, patching file

Re: Proposal: fixing Todo highlighting chaos

2015-07-21 Fir de Conversatie Charles Campbell
Jean-François Bignolles wrote: Hello, Using different languages, I remarked that the Todo system (highlighting of special words inside comments) was currently a bit chaotic: some keywords are highlighted for one syntax, but not for an another one. (I won't talk here of syntax files which

Visual Studio 2015 support

2015-07-21 Fir de Conversatie Taro MURAOKA
Hi Bram and list. Visual Studio 2015 was released. It have another version of nmake (14.00.23026.0), So I need this attached patch to compile vim with it. Please check it. -- -- You received this message from the vim_dev maillist. Do not top-post! Type your reply below the text you are

Patch 7.4.791

2015-07-21 Fir de Conversatie Bram Moolenaar
Patch 7.4.791 Problem:The buffer list can be very long. Solution: Add an argument to :ls to specify the type of buffer to list. (Marcin Szamotulski) Files: runtime/doc/windows.txt, src/buffer.c, src/ex_cmds.h *** ../vim-7.4.790/runtime/doc/windows.txt 2015-01-07

Re: patch to allow locking/unlocking the jump list

2015-07-21 Fir de Conversatie Bram Moolenaar
Carlo Baldassi wrote: I just realized that the keepjumps! patch I sent is not working correctly under some circumstances. A single backup list is not sufficient, it really needs to keep a stack of them in order to work properly. I'll make a new patch in a short while (unless I'm told it has