Re: Moving to github

2015-08-11 Fir de Conversatie Christian Brabandt
Am 2015-08-12 01:24, schrieb tux.: Sorry, I lost track. Which Bitbucket repository is the current one? I found one by ZyX_I ...? bitbucket.org/vim-mirror/vim Best, Christian -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are re

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

2015-08-11 Fir de Conversatie vim
Comment #2 on issue 385 by zyx@gmail.com: expansion of environment variables fails in Vim backtick expression https://code.google.com/p/vim/issues/detail?id=385 I would say that status should change to WontFix, not Fixed in this case. Documenting this does not make it look like a valid

Re: Repository cleanup (Was: Preparations for moving to github)

2015-08-11 Fir de Conversatie Markus Heidelberg
Am Mittwoch, 12. August 2015, 08:50:55 schrieb Nazri Ramliy: > On Wed, Aug 12, 2015 at 6:51 AM, Markus Heidelberg > #!/bin/sh > > # Vim HG repository cleanup > > > > hg config extensions.rebase || (echo -e "Rebase extension has to be enabled > > in ~/.hgrc:\n[extensions]\nrebase =" && exit 1) > >

Re: Moving to github

2015-08-11 Fir de Conversatie Nikolay Pavlov
ZyX_I repository is repository with my Vim variant and my work. It is not synchronized automatically, only when I think I need to merge my Vim variant with interesting patches with upstream. 2015-08-12 2:24 GMT+03:00 tux. : > Sorry, I lost track. Which Bitbucket repository is the current one? I >

Re: zt sometimes fails in diff mode

2015-08-11 Fir de Conversatie Gary Johnson
On 2015-08-11, Christian Brabandt wrote: > It seems like I forgot to reply to this message. > > On Do, 06 Aug 2015, Gary Johnson wrote: > > > On 2015-08-06, Christian Brabandt wrote: > > > Hi Gary! > > > > > > On Mi, 05 Aug 2015, Gary Johnson wrote: > > > > > > > The command zt, which scrolls t

Re: Repository cleanup (Was: Preparations for moving to github)

2015-08-11 Fir de Conversatie Nazri Ramliy
On Wed, Aug 12, 2015 at 6:51 AM, Markus Heidelberg > #!/bin/sh > # Vim HG repository cleanup > > hg config extensions.rebase || (echo -e "Rebase extension has to be enabled > in ~/.hgrc:\n[extensions]\nrebase =" && exit 1) The "exit 1" above won't exit the shell script - it exits only the subshel

Re: Moving to github

2015-08-11 Fir de Conversatie tux.
Sorry, I lost track. Which Bitbucket repository is the current one? I found one by ZyX_I ...? tux. -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php ---

Re: Repository cleanup (Was: Preparations for moving to github)

2015-08-11 Fir de Conversatie Markus Heidelberg
Hi Bram, sorry for the late reply. I'm pretty busy and also needed a bit to find the proper words. It also takes some time to get into this topic again after several months of silence. Am Samstag, 8. August 2015, 21:43:13 schrieb Bram Moolenaar: > > Markus Heidelberg wrote: > > > For me, a prop

[patch] fixed invalid memory access when doing: :syn keyword x a[

2015-08-11 Fir de Conversatie Dominique Pellé
Hi Valgrind or Asan detect access to invalid memory in Vim-7.4.823 (and older) when doing: $ vim -u NONE -c 'syn keyword x a[' Bug was found with afl-fuzz + asan. Here is valgrind's report: ==8902== Memcheck, a memory error detector ==8902== Copyright (C) 2002-2013, and GNU GPL'd, by Julian

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

2015-08-11 Fir de Conversatie vim
Updates: Status: Fixed Comment #1 on issue 385 by chrisbr...@googlemail.com: expansion of environment variables fails in Vim backtick expression https://code.google.com/p/vim/issues/detail?id=385 Documentation has been updated and behaviour clarified as of https://code.google.com/p/

Re: zt sometimes fails in diff mode

2015-08-11 Fir de Conversatie Christian Brabandt
It seems like I forgot to reply to this message. On Do, 06 Aug 2015, Gary Johnson wrote: > On 2015-08-06, Christian Brabandt wrote: > > Hi Gary! > > > > On Mi, 05 Aug 2015, Gary Johnson wrote: > > > > > The command zt, which scrolls the current line to the top of the > > > screen, does not alwa

Re: Issue 392 in vim: Support new Python 3.5 keywords and builtins (syntax)

2015-08-11 Fir de Conversatie vim
Comment #1 on issue 392 by chrisbr...@googlemail.com: Support new Python 3.5 keywords and builtins (syntax) https://code.google.com/p/vim/issues/detail?id=392 Please contact the maintainer of the syntax file. He will then send updated files for inclusion with Vim to Bram. -- You received

Issue 392 in vim: Support new Python 3.5 keywords and builtins (syntax)

2015-08-11 Fir de Conversatie vim
Status: New Owner: Labels: Type-Defect Priority-Medium New issue 392 by yseliva...@gmail.com: Support new Python 3.5 keywords and builtins (syntax) https://code.google.com/p/vim/issues/detail?id=392 The attached patch adds highlighting for new coroutines: async def foo(): await b

Re: Repository cleanup (Was: Preparations for moving to github)

2015-08-11 Fir de Conversatie Christian Brabandt
On Sa, 08 Aug 2015, Bram Moolenaar wrote: > I would rather not take the risk of messing up the Mercurial repository. > Thus would the best approach be to do the conversion locally and replace > the git repository on github? We could even try that out now, since the > github repository is for test

Patch 7.4.823

2015-08-11 Fir de Conversatie Bram Moolenaar
Patch 7.4.823 Problem:Cursor moves after CTRL-A on alphabetic character. Solution: (Hirohito Higashi, test by Christian Brabandt) Files: src/testdir/test_increment.in, src/testdir/test_increment.ok, src/ops.c *** ../vim-7.4.822/src/testdir/test_increment.in2015-08-

Patch 7.4.822

2015-08-11 Fir de Conversatie Bram Moolenaar
Patch 7.4.822 Problem:More problems reported by coverity. Solution: Avoid the warnings. (Christian Brabandt) Files: src/os_unix.c, src/eval.c, src/ex_cmds.c, src/ex_cmds2.c, src/ex_getln.c, src/fold.c, src/gui.c, src/gui_w16.c, src/gui_w32.c, src/if_cscope.c, src

[patch] Add bzl filetype with syntax, ftplugin, and indent

2015-08-11 Fir de Conversatie David Barnett
I've attached a patch to add a "bzl" filetype into vim, with syntax highlighting and filetype configuration. Could you integrate it into the vim repository? It's merged from https://github.com/google/vim-ft-bzl, which is itself under Apache license, but I have approval to license this patch und

Patch 7.4.821

2015-08-11 Fir de Conversatie Bram Moolenaar
Patch 7.4.821 Problem:Coverity reports a few problems. Solution: Avoid the warnings. (Christian Brabandt) Files: src/ex_docmd.c, src/option.c, src/screen.c *** ../vim-7.4.820/src/ex_docmd.c 2015-08-04 22:02:45.215119715 +0200 --- src/ex_docmd.c 2015-08-11 18:51:20.646283285

Re: Issue 389 in vim: 'linebreak' breaks c% if the last visual selection was block

2015-08-11 Fir de Conversatie vim
Updates: Status: Fixed Comment #1 on issue 389 by brammool...@gmail.com: 'linebreak' breaks c% if the last visual selection was block https://code.google.com/p/vim/issues/detail?id=389 Fix included in patch 7.4.818 -- You received this message because this project is configured to s

Patch 7.4.820

2015-08-11 Fir de Conversatie Bram Moolenaar
Patch 7.4.820 Problem:Invalid memory access in file_pat_to_reg_pat. Solution: Avoid looking before the start of a string. (Dominique Pelle) Files: src/fileio.c *** ../vim-7.4.819/src/fileio.c 2015-08-11 16:19:59.433200370 +0200 --- src/fileio.c2015-08-11 18:43:31.191888181 +02

Patch 7.4.819

2015-08-11 Fir de Conversatie Bram Moolenaar
Patch 7.4.819 Problem:Beeping when running the tests. Solution: Fix 41 beeps. (Roland Eggner) Files: src/testdir/test17.in, src/testdir/test29.in, src/testdir/test4.in, src/testdir/test61.in, src/testdir/test82.in, src/testdir/test83.in, src/testdir/t

Patch 7.4.818

2015-08-11 Fir de Conversatie Bram Moolenaar
Patch 7.4.818 Problem:'linebreak' breaks c% if the last Visual selection was block. (Chris Morganiser, Issue 389) Solution: Handle Visual block mode differently. (Christian Brabandt) Files: src/normal.c, src/testdir/test_listlbr.in, src/testdir/test_listlbr.ok

Patch 7.4.817

2015-08-11 Fir de Conversatie Bram Moolenaar
Patch 7.4.817 Problem:Invalid memory access in file_pat_to_reg_pat(). Solution: Use vim_isspace() instead of checking for a space only. (Dominique Pelle) Files: src/fileio.c *** ../vim-7.4.816/src/fileio.c 2015-07-28 13:33:36.846531733 +0200 --- src/fileio.c2015-08

Patch 7.4.816

2015-08-11 Fir de Conversatie Bram Moolenaar
Patch 7.4.816 Problem:Invalid memory access when doing ":fun X(". Solution: Check for missing ')'. (Dominique Pelle) Files: src/eval.c *** ../vim-7.4.815/src/eval.c 2015-08-11 15:46:04.544078510 +0200 --- src/eval.c 2015-08-11 15:51:17.552562474 +0200 *** *** 22557,2256

Patch 7.4.815

2015-08-11 Fir de Conversatie Bram Moolenaar
Patch 7.4.815 Problem:Invalid memory access when doing ":call g:". Solution: Check for an empty name. (Dominique Pelle) Files: src/eval.c *** ../vim-7.4.814/src/eval.c 2015-08-11 14:26:03.594931131 +0200 --- src/eval.c 2015-08-11 15:44:34.457092477 +0200 *** *** 21371,2

Re: Patch 7.4.813

2015-08-11 Fir de Conversatie Bram Moolenaar
Christ van Willegen wrote: > On Tue, Aug 11, 2015 at 2:27 PM, Bram Moolenaar wrote: > > > > Patch 7.4.813 > > Problem:It is not possible to save and restore character search state. > > Solution: Add getcharsearch() and setcharsearch(). (James McCoy) > > Files: runtime/doc/eval.txt, s

Patch 7.4.814

2015-08-11 Fir de Conversatie Bram Moolenaar
Patch 7.4.814 Problem:Illegal memory access with "sy match a fold". Solution: Check for empty string. (Dominique Pelle) Files: src/syntax.c *** ../vim-7.4.813/src/syntax.c 2015-06-25 18:36:20.511463791 +0200 --- src/syntax.c2015-08-11 15:25:45.521870095 +0200 *** *

Re: [BUG] Value of 'v:register' updates too late

2015-08-11 Fir de Conversatie Bram Moolenaar
Sampo Osmonen wrote: > When you yank something into a named register the value of the internal > variable 'v:register' doesn't change back to the default register after the > yank. The next mapping using 'v:register' after such yank will see > 'v:register' contain the register used by the initial

Re: Patch 7.4.813

2015-08-11 Fir de Conversatie Christ van Willegen
Hi all, On Tue, Aug 11, 2015 at 2:27 PM, Bram Moolenaar wrote: > > Patch 7.4.813 > Problem:It is not possible to save and restore character search state. > Solution: Add getcharsearch() and setcharsearch(). (James McCoy) > Files: runtime/doc/eval.txt, src/eval.c, src/proto/search.pro,

Patch 7.4.813

2015-08-11 Fir de Conversatie Bram Moolenaar
Patch 7.4.813 Problem:It is not possible to save and restore character search state. Solution: Add getcharsearch() and setcharsearch(). (James McCoy) Files: runtime/doc/eval.txt, src/eval.c, src/proto/search.pro, src/search.c, src/testdir/test_charsearch.in, src

Re: [patch] Detect bash_completion files as bash

2015-08-11 Fir de Conversatie Bram Moolenaar
Roland Eggner wrote: > On 2015-08-02 Sunday at 22:32 +0200 Bram Moolenaar wrote: > > James McCoy wrote: > > > Attached patch adds support for recognizing various locations of bash > > > completion files. The commonly supported locations are > > > ~/.bash_completion, $XDG_CONFIG_HOME/bash_complet