545dba Update vim to version 8.2.4063 / rev 297 via SR 945641

6 files Authored by mimi_vx 2 years ago, Committed by Bernhard M. Wiedemann 2 years ago,
    Update vim to version 8.2.4063 / rev 297 via SR 945641
    
    https://build.opensuse.org/request/show/945641
    by user mimi_vx + dimstar_suse
    - Updated to version 8.2.4063, fixes the following problems
    - fixes boo#1194559 CVE-2022-0156
      * Not all sshconfig files are detected as such.
      * Vim9: type checking for list and dict lacks information about declared
      type.
      * Vim9: not enough testing for extend() and map().
      * Asan error for adding zero to NULL.
      * Redundant check for NUL byte.
      * Coverity warns for checking for NULL pointer after using it.
      * Insert complete code uses global variables.
      * First char typed in Select mode can be wrong.
      * Error messages are spread out.
      * Old compiler complains about struct init with variable.
      * Error messages are spread out.
      * Vim9: crash when declaring variable on the command line.
      * Session does not restore help buffer properly when "options' is missing
      from 'sessionop
    
        
file modified
+0 -0
file modified
+37 -0
file modified
+78 -0
file modified
+1 -1