Re: Choices for Vim9 class implementation

2022-12-23 Fir de Conversatie Wei Zhang
Hi Bram, Before everything becomes unchangeable, can I suggest to use "new ClassName" instead of "ClassName.new" to create an instance ? According to the description in vim9class.txt: > An object can only be created by a class. A class provides: > - A new() method, the constructor, which retur

Re: Vim9 script feature-complete

2021-12-31 Fir de Conversatie Wei Zhang
fair enough, thanks. 在2021年12月31日星期五 UTC+8 19:35:37 写道: > > Wei Zhang wrote: > > > any chance to remove the space compulsory in vim9 ?? > > > > Vim9 script enforces proper use of white space. This is no longer > allowed: > > > > > var name=234 # E

Re: Vim9 script feature-complete

2021-12-30 Fir de Conversatie Wei Zhang
any chance to remove the space compulsory in vim9 ?? Vim9 script enforces proper use of white space. This is no longer allowed: > var name=234# Error! var name= 234# Error! var name =234# Error! There must be white space before and after the "=":

Re: Patch 8.2.0852

2020-05-31 Fir de Conversatie Wei Zhang
What purpose do you have to stop the terminal ?? If everything I remember is accurate, you are a neovim user and seldom use vim. Since neovim set IXON too, you can't stop the terminal in your everyday work. Why are you willing to stop terminal in vim ? for what ? 在 2020年6月1日星期一 UTC+8上午12:10:07

Vim 8.2 is released!

2019-12-21 Fir de Conversatie Wei Zhang
Thanks Bram,without your effort these amazing features may not be possible。 -- -- 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 messag

So, how about Vim 9?

2019-12-18 Fir de Conversatie Wei Zhang
Only one request, can we just replace all the endif endwhile endfor endfunction with a single end statement? -- -- 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.

Why does the text property development suspended

2019-04-22 Fir de Conversatie Wei Zhang
No update for 4 month, do we have any difficulty that can't be overcame ? Does it need a big refactor ?? Anything the community can help ?? -- -- 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, vis

Re: Patch 8.0.1850

2018-05-17 Fir de Conversatie Wei Zhang
在 2018年5月17日星期四 UTC+8下午7:21:10,Bram Moolenaar写道: > Patch 8.0.1850 > Problem:Todo items in source code not visible for users. > Solution: Move the todo items to the help file. > Files: src/terminal.c Has 8.0.1850 been tagged as 8.1 ?? :version VIM - Vi IMproved 8.1 (2018 May 17, compile

Re: Patch 8.0.1570

2018-03-06 Fir de Conversatie Wei Zhang
> Executing menu command **BEFORE** ":popup" exiting is important because > following commands can get the result of selected item. if not, every > following command in the same function behave in the wrong way. Once, I was trying to call ":popup" in an imap .. function because I need a popup

Re: Patch 8.0.1570

2018-03-06 Fir de Conversatie Wei Zhang
> > And on last thing, special character '&' can not be used in the TUI popup, > > Yeah, it's hard to find a way to highlight it. And then how do you type > the character? Mappings may get in the way. Alt key may not always > work. > It is not necessary to highlight special character, they c

Re: Patch 8.0.1570

2018-03-05 Fir de Conversatie Wei Zhang
item a shortcut by using '&'. This shortcuts can be used on gvim but it doesn't work in TUI now. 在 2018年3月6日星期二 UTC+8上午4:07:01,Bram Moolenaar写道: > Patch 8.0.1570 > Problem:Can't use :popup for a menu in the terminal. (Wei Zhang) > Solution: Make :popup work

Re: Patch 8.0.1558

2018-03-05 Fir de Conversatie Wei Zhang
Thanks, great, I can use it with mouse now. And one last wish, can I popup it in TUI via ':popup ...' command in vimscript ? Or something like `:call inputlist()` but use popup menu to select item. 在 2018年3月5日星期一 UTC+8下午5:56:07,Bram Moolenaar写道: > Wei Zhang wrote: > > >

Re: Patch 8.0.1558

2018-03-04 Fir de Conversatie Wei Zhang
Can we use it by ":popup PopUp" or ":popup ]something" in the future ? If so, we can use it as an alternative to "inputlist()" and it will provide better user experience than "inputlist()" in TUI. 在 2018年3月5日星期一 UTC+8下午12:02:17,Wei Zhang写道: > Seems

Re: Patch 8.0.1558

2018-03-04 Fir de Conversatie Wei Zhang
Seems cool, but how to use this right-click popup menu ? have tried: 1. click right mouse botton on text: it switched to visual mode 2. shift+left/right botton: no use 3. execute ":popup PopUp" : Sorry, the command is not available in this version It doesn't have any documentation yet. -- --

Re: RFC: Signature help/argument hints in a second popup menu

2018-01-25 Fir de Conversatie Wei Zhang
I really like this feature. -- -- 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 Grou

Is Bram OK ??

2018-01-16 Fir de Conversatie Wei Zhang
-- -- 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 "vim_dev" group. To

Re: [vim/vim] netrw 162m closes and deletes current window/buffer when opening directory (#2141)

2017-12-14 Fir de Conversatie Wei Zhang
As long as Dr. Chip works on a Windows pc for a week, he will find netrw is totally crap on Windows. 在 2017年12月15日星期五 UTC+8上午11:31:48,K.Takata写道: > Hi Dr. Chip, > > There are more than 20 issues related to netrw in this repository. > > You can easily find them by searching the plugin-netrw labe