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
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
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 "=":
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
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
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.
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
在 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
> 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
> > 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
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
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:
>
> >
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
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.
--
--
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
--
--
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
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
17 matches
Mail list logo