Patch 8.2.3434 (after 8.2.3430)
Problem:Function prototype for trigger_modechanged() is incomplete.
Solution: Add "void".
Files: src/proto/misc1.pro
*** ../vim-8.2.3433/src/proto/misc1.pro 2021-09-12 13:39:04.323467415 +0200
--- src/proto/misc1.pro 2021-09-12 20:56:09.657995677 +0200
Patch 8.2.3433
Problem::delcommand does not take a -buffer option.
Solution: Add the -buffer option.
Files: runtime/doc/map.txt, src/usercmd.c, src/errors.h,
src/testdir/test_usercommands.vim
*** ../vim-8.2.3432/runtime/doc/map.txt 2021-08-05 20:39:59.346053681 +0200
---
Thanks Michael!
--
--
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
On 9/12/21 8:39 AM, Maxim Kim wrote:
> I want to set minimal vim version for a plugin depending of func
> existence.
>
> Is there a "simple" way to find out when `strchars(` was added to vim
> (there are more to check, this is an example)?
>
> For now I am searching github for the patches/PRs which
Patch 8.2.3432
Problem:Octave/Matlab filetype detection does not work properly.
Solution: Update the patterns used for matching. (Doug Kearns)
Files: runtime/autoload/dist/ft.vim, src/testdir/test_filetype.vim
*** ../vim-8.2.3431/runtime/autoload/dist/ft.vim2021-09-03
19:21:
Patch 8.2.3431
Problem:Completion for :disas sorts local functions first.
Solution: Sort local functions last, like with :delfunc. (Naohiro Ono,
closes #8860)
Files: src/cmdexpand.c, src/testdir/test_cmdline.vim
*** ../vim-8.2.3430/src/cmdexpand.c 2021-09-01 13:03:31.
I want to set minimal vim version for a plugin depending of func existence.
Is there a "simple" way to find out when `strchars(` was added to vim
(there are more to check, this is an example)?
For now I am searching github for the patches/PRs which is quite
inefficient :)
--
--
You received
Can you please try with a standard python without anaconda?
> Am 12.09.2021 um 13:16 schrieb Hristo :
>
>
> Hello, I am trying to do the same thing, but without the dynamic option and
> the compilation fails on both python2 and python3. These are my commands for
> the compilation using VS:
>
Patch 8.2.3430
Problem:No generic way to trigger an autocommand on mode change.
Solution: Add the ModeChanged autocommand event. (Magnus Gross, closes #8856)
Files: runtime/doc/autocmd.txt, src/autocmd.c, src/edit.c,
src/ex_docmd.c, src/ex_getln.c, src/globals.h, src/misc1.