Patch 9.0.1471

2023-04-19 Fir de Conversatie Bram Moolenaar
Patch 9.0.1471 Problem:Warnings for function declarations. Solution: Add argument types. (Michael Jarvis, closes #12277) Files: src/crypt.c, src/os_macosx.m, src/os_unix.c, src/proto/os_macosx.pro *** ../vim-9.0.1470/src/crypt.c 2023-02-21 14:27:34.512360384 + --- src

Patch 9.0.1470

2023-04-19 Fir de Conversatie Bram Moolenaar
Patch 9.0.1470 (after 9.0.1469) Problem:Deferred functions invoked in unexpected order when using :qa and autocommands. Solution: Call deferred functions for the current funccal before using the stack. (closes #12278) Files: src/userfunc.c, src/testdir/test_user