Re: problem with terminal api

2018-05-02 Thread Christian Brabandt
On Mi, 02 Mai 2018, Jason Felice wrote: > Isn't it that you have unescaped double quotes inside a JSON string? I think you nailed it. Did not see it Best, Christian -- Jeder trägt in sich das Urbild der Schönheit, deren Abbild er in der großen Welt sucht. -- Blaise Pascal

Re: problem with terminal api

2018-05-02 Thread Jason Felice
Isn't it that you have unescaped double quotes inside a JSON string? On Wed, May 2, 2018 at 5:08 PM, Christian Brabandt wrote: > Hi, > I am writing a small plugin, that captures some output from the terminal > and yanks it into a new window. Using the provided Terminal api > > However, I think I

Re: [PATCH][xxd] allow "xxd -ps -cols 0" to print just one line

2018-05-02 Thread Christian Brabandt
On Mi, 02 Mai 2018, Erik Auerswald wrote: > I'll look into this. I haven't used vim scripting yet, and the test seems to > use it, thus I have to ask for a bit of patience. It is not that hard. The file simply provides some input to xxd and compares the actual result with some expected values.

problem with terminal api

2018-05-02 Thread Christian Brabandt
Hi, I am writing a small plugin, that captures some output from the terminal and yanks it into a new window. Using the provided Terminal api However, I think I have found a bug. Under certain circumstances, Vim errors out echoing E474 invalid argument. I did capture the error message in a debug

Re: [PATCH][xxd] allow "xxd -ps -cols 0" to print just one line

2018-05-02 Thread Erik Auerswald
Hi, On 05/02/2018 08:06 AM, Christian Brabandt wrote: On Di, 01 Mai 2018, Erik Auerswald wrote: the attached patch allows xxd to print plain hexdump style output in a single line. This format is accepted as input already. [...] Can we have a test please? Check src/testdir/test_xxd.vim for so

Re: French-translated help files

2018-05-02 Thread David Knoble
On Monday, April 23, 2018 at 4:18:56 PM UTC-4, David Odin wrote: > On Sun, Apr 22, 2018 at 10:28:04AM -0700, David Knoble wrote: > > As described here > > (https://vi.stackexchange.com/questions/16015/where-are-the-french-help-files) > > I > > am searching for the translated help files. In essence

Re: [vim/vim] manpager.vim - CTRL-] on man page name hangs after remapping with the argument (#2852)

2018-05-02 Thread Bram Moolenaar
SungHyun Nam wrote: > 2018-05-02 오후 2:28에 goweol (Vim Github Repository) 이(가) 쓴 글: > > Because man.vim used such as 'norm ggdd', if you remap 'g' or 'd', the > > result is unpredictable. > > Because I don't see your patch, I just changed and tested. > > Please let me know if you don't agree with

Re: [PATCH] [doc] consistently prefer unified diff format

2018-05-02 Thread Bram Moolenaar
Tony wrote: > On Tue, May 1, 2018 at 6:12 PM, Erik Auerswald > wrote: > > > Hi, > > > > while CONTRIBUTING.md asks for unified diff format and it is suggested to > > use 'git diff' which creates unified diff output, the file 'develop.txt' > > claims that context diff format is preferred. The at

Re: [PATCH] [doc] consistently prefer unified diff format

2018-05-02 Thread Bram Moolenaar
Erik Auerswald wrote: > while CONTRIBUTING.md asks for unified diff format and it is suggested to > use 'git diff' which creates unified diff output, the file 'develop.txt' > claims that context diff format is preferred. The attached patch changes > the latter file to prefer unified diff as well.

Patch 8.0.1788

2018-05-02 Thread Bram Moolenaar
Patch 8.0.1788 Problem:Tool to check a color scheme is not installed. Solution: Update the install rule. (Christian Brabandt) Files: src/Makefile *** ../vim-8.0.1787/src/Makefile2018-04-11 22:19:30.620025674 +0200 --- src/Makefile2018-05-02 21:58:34.660229483 +0200 ***

Re: [PATCH] [doc] consistently prefer unified diff format

2018-05-02 Thread Erik Auerswald
Hi, On 05/02/2018 12:09 AM, Tony Mechelynck wrote: On Tue, May 1, 2018 at 6:12 PM, Erik Auerswald wrote: while CONTRIBUTING.md asks for unified diff format and it is suggested to use 'git diff' which creates unified diff output, the file 'develop.txt' claims that context diff format is preferr