Re: [vim/vim] Popup menu unusable with omni-completion (#2990)

2018-06-08 Fir de Conversatie h_east
Hi, 2018-6-8(Fri) 15:36:01 UTC+9 Matéo Zanibelli: > @brammool patch 8.1.0035 I can reproduced by Vim 8.1.0039 on fedora. And I confirmed Vim 8.1.0034 is no problem. I'll investigate for a moment :) -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the

Re: [vim/vim] Popup menu unusable with omni-completion (#2990)

2018-06-08 Fir de Conversatie h_east
Hi, 2018-6-8(Fri) 23:02:19 UTC+9 h_east: > Hi, > > 2018-6-8(Fri) 15:36:01 UTC+9 Matéo Zanibelli: > > @brammool patch 8.1.0035 > > I can reproduced by Vim 8.1.0039 on fedora. > And I confirmed Vim 8.1.0034 is no problem. > > I'll investigate for a moment :) H

Re: [vim/vim] Popup menu unusable with omni-completion (#2990)

2018-06-09 Fir de Conversatie h_east
Hi Bram, 2018-6-9(Sat) 21:09:29 UTC+9 Bram Moolenaar: > Hirohito Higashi wrote: > > > 2018-6-8(Fri) 23:02:19 UTC+9 h_east: > > > Hi, > > > > > > 2018-6-8(Fri) 15:36:01 UTC+9 Matéo Zanibelli: > > > > @brammool patch 8.1.0035 > > > &

Re: [vim/vim] Popup menu unusable with omni-completion (#2990)

2018-06-09 Fir de Conversatie h_east
Hi Bram, 2018-6-9(Sat) 21:29:26 UTC+9 h_east: > Hi Bram, > > 2018-6-9(Sat) 21:09:29 UTC+9 Bram Moolenaar: > > Hirohito Higashi wrote: > > > > > 2018-6-8(Fri) 23:02:19 UTC+9 h_east: > > > > Hi, > > > > > > > > 2018-6-8(Fri)

Re: [vim/vim] Popup menu unusable with omni-completion (#2990)

2018-06-10 Fir de Conversatie h_east
Hi Bram, 2018-6-10(Sun) 21:40:23 UTC+9 Bram Moolenaar: > Hirohito Higashi wrote: > > > 2018-6-9(Sat) 21:29:26 UTC+9 h_east: > > > Hi Bram, > > > > > > 2018-6-9(Sat) 21:09:29 UTC+9 Bram Moolenaar: > > > > Hirohito Higashi wrote: >

[patch] Fix typos in document

2018-06-17 Fir de Conversatie h_east
Hi Bram, I found a typo. Also it includes reports from Japanese Vim users. Please check 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 i

[patch] Fix document typos

2018-06-26 Fir de Conversatie h_east
m doc/repeat.txt These are not help links. +eval --> |+eval| Missing ` >`. doc/terminal.txt These are not help links. A lot. -- 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 yo

Re: [vim/vim] GVim or gVim - how to write it (#3170)

2018-07-08 Fir de Conversatie h_east
hat "Gvim" and "gVim" are a bit strange. "GVim" is weird. > Just using "gvim" seems best. And the following patch is relevant. https://github.com/vim/vim/commit/6aa8cea46d4179b2617daae034063dd0d8054e35 I do not mind changing it, but I think that it is be

[patch] Fix last line folding with page down issue

2018-07-10 Fir de Conversatie h_east
o 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 you are subscribed to the Google Groups

Re: [patch] Fix last line folding with page down issue

2018-07-10 Fir de Conversatie h_east
atch contains test. > > Please check it. > > Thanks. I could not reproduce it exactly as you describe, but when > changing the window height and setting 'scrolloff' to zero. Ah, Actually it was not `vim --clean` but `vim -Nu NONE`... Thanks for including my patch quick

Re: [vim/vim] Change in paren matching from 8.0.0386 to 8.0.1298? (#3190)

2018-07-11 Fir de Conversatie h_east
efore > as far as I know) the highlighting works on every paren in that file. Hope > this clarifies is. Thanks again! My environment is works fine! (The highlighting works on every paren) Vim 8.1.0177 on fedora 26 via PuTTY on Windows 10. $ vim --clean -c "runtime plugin/matchparen.vim"

[patch] When ~/.gdbinit contains a command to change focus, terminal debugger generates an error.

2018-07-18 Fir de Conversatie h_east
binit execution by specifying the -n option to gdb is not make sense. How about with the attached patch? I made a response check with the same line as the 'new-ui mi' and the next line. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev"

Re: [vim/vim] (regression) inputlist() no longer takes mouse into account in inputlist() (#3239)

2018-07-22 Fir de Conversatie h_east
he behavior is not working properly before 8.0.1756 on gvim. I did `git bisect`. gvim broken at 8.0.0722 commit c9041079a199d753e73d3b242f21cc8db620179a (tag: v8.0.0722) Author: Bram Moolenaar Date: Sun Jul 16 15:48:46 2017 +0200 patch 8.0.0722: screen is messed by timer up at inputlist()

[patch] Fix K&R style function declaration still exists

2018-07-25 Fir de Conversatie h_east
Hi Bram and developers, Patch attached. Please check 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: Warning in Tiny and Small at ex_docmd.c line 10657 after applying patches 210 to 213

2018-07-27 Fir de Conversatie h_east
ks for reporting. I PRed. (https://github.com/vim/vim/pull/3255) -- 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/m

Re: [vim/vim] GVim displays the ibus' suggestion window on wrong monitor (#3268)

2018-08-01 Fir de Conversatie h_east
_of_win(gui.drawarea, &sx, &sy, &sw, &sh); > > after applying my patch? I confirmed that the problem was solved with patch and the above one line change. :ver VIM - Vi IMproved 8.1 (2018 May 18, compiled Aug 2 2018 15:00:54) Included patches: 1-233 Compiled by h_east

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

2018-08-02 Fir de Conversatie h_east
Hi Bram, 2018-5-31(Thu) 1:03:55 UTC+9 Bram Moolenaar: > Hirohito Higashi wrote: > > > 2018-5-29(Tue) 9:28:28 UTC+9 h_east: > > > Hi Bram and list, > > > > > > `:help -?` will jump to `-+` instead of `-?`. > > > > > > Attached patch fixes

[patch] fix document

2018-08-02 Fir de Conversatie h_east
im/Vim/ - s/don't want turn/don't want to turn/ - Over 80 columns. - Unnecessary blank. quickfix.txt - Some getqflist() and getloclist() does not markuped. terminal.txt - Extra "`". Please include this. -- Best regards, Hirohito Higashi (h_east) -- -- You received this messa

Re: [vim/vim] Vim add 'noet' to modeline in documentation (#3263)

2018-08-08 Fir de Conversatie h_east
Hi Bram and list, 2018-8-8(Wed) 17:00:30 UTC+9 h_east: > Modeline of the following document still has no "noet". > > Are there any reasons? > > todo.txt > > uganda.txt > > undo.txt > > usr_01.txt > > usr_02.txt > > usr_03.txt > &g

Re: Feature Request - Live substitution feature (neovim inccommand option)

2018-08-08 Fir de Conversatie h_east
in Vim. I am not sure whether the features > provided by this plugin and the 'inccommand' option can be > combined together and natively supported in Vim. I mention only about option name. Option name 'inccommand' is not intuitive. I think 'substituteopt' (&

Re: Feature Request - Live substitution feature (neovim inccommand option)

2018-08-08 Fir de Conversatie h_east
Hi, 2018-8-9(Thu) 10:25:46 UTC+9 James McCoy: > On Wed, Aug 08, 2018 at 06:01:50PM -0700, h_east wrote: > > Hi, > > > > 2018-8-9(Thu) 9:22:13 UTC+9 yega...@gmail.com: > > > Hi all, > > > > > > The 'inccommand' option in Neovim allows

[patch] Fix :helpgrep with language specifier does not work properly

2018-08-12 Fir de Conversatie h_east
ing `regmatch.regprog = vim_regcomp(eap->arg, ...)`.. It must be changed before calling `vim_regcomp()`. Because it is necessary to change the regexp search pattern. I attached a patch contains test. PS This issue was reported by Takuya Fujiwara (tyru). Thanks. -- Best regards, Hirohito Higashi (

Re: [patch] Fix :helpgrep with language specifier does not work properly

2018-08-12 Fir de Conversatie h_east
Hi Yegappan, 2018-8-13(Mon) 10:22:09 UTC+9 yega...@gmail.com: > Hi, > > On Sun, Aug 12, 2018 at 10:02 AM, h_east wrote: > > Hi Bram and developers, > > > > How to reproduce: > > - Start Vanilla Vim > > $ vim --clean > > - Do :helpgre

[patch] Fix incsearch with :global! does not highlighted

2018-08-13 Fir de Conversatie h_east
Hi Bram and community, "text" is not highlighted in the following procedure. :set incsearch :g!/text I attached a patch. Please check this. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your

Re: [vim/vim] Issues with incsearch for Ex commands (#3321)

2018-08-14 Fir de Conversatie h_east
Hi 2018-8-14(Tue) 1:40:24 UTC+9 markonm: [...] > :smagic and :snomagic would also be useful. I am working in progress. It is done by adding a test 👍 Please wait a few hours. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillis

Re: [vim/vim] Issues with incsearch for Ex commands (#3321)

2018-08-14 Fir de Conversatie h_east
Hi Bram, 2018-8-14(Tue) 23:53:06 UTC+9 h_east: > Hi > > 2018-8-14(Tue) 1:40:24 UTC+9 markonm: > [...] > > > :smagic and :snomagic would also be useful. > > I am working in progress. > It is done by adding a test 👍 > > Please wait a few hours. Patch

Re: [vim/vim] Issues with incsearch for Ex commands (#3321)

2018-08-14 Fir de Conversatie h_east
Hi Bram, Ah, I mistook the attached patch. This patch is correct. -- 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://w

Re: Patch 8.1.0294

2018-08-18 Fir de Conversatie h_east
difficult to write tests? -- 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 t

Re: Patch 8.1.0295

2018-08-18 Fir de Conversatie h_east
stdir/dumps/Test_incsearch_vimgrep_04.dump, > src/testdir/dumps/Test_incsearch_vimgrep_05.dump [...] Thanks for including my patch👍 I forgot to change the document and I attached it. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_de

Re: [vim/vim] (regression) inputlist() no longer takes mouse into account in inputlist() (#3239)

2018-08-21 Fir de Conversatie h_east
Hi Bram and Good developers, 2018-7-23(Mon) 0:00:23 UTC+9 h_east: > Hi Dominique and developers, > > 2018-7-22(Sun) 19:49:19 UTC+9 Dominique Pellé: > > :help inputlist() says: > > inputlist({textlist}) *inputlist()* > > ...snip

Re: [vim/vim] (regression) inputlist() no longer takes mouse into account in inputlist() (#3239)

2018-08-21 Fir de Conversatie h_east
Hi Bram, 2018-8-21(Tue) 22:57:39 UTC+9 Bram Moolenaar: > Hirohito Higash wrote: > > > Hi Bram and Good developers, > > > > 2018-7-23(Mon) 0:00:23 UTC+9 h_east: > > > Hi Dominique and developers, > > > > > > 2018-7-22(Sun) 19:49:19 UT

Re: [vim/vim] (regression) inputlist() no longer takes mouse into account in inputlist() (#3239)

2018-08-21 Fir de Conversatie h_east
Hi, 2018-8-22(Wed) 0:30:20 UTC+9 h_east: > Hi Bram, > > 2018-8-21(Tue) 22:57:39 UTC+9 Bram Moolenaar: > > Hirohito Higash wrote: > > > > > Hi Bram and Good developers, > > > > > > 2018-7-23(Mon) 0:00:23 UTC+9 h_east: > > > > Hi Domini

[patch] fix popupmenu's scrollbar and infopopup overlapped.

2019-11-20 Fir de Conversatie h_east
Hi Bram and list, As the title says. I attach a patch that contains the test. See the added test for the reproduction steps. -- 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: [patch] fix popupmenu's scrollbar and infopopup overlapped.

2019-11-20 Fir de Conversatie h_east
sorry. The new file was not included in the patch. I re-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://w

document patch

2019-11-20 Fir de Conversatie h_east
, 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 you are subscribed to the Goo

Re: When in insert mode completion, infopopup obstructs the display of the current line.

2019-12-06 Fir de Conversatie h_east
the maximum width becomes less > than 10 characters. > > It might be possible to display the popup elsewhere, but it's not easy > to decide where it would go. On top of the menu perhaps? But then only > if it's not hiding something there, which cannot really b

Re: [vim/vim] Explicitly turn off VTP by variable (#5344)

2019-12-12 Fir de Conversatie h_east
Hi, `no-disable` is a denial of denial, it looks a bit confusing. How about 'effortusevtp' and 'noeffortusevtp' ? *'effortusevtp'* 'effortusevtp' boolean (default on) global {not available when compiled without the |+vtp| feature} When on, VTP (Virtual Terminal Processing) is automatically used w

[patch] wrong hlsearch highlighting when after the incsearch canceled

2018-08-31 Fir de Conversatie h_east
was reported by Masamichi Abe. And he wrote a first patch. I fixed a bit patch and added test. This patch reviewed by Ozaki Kiichi (ichizok). Thanks! -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your

Re: [vim/vim] Mapping to CTRL-\_CTRL-N makes terminal non-modifiable (#2216)

2018-09-10 Fir de Conversatie h_east
gs happen in insert mode. - Start Vim with terminal mapping $ vim --clean +"inoremap " - Goto insert mode. i - Input a Left arrow key. ← Expected behavior: - Nothing happens. Actual behavior: - 'D' was inputed. -- Best regards, Hirohito Higashi (h_east) -- -- You

[patch] has('patch-8.1.0') returns 0

2018-09-12 Fir de Conversatie h_east
Hi Bram and developers, :echo has('patch-8.1.0') 0 This should return 1. A patch attached. NOTE: This issue was reported by Takuya Fujiwara. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type

Re: [patch] has('patch-8.1.0') returns 0

2018-09-13 Fir de Conversatie h_east
Hi Tony, 2018-9-13(Thu) 14:36:03 UTC+9 Tony Mechelynck: > On Thu, Sep 13, 2018 at 7:32 AM Tony Mechelynck wrote: > > > > On Thu, Sep 13, 2018 at 6:42 AM h_east wrote: > > > > > > Hi Bram and developers, > > > > > > :echo has('patch-8.1.0&#

[patch] A bit more better fix in can_unload_buffer()

2018-09-20 Fir de Conversatie h_east
Hi Bram, An attached patch is related to 8.1.0342. https://github.com/vim/vim/commit/94f01956a583223dafe24135489d0ab1100ab0ad#diff-a4fc02df73c5e2af124168e5b1436d00R429 It gets a little faster :-) -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vi

Re: crash in syntax on redrawtime timeout

2018-09-28 Fir de Conversatie h_east
> Stack partial redzone: f4 > Stack after return: f5 > Stack use after scope: f8 > Global redzone: f9 > Global init order: f6 > Poisoned by user:f7 > Container overflow: fc > Array cookie:ac > Intra object

Re: [vim/vim] [WIP] win32: Refactor the NSIS installer (#3501)

2018-10-02 Fir de Conversatie h_east
with the installer. I know that Mr. Bram is not enthusiastic for the 64bit Vim installer :) -- 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 info

[Proposal] Updated defaults.vim. (Add "mM" to 'formatoptions')

2018-10-04 Fir de Conversatie h_east
an attached patch. I think this change does not affect non-multi-byte-inputting people. -- 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 informa

Re: [Proposal] Updated defaults.vim. (Add "mM" to 'formatoptions')

2018-10-04 Fir de Conversatie h_east
Hi Tony, 2018-10-5(Fri) 11:52:47 UTC+9 Tony Mechelynck: > On Fri, Oct 5, 2018 at 4:19 AM h_east wrote: > > > > Hi Bram, > > > > By default, 'm' is not contained in 'formatoptions', so automatic wrapping > > not work when multi-byte character

[patch] Fix modeline of some documents

2018-10-04 Fir de Conversatie h_east
ot; to "fo+=2:" ? Please include 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 to. For more information, visit http://www.vim.org/maillist

Re: [patch] Fix modeline of some documents

2018-10-06 Fir de Conversatie h_east
Hi Tony, 2018-10-6(Sat) 1:52:53 UTC+9 Tony Mechelynck: > On Fri, Oct 5, 2018 at 6:58 AM h_east wrote: > > > > Hi Bram and list, > > > > The following documents sets 'formatoptions' in modeline. > > > > runtime/doc/help.txt > >

Re: [Proposal] Updated defaults.vim. (Add "mM" to 'formatoptions')

2018-10-06 Fir de Conversatie h_east
Maybe yes. However, when that happens, more greed will come out. 'fileencodings', 'ambiwidth', ... :-) I would like to hear more opinions from various people. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" ma

[patch] Fix `make test_functions` fails

2018-10-07 Fir de Conversatie h_east
dog License : GPLv2 and GPLv2+ Description : This package contains the Sheepdog server and the "dog" command : line tool, which offer a distributed object storage system for : KVM. --- An attached patch fixes this issue. -- Best regards, Hirohito Hi

[patch] do command on diffmode at last line occurred E315

2018-10-07 Fir de Conversatie h_east
` in the last line of the left buffer? gg dp c] dp c] dp <--- I want to reflect this in the buffer on the right. -- 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 r

Re: [patch] do command on diffmode at last line occurred E315

2018-10-07 Fir de Conversatie h_east
Hi, 2018-10-7(Sun) 19:39:01 UTC+9 h_east: > Hi Bram and developpers, > > This issue is occurred since 8.1.0402. > > How to reproduce: > > $ vim -Nu NONE > :call setline(1, ['1','2','3','4','5','6']) > :vert

Re: [vim/vim] Add 'diffbuf' option to only compare with a single buffer for highlighting (#3527)

2018-10-10 Fir de Conversatie h_east
- Edit the buffer appropriately. :call setline(1, range(3,6)) - Highlight difference between two buffers. :windo diffthis -- 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

[patch] Fix several documents

2018-10-17 Fir de Conversatie h_east
"reset" is likely to be misunderstood as default "on". eval.txt L2464: - L2464: term_start() returns the buffer number. L2478~L2479: - Change Space to Tab. (like the other lines) -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_

Re: [patch] Fix several documents

2018-10-17 Fir de Conversatie h_east
Oh, Patch is just attached. -- -- 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 you are subscribed to the Google Group

Found a typo in comment

2018-10-22 Fir de Conversatie h_east
leaving the command line EVENT_CMDUNDEFINED,// command undefined -- 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] Fix typo and etc. in the document.

2018-11-14 Fir de Conversatie h_east
L2693: Remove trailing space. pattern.txt - L298: s/checkig/checking/ starting.txt - L518: Insert spaces before and after 'runtimepath'. tagsrch.txt - L182-L183: Marked up `gettagstack()` and `settagstack()`. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message fro

Re: [vim/vim] Add completepathslash (#3612)

2018-11-17 Fir de Conversatie h_east
ble quotes within {string}. ... -- 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/maill

Re: [vim/vim] Add completepathslash (#3612)

2018-11-17 Fir de Conversatie h_east
2018-11-17(Sat) 20:29:59 UTC+9 h_east: > Hi mattn, > > Is this solution correct adding 'completeshellslash' options? Typo. 'completepathslash' is correct. > Originally the problem is that when 'shell' contains 'cmd.exe' on MS-Windows, > s

Re: [vim/vim] Add completepath (#3612)

2018-11-18 Fir de Conversatie h_east
ich is the backwards compatible > > behavior. Right? I think that covers every possible user desire. > > > > I don't want to change the behavior of 'shellslash', it's not easy to > > understand and it appears users can work with it. I understand.

[patch] When create a fold marker on a line with "int* p", it is judged as comment.

2018-11-22 Fir de Conversatie h_east
the found middle comment are all white spaces. What do you think? PS I should also update the document, but it is a bit difficult for me :-( -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply

Setting filetype in modoline will cause an error (E523), since Vim 8.1.0539 or later.

2018-11-23 Fir de Conversatie h_east
t's too mush to enclose `do_set ()` with `++ secure` and` --secure`. PS See you later in VimConf 2018👍 -- 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: [vim/vim] Adjust size of inverted popupmenu when preview window is above. (#3414)

2018-11-30 Fir de Conversatie h_east
simply nice. However, with the modification Bram added, the popup and the preview window overlapped. I respected RPigott's patch. And add a test. (I confirmed that the test will be OK only after applying my patch) Patch attached to vim_dev e-mail. Check it out please👍 -- Best regards,

Re: [vim/vim] Adjust size of inverted popupmenu when preview window is above. (#3414)

2018-11-30 Fir de Conversatie h_east
Ah, The attached patch does not include the difference of the newly added file.. New 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 i

Re: Patch 8.1.0577

2018-12-14 Fir de Conversatie h_east
src/version.c 2018-12-11 20:38:57.595051427 +0100 > *** > *** 794,795 > --- 794,797 > { /* Add new patch number below this line */ > + /**/ > + 577, > /**/ > > -- > A salesperson says:Translation: > "bac

[patch] change runtime/syntax/help.vim

2018-12-17 Fir de Conversatie h_east
Hi Bram and dev, "_" was used for the argument name for the first time in doc/textprop.txt. It is not highlighted at present. It is necessary to change runtime/syntax/help.vim. Is it OK with the attached patch? -- Best regards, Hirohito Higashi (h_east) -- -- You received this me

[doc][patch] Minor fixes for some documents

2018-12-17 Fir de Conversatie h_east
/option.c:L7826 >if (!ASCII_ISALNUM(*p) && *p != '-') repeat.txt - L339: mentioned about `!`. usr_41.txt - L1062: Remove extra space between `program` and `being`. Please check this. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "

Re: RFC: VimL functions for managing signs

2018-12-26 Fir de Conversatie h_east
fix document and source code has been changed several times. https://github.com/vim/vim/commit/b544f3c81f1e6a50322855681ac266ffaa8e313c In this sign API patch, "VimL" in one place has entered the test script comment. I wrote a patch to fix it. Please understand 👍 -- Best regards, Hiro

[patch] An error E14 occurs when type `:tab` on the command line with 'incsearch'.

2018-12-26 Fir de Conversatie h_east
- Error E14 Occurred. Investigation result: If skip_only is 1, if it matches "tab", we are checking for errors in parse_command_modifiers(). I wrote a patch contains a test. I have confirmed that the test fails with no patch, with patch and succeeds. Please check it. -- Best regards, Hirohito

[patch] Fix the document slightly

2018-12-26 Fir de Conversatie h_east
oc/textprop.txt - L106, L110: s/lnum_end/lnum-end/ Please check and include 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 to. For mor

[patch] Remove unused macro

2018-12-31 Fir de Conversatie h_east
Hi Bram and list, Please 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 reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

[patch] Fix documents a bit

2019-01-08 Fir de Conversatie h_east
-L272: Probably, `all` required before `placed`? doc/spell.txt - L580: Probably typo? Check it out an attached patch 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 replyi

Re: [vim/vim] Add `complete_mode()` (#3866)

2019-01-27 Fir de Conversatie h_east
Hi, I think that we would check `compl_started` except `ctrl_x_mode == CTRL_X_NOT_DEFINED_YET`. Then we can return "" when not in complementary mode. Patch attached. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. D

[patch] Fix a few documents

2019-01-29 Fir de Conversatie h_east
ob to `writefile()` description. - L944: Add `test_null_blob()` Please include 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

Re: Patch 8.1.0942

2019-02-17 Fir de Conversatie h_east
d. Please check with the attached patch. Thank you for reporting. -- 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

[patch] fix document typos

2019-02-24 Fir de Conversatie h_east
Hi Bram, Patch attached. I am so sleepy that I omit a detailed explanation. (sorry) If you have any questions, please ask me. -- 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

[patch] DiffUpdated event is not triggered on the first or last window.

2019-02-28 Fir de Conversatie h_east
e check it. There may be room for discussion about judgment conditions :) -- 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.or

[patch] fix document

2019-04-18 Fir de Conversatie h_east
Hi Bram and list, Please 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 reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php

Re: [patch] fix document

2019-04-18 Fir de Conversatie h_east
Patch updated. Note: The change of doc/print.txt was discussed and confirmed at the following issue. (in Japanese) https://github.com/vim-jp/issues/issues/1243 -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post!

Re: Zero cmdheight

2022-08-31 Fir de Conversatie h_east
Hi Bram, Thanks for your big decision. Link to my first comment about this. https://github.com/vim/vim/pull/10675#issuecomment-1202090885 -- Best regards, Hirohito Higashi -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are rep

E477 error occured when execute :all! and :sall!

2012-01-30 Fir de Conversatie h_east
(I'm sorry to a similar post several times. This is correct.) Hi Bram, When execute :all! and :sall!, error(E477) occured. ":all" and ":sall" is permitted `!` from help. Here is patch. Please check and include.https://gist.github.com/1670489 (https://raw.github.com/gist/1670489/gistfile1.diff)

E477 error occured when execute :all! and :sall!

2012-01-30 Fir de Conversatie h_east
Hi Bram, When execute :all! and :sall!, error(E477) occured. ":all" and ":sall" is permitted `!` from help. Here is patch. Please check and include. https://gist.github.com/1670489 (https://raw.github.com/gist/1670489/gistfile1.diff) Regards -- Hirohito Higashi -- You received this message fr

E477 error occured when execute :all! and :sall!

2012-01-30 Fir de Conversatie h_east
Hi Bram, When execute :all! and :sall!, error(E477) occured. ":all" and ":sall" is permitted `!` from help. Here is patch. Please check and include. https://gist.github.com/1670489 (https://raw.github.com/gist/1670489/gistfile1.diff) Regards -- Hirohito Higashi -- You received this message fr

E477 error occured when execute :all! and :sall!

2012-01-30 Fir de Conversatie h_east
Hi Bram, When execute :all! and :sall!, error(E477) occured. ":all" and ":sall" is permitted `!` from help. Here is patch. Please check and include. https://gist.github.com/1670489 (https://raw.github.com/gist/1670489/gistfile1.diff) Regards -- Hirohito Higashi -- You received this message fr

E477 error occured when execute :all! and :sall!

2012-01-31 Fir de Conversatie h_east
Hi Bram, When execute :all! and :sall!, error(E477) occured. ":all" and ":sall" is permitted `!` from help. Here is patch. Please check and include. https://gist.github.com/1670489 (https://raw.github.com/gist/1670489/gistfile1.diff) Regards -- Hirohito Higashi -- You received this message fro

":tab drop file" is moved current window

2012-01-31 Fir de Conversatie h_east
Hi Bram, ":tab drop file" is moved current window. and more... CASE1: current window changed on tabpage1. $ vim -u NONE -N :split :tab drop hoge CASE2: window moved. (window1 moved window2) $ vim -u NONE -N :tabnew :split hoge :tab drop hoge CASE3: target window exist. but tabpage opend. $ vim

[patch] 'break' can not escape double for-loop in FOR_ALL_TAB_WINDOWS()

2012-02-05 Fir de Conversatie h_east
Hi Bram, FOR_ALL_TAB_WINDOWS() macro contain the double for-loop. So that, 'break' can not escape this. I checkd out all the places that using. I found an appropriate place in aucmd_restbuf(). (Not bug, but occurred wasted loop) I fixed this and added comment to FOR_ALL_TAB_WINDOWS(). Below is pa

[patch] improved :qa command behavior

2012-02-18 Fir de Conversatie h_east
Hi Bram and Vimmer, I improved :qa command behavior. (if any buffer was changed and cannot be abandoned.) Before patch A changed buffer select priority: 1. curbuf 2. first find in buffer-list. Behavior: 1. Output E37 and E162 messages. 2.(find in current tabpage) Outpu

Re: Patch 7.3.445

2012-02-20 Fir de Conversatie h_east
I think mattn is right. Talk of 'shellxquote' option. (Default: ')' in cmd.exe) Enclosed in parentheses is to grouping. It same as that of the Bash. And be enclosed in quotation marks is a different meaning. Talk of 'shellredir' and 'shellpipe' option . (Default: '2> & 1' in cmd.exe) This option

[patch] IM-status of File select dialog is reflected Vim's in normal mode. [MS-Windows]

2012-04-18 Fir de Conversatie h_east
hi Bram, How to reproduce - exec gvim.exe on MS-Windows. - :browse w - IM(Input method) is On in filename textbox. - "Cancel" click. Expect behavior IM is Off. Actual behavior IM is On (in normal mode!!) Below is patch. Please check. Regards, -- Hirohito Higashi -- You received this mess

Re: Strange behavior about in Insert mode

2012-04-18 Fir de Conversatie h_east
Hi, Kana and Bram 2012/4/8(Sun) 12:00:51 UTC+9 Kana Natsuno: > According to the :help i_CTRL-O -- > > > The CTRL-O command takes you to Normal mode. If you then use a command > > enter > > Insert mode again it doesn't nest. Thus when typing "aa" and then > > > > takes you back to Normal mode

Re: Crash when extend(o, o)

2012-05-05 Fir de Conversatie h_east
2012/5/3 (Thu) 3:55:50 UTC+9 Bram Moolenaar: > Yasohiro Matsumoto wrote: > > > When passing same Dictionary/List to expand(), it breaks reference counter. > > > > let o = {"a":{"b":"B"}} > > call extend(o, o) > > echo o.a.b <= crash > > > > https://gist.github.com/2578755 > > > > Please check

[patch] When canceled input(), wrong value returned.

2012-08-05 Fir de Conversatie h_east
Hi, Bram Occured in Vim 7.3.604 and later reproduce (1) :let foo=input('', '', 'dir') (2) Hit escape key. (cancel input()) (3) :echo foo displayed dir `dir` is 3rd argument value(the type of completion). It's Not {cancelreturn} value. Patch attatched. Please check. Best regards, -- Hirohi

[patch] Fixed typo in some documents.

2019-05-19 Fir de Conversatie h_east
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.php --- You received this message beca

Re: [patch] Fixed typo in some documents.

2019-05-20 Fir de Conversatie h_east
I update a patch. gui.txt - s/VIETNAMESE ANSI/VIETNAMESE/ -- 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

[patch] fix typo in documents

2019-06-09 Fir de Conversatie h_east
Hi, Bram and list! I attached a patch to fix the document typo etc. - Remove extra space. - Add help label `+sound`. And referenced it. Check it out. -- Best regards, Hirohito Higashi (h_east) -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type

Re: [patch] fix typo in documents

2019-06-09 Fir de Conversatie h_east
Patch updated. (Add diff of popup.txt) -- 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

[patch] fix typo in documents

2019-06-16 Fir de Conversatie h_east
Hi Bram and list, I attached a patch to fix typo in the document. Check it out 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,

[patch] fix typo in documents

2019-06-21 Fir de Conversatie h_east
Hi Bram and developers, Attach a patch to fix the typo of the document. Please confirm it. -- 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

[patch] Fix `make clean` error

2019-07-04 Fir de Conversatie h_east
-f valgrind.* 8< -- 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

<    2   3   4   5   6   7   8   >