Re: [vim/vim] Fix #874 noinsert breaks redo register problem (#905)

2016-07-05 Fir de Conversatie h_east
; > > File Changes > > > M > src/edit.c > (1) > > > > Patch Links: > > https://github.com/vim/vim/pull/905.patch > https://github.com/vim/vim/pull/905.diff Why you do not write a test? You will surely write? -- Best regards, Hirohit

[bugfix][patch] SEGV occurred when quit tabpage with autocmd BufUnload tabnext.

2016-07-08 Fir de Conversatie h_east
: This issue was reported by Norio Takagi. (Thanks!) -- Best regards, Hirohito Higashi (a.k.a. h_east) -- -- 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/ma

Re: [vim/vim] patch 7.4.2008 (79815f1)

2016-07-09 Fir de Conversatie h_east
required. But it has not been modified. thanks. -- Best regards, Hirohito Higashi (a.k.a. h_east) -- -- 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: Patch 7.4.2030

2016-07-13 Fir de Conversatie h_east
fference between x86_64 and x86-64. > Attached patch should fix it. I think your patch is too hard coded. How about my attached patch? Thanks. -- Best regards, Hirohito Higashi (a.k.a. h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your

[patch] Remove unsupported os keywords

2016-07-13 Fir de Conversatie h_east
There is a bit fluctuation in the representation :-) e.g. MS Windows MS-Windows Microsoft Windows Win32 ... Thanks. -- Best regards, Hirohito Higashi (a.k.a. h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below th

Re: [vim/vim] 'virtualedit' and tabulation affect number increment/decrement (#923)

2016-07-15 Fir de Conversatie h_east
esult: - Number was incremented and move to before the right edge. I'll investigate these issues on this weekend or next. I have wrote some patches involved to CTRL-A and CTRL-X. e.g. https://github.com/vim/vim/commit/d79e55016cf8268cee935f1ac3b5b28712d1399e Thanks. -- Best regards, Hirohito H

Re: Patch 7.4.2048

2016-07-16 Fir de Conversatie h_east
A. But, It was really SECTION_B such is given should be deleted. I wrote a patch. Please fix this. -- Best regards, Hirohito Higashi (a.k.a. h_east) -- -- 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

[patch] SEGV occurs in balloon_show() under certain circumstances.

2017-03-01 Fir de Conversatie h_east
command. :call balloon_show("Hi") Expected behavior: - Nothing happens. (Or an error message is output?) Actual behavior: - SEGV Attached patch fixes this. -- Best regards, Hirohito Higashi (a.k.a. h_east) -- -- You received this message from the "vim_dev" maillist. Do not

Re: [patch] SEGV occurs in balloon_show() under certain circumstances.

2017-03-01 Fir de Conversatie h_east
Hi Ken, 2017-3-2(Thu) 12:26:38 UTC+9 Ken Takata: > Hi, > > 2017/3/2 Thu 11:52:29 UTC+9 h_east wrote: > > Hi Bram, > > > > How to reproduce (on Linux): > > - Go to Vim source directory > > $ cd /path/to/your/vim > > - Configure with enabling gui gn

[patch][new feature] Added `E` to 'cinoptions'

2017-03-07 Fir de Conversatie h_east
void function(); void function(); + } } + + extern "C" extern "C" + { { + void function(); void function(); + } } +< C

[patch] `;` may not work properly after f{utf-8 char}

2017-03-11 Fir de Conversatie h_east
ause it matches the above judgment. Attached patch fixes this problem. Please check it. -- Best regards, Hirohito Higashi (a.k.a. h_east) -- -- 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 in

Re: Patch 8.0.0446

2017-03-12 Fir de Conversatie h_east
** > *** 766,767 > --- 766,769 > { /* Add new patch number below this line */ > + /**/ > + 446, > /**/ Thanks for the including my patch. But, It seems to me that the contents are duplicated at the following files in GitHub. src/testdir/test_alot_utf8.vim (https://github.com/vim/vi

Re: Patch 8.0.0446

2017-03-12 Fir de Conversatie h_east
39ec0) Oops, s@test_alot_utf8.vim@test_charsearch_utf8.vim@ (URI is correct.) > src/version.c > (https://github.com/vim/vim/commit/454709baffd3205bf2b7d2519419675a122f2bd2#diff-cc898028570115949c889ad5b8266020) -- Best regards, Hirohito Higashi (a.k.a. h_east) -- -- You received

[patch] test_clientserver.vim and test_quotestar.vim fails in certain circumstances

2017-03-22 Fir de Conversatie h_east
exception in Test_quotestar(): Vim(call):E240: No connection to the X server @ function RunTheTest[24]..Test_quotestar[8]..Do_test_quotestar_for_x11, line 31 TEST FAILURE Makefile:41: recipe for target 'report' failed make[1]: *** [report] Error 1 make[1]: Leaving directory '/home/h_east/sa

Re: [patch] test_clientserver.vim and test_quotestar.vim fails in certain circumstances

2017-03-23 Fir de Conversatie h_east
5.909034204 +0100 > +++ testdir/test_clientserver.vim 2017-03-22 22:19:57.761651837 +0100 > @@ -11,6 +11,12 @@ >if cmd == '' > return >endif > + try > +call serverlist() > + catch /E240:/ > +" No connection to the X server, give up. >

Re: [patch] test_clientserver.vim and test_quotestar.vim fails in certain circumstances

2017-03-23 Fir de Conversatie h_east
1 > > > > From test_clientserver.vim: > >   Found errors in Test_client_server(): > >   First run: > >   function RunTheTest[24]..Test_client_server line 23: Pattern 'XVIMTEST' > does not match '' > >   Caught exception in Test_cl

Re: [patch] test_clientserver.vim and test_quotestar.vim fails in certain circumstances

2017-03-25 Fir de Conversatie h_east
gt; > > > + endtry > > > > > > > >let name = 'XVIMTEST' > > > >let cmd .= ' --servername ' . name > > > > > > In my environment, `:call serverlist()` always succeed and returns the > > > empty strin

Re: [patch] test_clientserver.vim and test_quotestar.vim fails in certain circumstances

2017-03-25 Fir de Conversatie h_east
Hi, 2017-3-26(Sun) 1:15:07 UTC+9 Kazunobu Kuriyama: > 2017-03-26 0:49 GMT+09:00 h_east : > > > Hi Bram and list, > > > > 2017-3-24(Fri) 6:24:42 UTC+9 Bram Moolenaar: > > > > > I wrote: > > > > > > > H

Re: [patch] test_clientserver.vim and test_quotestar.vim fails in certain circumstances

2017-03-25 Fir de Conversatie h_east
Hi, 2017-3-26(Sun) 2:08:41 UTC+9 Kazunobu Kuriyama: > 2017-03-26 1:52 GMT+09:00 h_east : > > > Hi, > > > > 2017-3-26(Sun) 1:15:07 UTC+9 Kazunobu Kuriyama: > > > > > 2017-03-26 0:49 GMT+09:00 h_east : > > > > > > > > > Hi

Re: [vim/vim] Make menus available to scripts (#1563)

2017-04-04 Fir de Conversatie h_east
/topic/vim_dev/Ih7PQP8ssbc/discussion It is not quite fixed... -- Best regards, Hirohito Higashi (a.k.a. h_east) -- -- 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.

[patch] Fix small typo in document.

2017-04-10 Fir de Conversatie h_east
Hi Bram and list, Patch is attached. Check it please. -- Best regards, Hirohito Higashi (h_east) -- -- 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/ma

Re: [vim/vim] L command does not move cursor to the bottom of the Vim window/buffer (#1629)

2017-04-10 Fir de Conversatie h_east
k that it is set to 5 in defaults.vim. You can be happy by setting the following with your ~/.vimrc. Set scrolloff=0 -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are reply

[patch] Removed BANG from :windo

2017-04-10 Fir de Conversatie h_east
Hi Bram and list, I Removed BANG(!) from :windo. That's because the code and document do not match. BTW, :tabdo is consistent with code and document. (No BANG) Check an attached pacth. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev&quo

[patch] Regression: East Asian Ambiguous Width Character is no longer displayed correctly from patch 8.0.0543

2017-04-18 Fir de Conversatie h_east
ent. Check attached patch. I don't know this is the best solution. -- Best regards, Hirohito Higashi (h_east) -- -- 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.vi

Re: [patch] Regression: East Asian Ambiguous Width Character is no longer displayed correctly from patch 8.0.0543

2017-04-18 Fir de Conversatie h_east
Hi R0b0t1, 2017-4-19(Wed) 14:00:21 UTC+9 R0b0t1: > On Tue, Apr 18, 2017 at 7:26 AM, h_east wrote: > > - Paste the following character (U+25BC) in insert mode. > > ▼ > > > > Expected behavior: > > - The above characters are correctly displayed. > > > &

Re: [patch] Regression: East Asian Ambiguous Width Character is no longer displayed correctly from patch 8.0.0543

2017-04-19 Fir de Conversatie h_east
t of `starting == 0`. > > But, 8.0.0543 is included. > > So I remove this judgement. > > > > Check attached patch. > > I don't know this is the best solution. > > Removing the check for "starting" is tricky, it may send control > sequences at the w

Re: [vim/vim] 1gd/1gD may hangs up forever ...... Bug? (#1643)

2017-04-19 Fir de Conversatie h_east
L, '}', FM_FORWARD, (int)(old_pos.lnum - curwin->w_cursor.lnum + 1))) != NULL && pos->lnum < old_pos.lnum) + { + curwin->w_cursor.col += len; continue; + } } if (t == FAIL) -- Best

Re: [vim/vim] Flickering redraw (GVim) (#1637)

2017-04-23 Fir de Conversatie h_east
Hi there, 2017-4-21(Fri) 15:00:13 UTC+9 Christian Brabandt: > Reopened #1637. Confirm an attached patch. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying

Re: [vim/vim] guicursor hidden behavior (#1657)

2017-04-24 Fir de Conversatie h_east
r becomes visible. See document (:h 'guicursor' and 79j) The 'a' mode is different. It will set the given argument-list for all modes. It does not reset anything to defaults. This can be used to do a common setting for all modes. For example, to swi

Re: [vim/vim] Flickering redraw (GVim) (#1637)

2017-04-25 Fir de Conversatie h_east
redrawstatus. But, This issue has a problem with flickering of GUI cursor. Have you truly solved this issue problem with this commit? -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text y

[proposal][patch] Want to stop supporting troublesome options 'gdefault' and 'edcompatible'.

2017-05-03 Fir de Conversatie h_east
to stop supporting these options. Please check the attached patch. P.S. I'm sorry if my choice of words was wrong and you made unpleasant. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply b

Re: [proposal][patch] Want to stop supporting troublesome options 'gdefault' and 'edcompatible'.

2017-05-03 Fir de Conversatie h_east
Hi ChrisBra, 2017-5-3(Wed) 18:11:16 UTC+9 Christian Brabandt: > Hi h_east! > > On Mi, 03 Mai 2017, h_east wrote: > > > 'gdefault' invertes the 'g' flag of `:substitute`. > > In addition to 'edcompatible', it also inverts the 'c

Re: [proposal][patch] Want to stop supporting troublesome options 'gdefault' and 'edcompatible'.

2017-05-03 Fir de Conversatie h_east
Hi Justin, 2017-5-3(Wed) 18:44:14 UTC+9 Justin M. Keyes: > On Wed, May 3, 2017 at 11:11 AM, Christian Brabandt wrote: > > Hi h_east! > > > > On Mi, 03 Mai 2017, h_east wrote: > > > >> 'gdefault' invertes the 'g' flag of `:substitute`. &g

Re: [vim/vim] float2nr() does not work properly in the vicinity of the pow(2,63) and the -pow(2,63) (#1688)

2017-05-07 Fir de Conversatie h_east
Hi, 2017-5-7(Sun) 22:42:50 UTC+9 h_east: > Hi Bram and list, > > I found a bug of float2nr() > > How to reproduce: > > Start vanilla Vim. > > $ vim -Nu NONE > Input the following command and checking result. > > :echo float2nr(pow(2, 62)) > 46116

Re: [proposal][patch] Want to stop supporting troublesome options 'gdefault' and 'edcompatible'.

2017-05-09 Fir de Conversatie h_east
Hi Bram and all, 2017-5-8(Mon) 19:53:37 UTC+9 Bram Moolenaar: > Christian Brabandt wrote: > > > On Mi, 03 Mai 2017, h_east wrote: > > > > > 'gdefault' invertes the 'g' flag of `:substitute`. > > > In addition to 'edcompatible',

Re: [vim/vim] Colon (:) get captured by * in normal mode. (#1699)

2017-05-11 Fir de Conversatie h_east
depends on the setting of option 'iskeyword'. See document. (`:help *`) -- Best regards, Hirohito Higashi (h_east) -- -- 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.

Re: [vim/vim] Unified spellings "VIM" to "Vim" and "GVIM" or "Gvim" or "gVim" to "gvim" in help documents (#1733)

2017-05-29 Fir de Conversatie h_east
Hi Katsuki, `Vim` agrees. But why `gvim`? -- Best regards, Hirohito Higashi (h_east) -- -- 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 --- Yo

Re: [vim/vim] Unified spellings "VIM" to "Vim" and "GVIM" or "Gvim" or "gVim" to "gvim" in help documents (#1733)

2017-05-30 Fir de Conversatie h_east
many other packages. But then "Gvim" is rather weird, and "gVim" is very > weird. Hmm, I couldn't find it on issue #1733. Please put a link explicitly. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist.

Re: [vim/vim] Unified spellings "VIM" to "Vim" and "GVIM" or "Gvim" or "gVim" to "gvim" in help documents (#1733)

2017-05-30 Fir de Conversatie h_east
t; > I wrote a bit my view on the capitalization of the word "gvim", but the point > does not lie in its form "GVim."  Actually I'm open to any form of > capitalization as long as authors and contributors won't be puzzled at it > when they write a sentence begin

Re: Patch 8.0.0611

2017-06-08 Fir de Conversatie h_east
m/forum/#!msg/vim_dev/A4ZXSrkjyh0/yYkaQdpKFwAJ It was corrected once at patch 8.0.0567, but it occurred again at patch 8.0.0611. (I checked on Vim 8.0.0628) patch 8.0.0567: call for requesting color and ambiwidth is too early https://github.com/vim/vim/commit/fc8f1118e7ccd65b0537e47e6323c93a1df

Re: Wrong color in hi Float in cpp

2017-06-12 Fir de Conversatie h_east
rdisplay > "\<0x\x\('\=\x\+\)*\(u\=l\{0,2}\|ll\=u\)\>" >syn case match > endif This has already been fixed with the runtime file update of 8 days ago. https://github.com/vim/vim/commit/6aa8cea46d4179b2617daae034063dd0d8054e35#diff-c76b7dafa87216b

Re: [vim/vim] Add ! for ":csope find ..." command (#1769)

2017-06-15 Fir de Conversatie h_east
//groups.google.com/d/msg/vim_dev/QEl3OuEn1rs/7y2BVbt3CgAJ Still, why use that keyword? Besides, on the official mailing list. Is this? https://groups.google.com/d/msg/vim_dev/3Z5yM8KER2w/rjsLtQHNDwAJ > VimL is faster to type. It does not matter to us. If you really want to type so, please writ

[patch] User defined commands beginning with 'Ni' can not be called with '!'

2017-06-21 Fir de Conversatie h_east
ve Monty Python". I wrote a patch. Check it out. -- Best regards, Hirohito Higashi (h_east) -- -- 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.

Re: [vim/vim] segfault handling large file in visual mode (#1822)

2017-07-11 Fir de Conversatie h_east
so: Get an error message from free() in the process that owns the selection. > Seems to happen when the selection is requested the second time, but before > clip_x11_convert_selection_cb() is invoked, thus in X library code. I think this patch is great👍 -- Best regards, Hirohito Higashi

Re: Patch 8.0.0715

2017-07-16 Fir de Conversatie h_east
h has not been pushed to git. $ git log ... commit c4da113ef98dcfd6f2a088b1693c0317dcb5bf42 Author: Bram Moolenaar Date: Sat Jul 15 19:39:43 2017 +0200 patch 8.0.0716: not easy to start Vim cleanly Problem:Not easy to start Vim cleanly without changing the viminfo file.

Re: Patch 8.0.0715

2017-07-16 Fir de Conversatie h_east
Hi Bram, 2017-7-16(Sun) 21:15:18 UTC+9 h_east: [...] > It seems to me that this patch has not been pushed to git. > > $ git log > ... > commit c4da113ef98dcfd6f2a088b1693c0317dcb5bf42 > Author: Bram Moolenaar > Date: Sat Jul 15 19:39:43 2017 +0200 > > patch

[patch] :DiffGitCached supports modifier

2017-07-18 Fir de Conversatie h_east
belowright DiffGitCached How about this? -- Best regards, Hirohito Higashi (h_east) -- -- 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 r

Re: [patch] :DiffGitCached supports modifier

2017-07-18 Fir de Conversatie h_east
id you ask the maintainer, Tim Pope? Oh, I forgot to contact him. I just CCed to him on this mail. Thanks. Tim> Please consider include of this patch. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your

Re: Regression: Patch 7.4.709

2017-07-20 Fir de Conversatie h_east
patch No, I made this change consciously. The current specification that moves based on the tab number before tab movement. I think it makes sense. Rather, I felt that the previous specification was hard to understand. I definitely think it was bad that I did not mention this specification ch

[doc][patch] There is one extra closing square bracket in document

2017-07-21 Fir de Conversatie h_east
Hi Bram and all, Patch attached. -- Best regards, Hirohito Higashi (h_east) -- -- 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 rec

Re: Regression: Patch 7.4.709

2017-07-22 Fir de Conversatie h_east
move :[N]tabm[ove] [...] :0tabmove " move the tab page to the beginning of the tab " list :tabmove 0 " as above The meaning is the same for forward N and backward N. When both are specified, Vim respect th

[patch] Dust is output to terminal window with 'set mouse=a`

2017-07-29 Fir de Conversatie h_east
this part is TODO, but I want to avoid garbage output. -- Best regards, Hirohito Higashi (h_east) -- -- 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

[patch] SEGV term_getline(), when 'row' is out of range.

2017-08-02 Fir de Conversatie h_east
heck this out! -- Best regards, Hirohito Higashi (h_east) -- -- 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 message because

[patch] 'smartindent' behavior is different from document

2017-08-03 Fir de Conversatie h_east
is set, setting 'si' has no effect. [...] But, Actually, When 'indentexpr' is set, setting 'si' *has* effect. I wrote a patch and test. (Look at the test_smartindent.vim of the attached patch for the reproduction method) -- Best regards, Hirohito Higashi (

Re: [doc][patch] Update terminal document

2017-08-06 Fir de Conversatie h_east
nal at patch 8.0.0817, but it has been changed again to not optional at patch 8.0.0832. And I found a forgot to modify the table value. I attach a patch. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your re

Re: [vim/vim] '$q q' shows at the first line (#2008)

2017-08-23 Fir de Conversatie h_east
Vim on fedora 25 via PuTTY 0.70 on Windows 10 (64bit) Remarks: It does not happen if the terminal-emulator is GNOME-terminal or Tera Term. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below

Re: [vim/vim] '$q q' shows at the first line (#2008)

2017-08-23 Fir de Conversatie h_east
2017-8-24(Thu) 0:43:18 UTC+9 h_east: > Hi Marcus and All, > > 2017-8-23(Wed) 21:09:33 UTC+9 Marcus Karpoff: > > I ran into this and figured it was somesort of bug with plugins that I have > > installed. It happens on both ubuntu 16.04 and on WSL. > > > I also enco

Re: [vim/vim] '$q q' shows at the first line (#2008)

2017-08-23 Fir de Conversatie h_east
Hi Bram, 2017-8-24(Thu) 7:06:51 UTC+9 vim-dev ML: > Hirohito Higashi wrote: > > > > > 2017-8-24(Thu) 0:43:18 UTC+9 h_east: > > > > Hi Marcus and All, > > > > > > > > 2017-8-23(Wed) 21:09:33 UTC+9 Marcus Karpoff: > > > >

Re: [vim/vim] '$q q' shows at the first line (#2008)

2017-08-23 Fir de Conversatie h_east
Hi Ken and Christian, 2017-8-24(Thu) 14:04:13 UTC+9 Christian Brabandt: > For putty, you should set $TERM to some putty value, I believe (e.g. > putty-256color) Thank you for suggesting. I set to putty-256color to $TERM and my issue was solved. -- Best regards, Hirohito Higashi (

[patch] fix matchstrpos() issue

2017-08-27 Fir de Conversatie h_east
argument. :echo matchstrpos('testing', 'ing', 8) Expect behavior: result is ['', -1, -1] Actual behavior: result is ['', -1, -1, -1] I wrote a patch with a test. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the &

'?12$p' shows at the first line, since Vim 8.0.1009

2017-08-29 Fir de Conversatie h_east
if you don't specify 'colorscheme' at .vimrc or --cmd. I think patch 8.0.1009 is wrong. MY env. OS: fedora 25 Terminal: GNOME terminal 3.22.1 (TERM=xterm-256color) Vim: configure option: --enable-gui=gnome2 --enable-terminal --enable-fail-if-missing version: 8.0.1

Re: '?12$p' shows at the first line, since Vim 8.0.1009

2017-08-31 Fir de Conversatie h_east
DECRQM handling in vte's git > master, so I'm surprised you don't see this problem. > > I've filed a vte bug: https://bugzilla.gnome.org/show_bug.cgi?id=787007 > > I've little hope of the fix (even if it's made) making its way into > Linux dis

Re: '?12$p' shows at the first line, since Vim 8.0.1009

2017-08-31 Fir de Conversatie h_east
Hi Bram and all, Thanks for the making patch 8.0.1016 and 8.0.1021 The issue of GNOME terminal has been resolved. I am happy if you can add Judgment of PuTTY as well. (PuTTY 0.70 sends ">0;136;0c") I attach a patch to this email. -- Best regards, Hirohito Higashi (h_east) -- --

Re: '?12$p' shows at the first line, since Vim 8.0.1009

2017-08-31 Fir de Conversatie h_east
Hi Christian, 2017-8-31(Thu) 19:11:49 UTC+9 Christian Brabandt: > On Do, 31 Aug 2017, h_east wrote: > > > Thanks for the making patch 8.0.1016 and 8.0.1021 > > The issue of GNOME terminal has been resolved. > > > > I am happy if you can add Judgment of PuTTY

[doc][patch] fix help index `quickfix-ID` duplicates.

2017-09-13 Fir de Conversatie h_east
Hi Bram, The help index `quickfix-ID` duplicates. Probably do not need the first one. I received a report from Akimasa Umeda. Check an attached patch. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your r

Re: Patch 8.0.1119

2017-09-18 Fir de Conversatie h_east
st_terminal.vim [...] This patch hangs by doing the following operation. $ vim --clean :term v -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For mor

Re: Patch 8.0.1119

2017-09-18 Fir de Conversatie h_east
> > Works fine for me. Is this on MS-Windows perhaps? My env.: OS: fedora 25 (x64) Vim: 8.0.1123 (./configure --enable-gui=gnome2 --enable-fail-if-missing) Both CUI(vim --clean) and GUI(vim --clean -g) will occur. In the case of GUI, it may occur even at s -- Best regards, Hirohito Hi

Re: Patch 8.0.1119

2017-09-19 Fir de Conversatie h_east
al have a different size. I'll make a patch. Regarding CUI, fixed at patch 8.0.1126. Thanks! But, GUI is not fixed. Step to reproduce: - Start GUI VIm $ vim --clean -g - Open terminal window :term - Split Window vertically. (It will occur even if it split horizontally) v - wait 5sec

[patch] fix the comment of the source code slightly

2017-10-07 Fir de Conversatie h_east
Hi Bram and all, test_disable_char_avail() was renamed to test_override() at patch 8.0.0440 Patch attached. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to

Re: [vim/vim] Highlight all matched text while incremental searching (#2198)

2017-10-09 Fir de Conversatie h_east
Hi haya14busa and list, Good patch👍 If you only modify highlight I think that you do not need to add 'inchlsearch' option. When 'incsearch' is set, I think that it is possible to do that feature in search-commands. Of course, regardless of 'hlsearch'. --Best reg

Re: Patch 8.0.1194

2017-10-15 Fir de Conversatie h_east
ppear when compiling v8.0.1193 and local plugins are > able to load fine in tmux sessions. Attached patch fix this problem. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are re

[patch] :file command does not redraw tabline

2017-10-24 Fir de Conversatie h_east
ying '[No Name]'. It does not redraw when despite executing `:file a.txt` command. I wrote a patch. (Attached in this email) PS This issue is reported by Norio Takagi. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do

Re: [vim/vim] patch 8.2.1108: mouse left-right scroll is not supported in terminal window (d58d4f9)

2020-08-20 Fir de Conversatie h_east
github's link is here. https://github.com/vim/vim/commit/d58d4f90aeb381045000ea46493b5bd9b9d1fa23#r41608814 -- -- 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.

[patch] terminal window's statusbar can not drag on gui

2017-11-11 Fir de Conversatie h_east
v Visual mode i Insert mode c Command-line mode -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For mor

[patch] Fix flickering and stucking on GTK2

2017-11-12 Fir de Conversatie h_east
t may be better to turn off that workaround. Kazunobu Kuriyama (Mr.GTK3)> Please tell us your opinion. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. Fo

Re: [vim/vim] Highlight all matched text while incremental searching (#2198)

2017-11-18 Fir de Conversatie h_east
;t occur before. Is this considered intended behavior (i.e. that an > empty search pattern with the very-magic flag is a match for every character? Your reported issue is discussed in following thread. https://groups.google.com/d/topic/vim_dev/YlKJq45uYY8/discussion -- Best regards, Hirohito

Re: [vim/vim] Add missing test files to Make_all.mak (#2354)

2017-11-20 Fir de Conversatie h_east
" Tests for large files " This is only executed manually: "make test_largefile". " This is not run as part of "make test". -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top

[doc][patch] incsearch document exists over 80 columns

2017-11-23 Fir de Conversatie h_east
Hi Bram, I attached a patch. Please confirming this. -- Best regards, Hirohito Higashi (h_east) -- -- 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/ma

Re: [patch] fixed typos in documentation

2017-11-25 Fir de Conversatie h_east
erm2.com/ I attached a patch. -- Best regards, Hirohito Higashi (h_east) -- -- 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 rece

Re: [vim/vim] v_CTRL-A/X not incrementing some numbers when selection ends in an empty line (#2387)

2017-11-29 Fir de Conversatie h_east
et the patch from thread of vim_dev ML below. https://groups.google.com/d/msg/vim_dev/uoA9Q9nARn8/uSaydLK9DgAJ -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For

Re: Patch 8.0.1380

2017-12-09 Fir de Conversatie h_east
> set_option_value((char_u *)"ttym", 0L, > (char_u *)"sgr", 0); > *** ../vim-8.0.1379/src/version.c 2017-12-07 22:29:07.624581042 +0100 > --- src/version.c 2017-12-09 1

Re: [vim/vim] Update runtime files (f0b03c4)

2017-12-24 Fir de Conversatie h_east
See this link. https://github.com/vim/vim/commit/f0b03c4e98f8a7184d8b4a5d702cbcd602426923#r26460285 -- Best regards, Hirohito Higashi (h_east) -- -- 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 i

Re: [vim/vim] Update runtime files (f0b03c4)

2017-12-24 Fir de Conversatie h_east
Hi Bram, :h option_restore() ... > NOT IMPLEMENTED YET! Oh, it did not read properly until the end. Sorry for noise. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you ar

Re: gvim sometimes segfaults - possible infinity loop?

2018-01-11 Fir de Conversatie h_east
gui_mch_stop_blink() at gui.c:1126 gui_update_cursor() at gui_gtk_x11.c:914 gui_mch_stop_blink() at gui.c:1126 gui_update_cursor() at gui_gtk_x11.c:914 ... ... (Continue until ate the all stack.) Thanks for your report. -- Bes

Re: Patch 8.0.1481

2018-02-09 Fir de Conversatie h_east
vim_free(p); \ p = NULL; \ } while (0) -- Best regards, Hirohito Higashi (h_east) -- -- 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.ph

Re: Patch 8.0.1481

2018-02-09 Fir de Conversatie h_east
Hi Bram and list! 2018-2-10(Sat) 11:09:04 UTC+9 h_east: > Hi Bram and list, > > 2018-2-9(Fri) 20:30:22 UTC+9 Bram Moolenaar: > > Patch 8.0.1481 > > Problem:Clearing a pointer takes two lines. > > Solution: Add vim_clear() to free and clear the pointer. >

Re: Patch 8.0.1481

2018-02-10 Fir de Conversatie h_east
e, the following sample code will succeed in compiling. (on 64bit OS) 8< #include void vim_clear(void **x) { if (*x != NULL) { free(*x); *x = NULL; } } int main(void) { long long a = 0; vim_clear((void **)a); return 0; } 8<---

Re: Patch 8.0.1481

2018-02-10 Fir de Conversatie h_east
Hi Bram, 2018-2-11(Sun) 1:15:49 UTC+9 h_east: > Hi Bram, > > 2018-2-10(Sat) 21:10:17 UTC+9 Bram Moolenaar: > > Hirohito Higashi wrote: > > > > > 2018-2-9(Fri) 20:30:22 UTC+9 Bram Moolenaar: > > > > Patch 8.0.1481 > > > > Problem:Clear

Re: [vim/vim] popupmenu is show in the wrong place (#2640)

2018-02-17 Fir de Conversatie h_east
Hi Bram and all, Hmm, comments to this issue of github are not sent to vim_dev... https://github.com/vim/vim/issues/2640#issuecomment-366451719 > Could you please confirm this patch? > https://gist.github.com/h-east/988fec74d24724662a51234b898ac171 -- Best regards, Hirohito Higashi (

Re: [vim/vim] Popupmenu is in the wrong place again (v8.0.1529) (#2661)

2018-02-23 Fir de Conversatie h_east
Thanks for reporting. Can you confirm an attached patch? Bram> Sorry for not having test. -- Best regards, Hirohito Higashi (h_east) -- -- 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,

[patch] when `:echo getwinpos(1)` displays dust and next key is eaten

2018-03-05 Fir de Conversatie h_east
Hi Bram and List, patch for Vim 8.0.1563 or later. Patch is here. https://gist.github.com/h-east/9eeebb2fc0f669c4f3cfb4c61e96e51a -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the te

Re: [vim/vim] [Proposal] Add built-in function register_executing() and register_recording() (#2745)

2018-03-24 Fir de Conversatie h_east
Hi Bram and list, Subject changed. -- Best regards, Hirohito Higashi (h_east) -- -- 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 rec

Re: [vim/vim] fix mouse pointer for get_number (#2709)

2018-03-27 Fir de Conversatie h_east
e issue was solved in Windows. -- Best regards, Hirohito Higashi (h_east) -- -- 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 m

Re: [vim/vim] 'virtualedit' and tabulation affect number increment/decrement (#923)

2018-03-28 Fir de Conversatie h_east
1, #923) You said "Thanks!" a year and a half ago. Perhaps you forgot to include my patch? :-) I attached the updated patch. Thank you for your consideration. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-

[patch] The official name is just "Vim script".

2018-05-08 Fir de Conversatie h_east
En1rs/7y2BVbt3CgAJ Patch attached. Yegappan (as a patch 8.0.1752 author)> Thank you for your understanding and cooperation :) -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are rep

[patch] typo comment in runtime/colors/tools/check_colors.vim

2018-05-17 Fir de Conversatie h_east
Hi Bram, Patch attached. -- Best regards, Hirohito Higashi (h_east) -- -- 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 th

Re: Patch 8.1.0020

2018-05-23 Fir de Conversatie h_east
et the recording register > > name > > reltime([{start} [, {end}]]) Listget time value > > reltimefloat({time}) Float turn the time value into a Float > > reltimestr({time})String turn time value into a String > > Shouldn't both t

Re: [vim/vim] balloon_show doesn't display the balloon (#2948)

2018-05-24 Fir de Conversatie h_east
alloonEval *)alloc(sizeof(BalloonEval)); > if (balloonEval != NULL) > { > if (argvars[0].v_type == VAR_LIST Probably not a bug. You should turn on 'ballooneval' option. I think that it is better to mention 'ballooneval' in the document of balloon_show().

[patch] `:help -?` does not jump to the document properly.

2018-05-28 Fir de Conversatie h_east
Hi Bram and list, `:help -?` will jump to `-+` instead of `-?`. Attached patch fixes this. -- Best regards, Hirohito Higashi (h_east) -- -- 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 informat

Re: [patch] `:help -?` does not jump to the document properly.

2018-05-28 Fir de Conversatie h_east
Hi, 2018-5-29(Tue) 9:28:28 UTC+9 h_east: > Hi Bram and list, > > `:help -?` will jump to `-+` instead of `-?`. > > Attached patch fixes this. I found similar issues. The following help-tag could not jump correctly. -? q? v_g? expr-!=? expr-!~? ex

<    1   2   3   4   5   6   7   8   >