Saturday, December 4, 2021

vim9 range windo question

Hi,

I have switched my _vimrc in vim9script for a while.

Using dirdiff I would like to resize top left window width half of screen columns.

How can I execute correctly this kind of commands in vim9script ?

        exec '1windo vertical resize ' .. ( &columns / 2 )
1,2windo setl nofoldenable | norm ]c

--
--
You received this message from the "vim_use" 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_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/vim_use/3445f1eb-96d7-4516-bcbe-f48bc85b8e54n%40googlegroups.com.

No comments: