Re: Patch 8.2.3818

2021-12-16 Fir de Conversatie Naruhiko Nishino
Dear Yegappan. Thank you for making my patch better. - Naruhiko Nishino 2021年12月16日木曜日 13:02:42 UTC+9 yegapp...@gmail.com: > On Wed, Dec 15, 2021 at 1:09 PM Bram Moolenaar > wrote: > > > > > > Yegappan wrote: > > > > > > > > > > On

Converts test_command_count.{in,ok} tests to new style.

2016-09-17 Fir de Conversatie Naruhiko Nishino
Hi Bram, Attached patch converts test_command_count.{in,ok} tests to new style. Best regards, Naruhiko Nishino(a.k.a. rbtnn) -- -- 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,

Add noexpandtab to modeline in *.c and *.h.

2016-08-28 Fir de Conversatie Naruhiko Nishino
Hi Bram, I always set 'setlocal noexpandtab' when edit .c and .h files. I'd like to add noexpandtab to modeline in *.c and *.h. Best regards, Naruhiko Nishino -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text

Re: Adding duplicated flags to 'whichwrap', comma remains.

2016-08-06 Fir de Conversatie Naruhiko Nishino
ollowing line should delete from line 104. > test_options.out \ > > src/testdir/test_alot.vim > The following line should add after line 26. > source test_options.vim The test did not work. I updated this patch. Thanks. Best regards, Naruhiko Nishino -- -- You received this messa

Re: Adding duplicated flags to 'whichwrap', comma remains.

2016-08-06 Fir de Conversatie Naruhiko Nishino
ase check it. Best regards, Naruhiko Nishino -- -- 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 su

Adding duplicated flags to 'whichwrap', comma remains.

2016-08-06 Fir de Conversatie Naruhiko Nishino
wrap+=h,l > echo &whichwrap > " b,s,h,l > > set whichwrap+=h,l > echo &whichwrap > " b,s,h,l > > set whichwrap+=h,l > echo &whichwrap > " b,s,h,l Best regards, Naruhiko Nishino -- -- You received this message from the "vim_dev"

Add redrawtabline command

2016-06-10 Fir de Conversatie Naruhiko Nishino
tic updating. Best regards, Naruhiko Nishino -- -- 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 subs

Re: Patch 7.4.1734

2016-04-14 Fir de Conversatie Naruhiko Nishino
Hi Bram, Sorry, I couldn't notice existence of 'src/testdir/test_expr_utf8.vim'. I updated this patch. Please check it. Best regards, Naruhiko Nishino (a.k.a. rbtnn) 2016-04-15 0:37 GMT+09:00 Naruhiko Nishino : > Hi Bram, > > It still does not work in the case bel

Re: Patch 7.4.1734

2016-04-14 Fir de Conversatie Naruhiko Nishino
, 0)) " あ echo nr2char(strgetchar('あaい', 1)) " a echo nr2char(strgetchar('あaい', 2)) " い I wrote this patch. Please check it. Best regards, Naruhiko Nishino (a.k.a. rbtnn) 2016-04-15 0:21 GMT+09:00 : > On Thursday, April 14, 2016 at 4:57:33 PM UTC+2

iskKeep is a global variable in runtime/syntax/vim.vim.

2016-04-10 Fir de Conversatie Naruhiko Nishino
Hi Bram and Charles, I found that `iskKeep` is a global variable in runtime/syntax/vim.vim. I think that the variable have to use script scope better than global scope. I wrote this patch. Please check it. Best regards, Naruhiko Nishino (a.k.a. rbtnn) -- -- You received this message from the

Re: Can not load autoload functions.

2016-04-03 Fir de Conversatie Naruhiko Nishino
> I think A can laod B's autoload functions. Sorry for typo. I think A can load B's autoload functions. 2016-04-03 17:55 GMT+09:00 Naruhiko Nishino : > Hi Bram, > > I found a case below when using `:packloadall` in .vimrc. > > A/plugin/a.vim -- call B's autol

Can not load autoload functions.

2016-04-03 Fir de Conversatie Naruhiko Nishino
Hi Bram, I found a case below when using `:packloadall` in .vimrc. A/plugin/a.vim -- call B's autoload functions. B/plugin/b.vim I think A can laod B's autoload functions. Do you think this? Best regards, Naruhiko Nishino -- -- You received this message from the "vim_de