Re: [vim/vim] Update the vimscript code for restoring cursor position (81b8bf5)
12 views
Skip to first unread message
dkearns
unread,
Aug 10, 2023, 12:21:12 PM8/10/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim/vim, Subscribed
These multiline autocommands should probably use blocks now. See :help :autocmd-block
— Reply to this email directly, view it on GitHub. You are receiving this because you are subscribed to this thread.Message ID: <vim/vim/commit/81b8bf5b4a33552c610dc2ea743ac2698a16aef7/124164477@github.com>
Dragan Simic
unread,
Aug 10, 2023, 1:07:37 PM8/10/23
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to vim...@vim.org
On 2023-08-10 18:21, dkearns wrote:
> These multiline autocommands should probably use blocks now. See :help
> :autocmd-block
Good point. I just made a note to revisit this vimcode and submit the
changes as a pull request, after I set up everything on my side to be
able to use GitHub.