Re: Does any one know how to build a msys+mintty compatible vim (like vim in GitBash) ?

2016-09-22 Fir de Conversatie Ken Takata
Hi, 2016/9/23 Fri 13:00:40 UTC+9 skywind3000 wrote: > Ken Takata wrote: > > Hi, > > > > 2016/9/23 Fri 4:46:48 UTC+9 skywind3000 wrote: > > > Yesterday, I started vim in GitBash (msys+mintty) by chance on windows. > > > and found that vim worked very well in mintty, and mintty is far more > > >

Re: Does any one know how to build a msys+mintty compatible vim (like vim in GitBash) ?

2016-09-22 Fir de Conversatie skywind3000
Ken Takata wrote: > Hi, > > 2016/9/23 Fri 4:46:48 UTC+9 skywind3000 wrote: > > Yesterday, I started vim in GitBash (msys+mintty) by chance on windows. > > and found that vim worked very well in mintty, and mintty is far more > > better than cmd.exe. > > > > Trying to build vim from msys, and

Re: Does any one know how to build a msys+mintty compatible vim (like vim in GitBash) ?

2016-09-22 Fir de Conversatie Ken Takata
Hi, 2016/9/23 Fri 4:46:48 UTC+9 skywind3000 wrote: > Yesterday, I started vim in GitBash (msys+mintty) by chance on windows. > and found that vim worked very well in mintty, and mintty is far more better > than cmd.exe. > > Trying to build vim from msys, and only find a cmd.exe compatible

Re: setpos() behaves erratically at times

2016-09-22 Fir de Conversatie Axel Bender
A line like this (the parens are in the right position): --- cut here --- When you're trying to think about how to define a new operator- () movement, you can think of it like this: --- cut here --- The function was called in operator-pending mode via "cib" (replacement function for the

Does any one know how to build a msys+mintty compatible vim (like vim in GitBash) ?

2016-09-22 Fir de Conversatie skywind3000
Yesterday, I started vim in GitBash (msys+mintty) by chance on windows. and found that vim worked very well in mintty, and mintty is far more better than cmd.exe. Trying to build vim from msys, and only find a cmd.exe compatible version which can not run properly under mintty. Does any body

Patch 8.0.0008

2016-09-22 Fir de Conversatie Bram Moolenaar
Patch 8.0.0008 Problem:Popup complete test is disabled. Solution: Enable the test and change the assert. (Hirohito Higashi) Files: src/testdir/test_popup.vim *** ../vim-8.0.0007/src/testdir/test_popup.vim 2016-09-05 20:52:36.0 +0200 --- src/testdir/test_popup.vim

Re: test popupmenu question

2016-09-22 Fir de Conversatie Bram Moolenaar
Hirohito Higashi wrote: > Hi ChrisBra, Bram and list, > > 2016-9-23(Fri) 0:34:35 UTC+9 Christian Brabandt: > > Hi, > > > > On Mi, 21 Sep 2016, h_east wrote: > > > func! Test_popup_complete2() > > > - " Insert match immediately, if there is only one match > > > - " Should select a

Re: [bug] lambda expressions

2016-09-22 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2016/9/22 Thu 2:37:29 UTC+9 Bram Moolenaar wrote: > > Christian Brabandt wrote: > > > > > Am 2016-09-21 00:00, schrieb Ken Takata: > > > > Hi Christian, > > > > > > > > 2016/9/21 Wed 5:31:26 UTC+9 Christian Brabandt wrote: > > > >> Hi, > > > >> I think I found a bug with

Re: [doc][patch] Fix eval.txt

2016-09-22 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > I found some mistakes/inconsistencies in eval.txt. > > * Inconsistent use of space/tab. > * Inconsistent use of |foo| / `foo`. > `` is used for Ex commands, || is used for general links, is it right? Yes, with `cmd` the highlighting is like for commands. But it can also

Re: setpos() behaves erratically at times

2016-09-22 Fir de Conversatie Nikolay Aleksandrovich Pavlov
2016-09-22 19:24 GMT+03:00 Axel Bender : > Cannot confirm this. Please look at the two setpos() statements - both > returning 0 (green = successfull). The statements were given in a debug > session; no cursor movement in between. The desired positions were not set >

Re: setpos() behaves erratically at times

2016-09-22 Fir de Conversatie Axel Bender
Cannot confirm this. Please look at the two setpos() statements - both returning 0 (green = successfull). The statements were given in a debug session; no cursor movement in between. The desired positions were not set (yellow and blue). The '< register is set to the first column, the '>

[doc][patch] Fix eval.txt

2016-09-22 Fir de Conversatie Ken Takata
Hi, I found some mistakes/inconsistencies in eval.txt. * Inconsistent use of space/tab. * Inconsistent use of |foo| / `foo`. `` is used for Ex commands, || is used for general links, is it right? * Inconsistent description between filter() and map(). * etc. Please check the attached patch.

Re: test popupmenu question

2016-09-22 Fir de Conversatie h_east
Hi ChrisBra, Bram and list, 2016-9-23(Fri) 0:34:35 UTC+9 Christian Brabandt: > Hi, > > On Mi, 21 Sep 2016, h_east wrote: > > func! Test_popup_complete2() > > - " Insert match immediately, if there is only one match > > - " Should select a character from the line below > > - " TODO: test

Re: test popupmenu question

2016-09-22 Fir de Conversatie Christian Brabandt
Hi, On Mi, 21 Sep 2016, h_east wrote: > func! Test_popup_complete2() > - " Insert match immediately, if there is only one match > - " Should select a character from the line below > - " TODO: test disabled because the code change has been reverted. > - throw "Skipped: Bug with and

Re: setpos() behaves erratically at times

2016-09-22 Fir de Conversatie Christian Brabandt
Hi Axel! On Do, 22 Sep 2016, Axel Bender wrote: > The following image shows an erratical behavior of setpos() that I > cannot explain. When calling setpos("'<", ...), setpos("'>", ...) for > that matter, the behavior is OK for the first calls to setpos(). > However, from a certain number of

setpos() behaves erratically at times

2016-09-22 Fir de Conversatie Axel Bender
The following image shows an erratical behavior of setpos() that I cannot explain. When calling setpos("'<", ...), setpos("'>", ...) for that matter, the behavior is OK for the first calls to setpos(). However, from a certain number of calls (cannot specify), or triggered by some event (that I

Re: Compilation of vim 8 with mingw on windows fails: diff.c:891:12: error: storage size of 'st' isn't known

2016-09-22 Fir de Conversatie Ken Takata
Hi, 2016/9/22 Thu 20:30:19 UTC+9 René Nyffenegger wrote: > > > > Sure, you can modify vim.h and change size_T from _stat64 to stat and > > comment HAVE_STAT64, > > > > this works for me > > > > index a787575..308c9cd 100644 > > --- a/src/vim.h > > +++ b/src/vim.h > > @@ -2093,8 +2093,8 @@

Re: Compilation of vim 8 with mingw on windows fails: diff.c:891:12: error: storage size of 'st' isn't known

2016-09-22 Fir de Conversatie René Nyffenegger
> > Sure, you can modify vim.h and change size_T from _stat64 to stat and comment > HAVE_STAT64, > > this works for me > > index a787575..308c9cd 100644 > --- a/src/vim.h > +++ b/src/vim.h > @@ -2093,8 +2093,8 @@ typedef int VimClipboard; /* This is required for the > prototypes. */ > > /*

Re: conflicts with in windows console vim (vim.exe), bug ?

2016-09-22 Fir de Conversatie Magnus Woldrich
Thanks, very disappointted with cmd.exe Here you go: https://msys2.github.io/ -- -- 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 --- You received this

Re: conflicts with in windows console vim (vim.exe), bug ?

2016-09-22 Fir de Conversatie skywind3000
Marvin Renich wrote: > * skywind3000 [160921 14:18]: > > has been mapped to something in my vimrc, which works fine in > > win32-gvim/macvim and linux/mac terminal vim (with backspace set to > > 127/ctrl-? ) > > > > but in windows console vim, mapping will cause unable

Re: Compilation of vim 8 with mingw on windows fails: diff.c:891:12: error: storage size of 'st' isn't known

2016-09-22 Fir de Conversatie skywind3000
Nyffenegger wrote: > I am trying to compile vim 8 on Windows with mingw. > > These are the steps I executed: > > git clone https://github.com/vim/vim.git > cd vim\src > \mingw\bin\mingw32-make.exe -f Make_ming.mak ARCH=i686 > > The compilation of diff.c failes with the following error

Re: highlighting text

2016-09-22 Fir de Conversatie LCD 47
On 21 September 2016, Markus Knecht wrote: > Hello, > > For a project I have to import some markings into vim and for that I'm > writing a plugin. These markings are in the form of: > line start, > coloumn start, //the start character index > line end, >

Compilation of vim 8 with mingw on windows fails: diff.c:891:12: error: storage size of 'st' isn't known

2016-09-22 Fir de Conversatie René Nyffenegger
I am trying to compile vim 8 on Windows with mingw. These are the steps I executed: git clone https://github.com/vim/vim.git cd vim\src \mingw\bin\mingw32-make.exe -f Make_ming.mak ARCH=i686 The compilation of diff.c failes with the following error message:diff.c: In function 'ex_diffpatch':