summaryrefslogtreecommitdiff
path: root/editors
diff options
context:
space:
mode:
authormorr <morr@pkgsrc.org>2022-01-10 20:53:32 +0000
committermorr <morr@pkgsrc.org>2022-01-10 20:53:32 +0000
commit08cc848afbad5f10826ca43349bfb0da2d05a7d4 (patch)
treecbea7846eae61dd20ca17db01211728cc6374381 /editors
parent201578638b9f41a0d34b1aef13accb8ce16e0718 (diff)
downloadpkgsrc-08cc848afbad5f10826ca43349bfb0da2d05a7d4.tar.gz
Update to version 8.2.3899
Changes: 8.2.3173 Vim9: argument types are not checked at compile time 8.2.3174 Vim9: "legacy undo" finds "undo" variable 8.2.3175 Vim9: using illegal pointer with nested lambdas. 8.2.3176 Vim9: no type error for comparing number with string 8.2.3177 Vim9: can not use "for _ in expr" at script level 8.2.3178 Vim9: the file name of an :import cannot be an expression 8.2.3179 Vim9: cannot assign to an imported variable at script level 8.2.3180 Vim9: memory leak when concatenating to an imported string 8.2.3181 Vim9: builtin function test fails without channel feature 8.2.3182 Vim9: crash when using removing items from a constant list 8.2.3183 duplicate error numbers 8.2.3184 cannot add a digraph with a leading space 8.2.3185 Vim9: start of inline function found in comment line 8.2.3186 Vim9: not all failures for import tested 8.2.3187 Vim9: popup timer callback is not compiled 8.2.3188 Vim9: argument types are not checked at compile time 8.2.3189 Vim9: error when using "try|" 8.2.3190 error messages are spread out 8.2.3191 Vim9: not enough code is tested 8.2.3192 build failure with small version 8.2.3193 screenpos() is wrong when 'display' is "lastline" 8.2.3194 Vim9: argument types are not checked at compile time 8.2.3195 Vim9: unclear error when passing too many arguments to lambda 8.2.3196 Vim9: bool expression with numbers only fails at runtime 8.2.3197 error messages are spread out 8.2.3198 cannot use 'formatlistpat' for breakindent 8.2.3199 Vim9: execution speed can be improved 8.2.3200 Vim9: hard to guess where a type error is given 8.2.3201 crash in test 8.2.3202 Vim9: tests are only executed for legacy script 8.2.3203 Vim9: compiled string expression causes type error 8.2.3204 display garbled when 'cursorline' is set and lines wrap 8.2.3205 Coverity reports a null pointer dereference 8.2.3206 Vim9: argument types are not checked at compile time 8.2.3207 Vim9: crash when compiling string fails 8.2.3208 dynamic library load error does not mention why it failed 8.2.3209 Vim9: lambda doesn't find block-local variable 8.2.3210 Vim9: searchpair() sixth argument is compiled 8.2.3211 Vim9: argument types are not checked at compile time 8.2.3212 Vim9: execution speed can be improved 8.2.3213 NOCOMPOUNDSUGS entry in spell file not tested 8.2.3214 MS-Windows: passing /D does not set the install location 8.2.3215 Vim9: argument types are not checked at compile time 8.2.3216 Vim9: crash when using variable in a loop at script level 8.2.3217 build failure 8.2.3218 when using xchaha20 crypt undo file is not removed 8.2.3219 :find searches non-existing directories 8.2.3220 Test_term_setansicolors() fails in some configurations 8.2.3221 Vim9: argument types are not checked at compile time 8.2.3222 Vim9: cannot used loop variable later as lambda argument 8.2.3223 Vim: using {} block in autoloade omnifunc fails 8.2.3224 cannot call script-local function after :vim9cmd 8.2.3225 incsearch highlighting is attempted halfway a mapping 8.2.3226 new digraph functions use old naming scheme 8.2.3227 'virtualedit' can only be set globally 8.2.3228 cannot use a simple block for the :command argument 8.2.3229 Vim9: runtime and compile time type checks are not the same 8.2.3230 Vim9: type error when function return type is not known yet 8.2.3231 build failure with small features 8.2.3232 system() does not work without a second argument 8.2.3233 prop_list() and prop_find() do not indicate the buffer 8.2.3234 crash when printing long string with Lua 8.2.3235 cannot use lambda in {} block in user command 8.2.3236 mode() does not indicate using CTRL-O in Select mode 8.2.3237 when a builtin function gives an error processing continues 8.2.3238 Vim9: error message does not indicate the location 8.2.3239 Vim9: no error using heredoc for a number variable 8.2.3240 Lua print() does not work properly 8.2.3241 Vim9: memory leak when function reports an error 8.2.3242 Vim9: valgrind reports leaks in builtin function test 8.2.3243 MS-Windows: "edit with multiple Vim" choice is less useful 8.2.3244 Lua 5.3 print() with a long string crashes 8.2.3245 the crypt key may appear in a swap partition 8.2.3246 memory use after free 8.2.3247 using uninitialized memory when checking for crypt method 8.2.3248 Vim9: error message for wrong input uses wrong line number 8.2.3249 Vim9: error for re-imported function with default argument 8.2.3250 MS-Windows: cannot build with libsodium 8.2.3251 listing builtin_gui as an available terminal is confusing 8.2.3252 duplicated code for adding buffer lines 8.2.3253 channel test fails randomly 8.2.3254 win_gettype() does not recognize a quickfix window 8.2.3255 ci" finds following string but ci&lt; and others don't 8.2.3256 executable test may fail on new Ubuntu system 8.2.3257 calling prop_find() with -1 for ID gives errornous error 8.2.3258 error messages have the wrong text 8.2.3259 when 'indentexpr' causes an error did_throw may hang 8.2.3260 build failure with small features 8.2.3261 Vim9: when compiling repeat(123, N) return type is number 8.2.3262 build failure when ABORT_ON_INTERNAL_ERROR is defined 8.2.3263 Vim9: "..=" does not accept same types as the ".." operator 8.2.3264 Vim9: assign test fails 8.2.3265 smartcase does not work correctly in very magic pattern 8.2.3266 Vim9: assignment with two indexes may check next line 8.2.3267 Vim9: crash when disassembling using deleted script variable 8.2.3268 cannot use a block with :autocmd like with :command 8.2.3269 Vim9: wrong argument check for partial 8.2.3270 prop_find() finds property with ID -2 8.2.3271 Vim9: cannot use :command or :au with block in :def function 8.2.3272 cannot use id zero with prop_find() 8.2.3273 autocmd test fails 8.2.3274 macro for printf format check can be simplified 8.2.3275 optimizer can use hints about ga_grow() normally succeeding 8.2.3276 Vim9: exists() can only be evaluated at runtime 8.2.3277 Vim9: compiled has() does not work properly 8.2.3278 Vim9: error when adding 1 to float 8.2.3279 Vim9: cannot use block in cmdline window 8.2.3280 'virtualedit' local to buffer is not the best solution 8.2.3281 Vim9: TODO items in tests can be taken care of 8.2.3282 Vim9: error about using -complete without -nargs is confusing 8.2.3283 Julia filetype is not recognized 8.2.3284 no error for insert() or remove() changing a locked blob 8.2.3285 scdoc filetype is not recognized 8.2.3286 win_enter_ext() has too many boolean arguments 8.2.3287 channel events not handled in BufEnter autocommand 8.2.3288 cannot easily access namespace dictionaries from Lua 8.2.3289 compiler warning for unused variable with small features 8.2.3290 Vim9: compiling dict may use pointer after free 8.2.3291 Coverity warns for not checking return value 8.2.3292 underscore in very magic pattern causes a hang 8.2.3293 finding completions may cause an endless loop 8.2.3294 Lua: memory leak when adding dict item fails 8.2.3295 'cursorline' should not apply to 'breakindent' 8.2.3296 Vim9: cannot add a number to a float 8.2.3297 cannot use all commands inside a {} block 8.2.3298 build failure with small features 8.2.3299 Vim9: exists() does not handle much at compile time 8.2.3300 Lua: can only execute one Vim command at a time 8.2.3301 memory allocation functions don't have their own place 8.2.3302 Coverity is not run from github 8.2.3303 some structures could be smaller 8.2.3304 popup window title with wide characters is truncated 8.2.3305 Vim9: :finally in skipped block not handled correctly 8.2.3306 unexpected "No matching autocommands" 8.2.3307 Vim9: :echoconsole cannot access local variables 8.2.3308 Vim9: no runtime check for argument type with varargs only 8.2.3309 Vim9: divide by zero causes a crash 8.2.3310 Vim9: unpack assignment does not mention source of type error 8.2.3311 Vim9: check for DO_NOT_FREE_CNT is very slow 8.2.3312 Vim9: after "if false" line breaks in expression not skipped 8.2.3313 unused code in win_exchange() and frame_remove() 8.2.3314 behavior of exists() in a :def function is unpredictable 8.2.3315 cannot use single quote in a float number for readability 8.2.3316 float test fails 8.2.3317 Vim9: No error for missing white space before return type 8.2.3318 Vim9: cannot ignore quotes in number at the command line 8.2.3319 Coverity action on github does not work 8.2.3320 some local functions are not static 8.2.3321 some code is not tested 8.2.3322 Vim9: checking type of dict does not check member type 8.2.3323 help tag for exists_compiled() is wrong 8.2.3324 Vim9: Cannot use :silent with :endwhile 8.2.3325 digraph test fails when LC_ALL is set to "C" 8.2.3326 Vim9: no error passing an empty list of the wrong type 8.2.3327 no check for sysconf() failing 8.2.3328 Coverity error for not checking return value 8.2.3329 v_lock not set when getting value of environment variable 8.2.3330 Coverity reports using uninitialized field 8.2.3331 Coverity warns for using value without boundary check 8.2.3332 Vim9: cannot assign to range in list 8.2.3333 Vim9: not enough tests run with Vim9 8.2.3334 Vim9: not enough tests run with Vim9 8.2.3335 Vim9: not enough tests run with Vim9 8.2.3336 behavior of negative index in list change changed 8.2.3337 completing "call g:" returns entries with just "g:" 8.2.3338 Vim9: no type check when assigning a list range 8.2.3339 Vim9: cannot lock a member in a local dict 8.2.3340 accessing uninitialized pointer 8.2.3341 Vim9: function call aborted despite try/catch 8.2.3342 test for :let errors fails 8.2.3343 Vim9: autoload test fails 8.2.3344 vimscript test fails 8.2.3345 some code not covered by tests 8.2.3346 Vim9: no error using "." for concatenation after ":vim9cmd" 8.2.3347 check for legacy script is incomplete 8.2.3348 line2byte() returns wrong value after adding textprop 8.2.3349 eval test for scriptversion fails 8.2.3350 text properties test fails on MS-Windows 8.2.3351 Vim9: using a function by name may delete it 8.2.3352 Vim9: error for nested :enddef has wrong line number 8.2.3353 Vim9: type of argument for negate not checked at compile time 8.2.3354 build failure with +byte_offset but without +textprop 8.2.3355 MS-Windows: compiler warning for 64-32 bit conversion 8.2.3356 adding many text properties requires a lot of function calls 8.2.3357 crash when 'virtualedit' is set and window is narrow 8.2.3358 structurizr files are not recognized 8.2.3359 Vim9: error for type when variable is not set 8.2.3360 user function completion fails with dict function 8.2.3361 Vim9: crash with nested :while 8.2.3362 buffer overflow when completing long tag name 8.2.3363 when :edit reuses the current buffer the alternate file is set 8.2.3364 Vim9: crash when :for is skipped 8.2.3365 Vim9: cannot use option for all operations 8.2.3366 Vim9: debugging elseif does not stop before condition 8.2.3367 Vim9: :@r executing a register is inconsistent 8.2.3368 not all Racket files are recognized 8.2.3369 auto formatting after "cw" leaves cursor in wrong spot 8.2.3370 Vim9: no check for white space before type in declaration 8.2.3371 Vim9: :$ENV cannot be followed by -&gt;func() in next line 8.2.3372 line2byte() value wrong when adding a text property 8.2.3373 text property test fails on MS-Windows 8.2.3374 Pyret files are not recognized 8.2.3375 using uninitialized memory 8.2.3376 Vim9: no warning that "@r" does not do anything 8.2.3377 Vim9: :disass completion does not understand "s:" 8.2.3378 MS-Windows: completing environment variables with % is wrong 8.2.3379 crash when using NULL job 8.2.3380 crash when using NULL string for funcref() 8.2.3381 crash when using NULL list with sign functions 8.2.3382 crash when getting the type of a NULL partial 8.2.3383 Vim9: completion for :disassemble adds parenthesis 8.2.3384 cannot disable modeline for an individual file 8.2.3385 escaping for fish shell does not work properly 8.2.3386 using uninitialized memory 8.2.3387 compiler warning for non-static function 8.2.3388 fnamemodify('path/..', ':p') differs from using 'path/../' 8.2.3389 cannot stop insert mode completion without side effects 8.2.3390 included xdiff code is outdated 8.2.3391 crash with combination of 'linebreak' and other options 8.2.3392 augroup completion escapes regexp pattern characters 8.2.3393 escaping for fish shell is skipping some characters 8.2.3394 filler lines are wrong when changing text in diff mode 8.2.3395 Vim9: expression breakpoint not checked in :def function 8.2.3396 when libcall() fails invalid pointer may be used 8.2.3397 no test for what 8.2.3391 fixes 8.2.3398 html text objects are not fully tested 8.2.3399 Octave files are not recognized 8.2.3400 ":z!" is not supported 8.2.3401 Vim9: cannot use negative count with finddir() and findfile() 8.2.3402 invalid memory access when using :retab with large value 8.2.3403 memory leak for :retab with invalid argument 8.2.3404 Vim9: no error for white space before "(" 8.2.3405 cannot have a comment line in a {} block of a user command 8.2.3406 on some systems tests fail without _REENTRANT 8.2.3407 using uninitialized memory with "let g:['bar'] = 2" 8.2.3408 can delete a numbered function 8.2.3409 reading beyond end of line with invalid utf-8 character 8.2.3410 crash with linebreak, listchars and large tabstop 8.2.3411 Vim9: crash when using base name of import 8.2.3412 Vim9: importing the wrong file 8.2.3413 Vim9: too many characters are allowed in import name 8.2.3414 fullcommand() gives wrong name with buffer-local user command 8.2.3415 Vim9: not all function argument types are properly checked 8.2.3416 second error is reported while exception is being thrown 8.2.3417 Vim9: a failing debug expression aborts script sourcing 8.2.3418 garbage collection while evaluating may cause trouble 8.2.3419 a failing debug expression may make Vim unusable 8.2.3420 _REENTRANT defined more than once 8.2.3421 a bit of code is not covered by tests 8.2.3422 Vim9: no failure if return type differs from returned var 8.2.3423 Vim9: list += list creates a new list in :def function 8.2.3424 a sequence of spaces is hard to see in list mode 8.2.3425 warning for using uninitialized variable 8.2.3426 crash when deleting a listener in a listener callback 8.2.3427 double free when list is copied 8.2.3428 using freed memory when replacing 8.2.3429 leaking memory when assigning to list or dict 8.2.3430 no generic way to trigger an autocommand on mode change 8.2.3431 completion for :disas sorts local functions first 8.2.3432 octave/Matlab filetype detection does not work properly 8.2.3433 :delcommand does not take a -buffer option 8.2.3434 function prototype for trigger_modechanged() is incomplete 8.2.3435 Vim9: dict is not passed to dict function 8.2.3436 check for optional bool type has confusing return type 8.2.3437 compiler warnings for 32/64 bit usage 8.2.3438 cannot manipulate blobs 8.2.3439 deleted lines go to wrong yank register 8.2.3440 recover test fails if there is an old swap file 8.2.3441 MS-Windows: vimtutor can't handle path with spaces 8.2.3442 Vim9: || and && are not handled at compile time 8.2.3443 Vim9: memory leak when and/or fails 8.2.3444 concealed text not revealed when leaving insert mode 8.2.3445 on Solaris longVersion may be declared twice 8.2.3446 not enough tests for empty string arguments 8.2.3447 a couple of declarations are not ANSI C 8.2.3448 :endtry after function call that throws not found 8.2.3449 sort fails if the sort compare function returns 999 8.2.3450 coveralls action fails 8.2.3451 not all apache files are recognized 8.2.3452 MPD files are not recognized 8.2.3453 autocmd not executed when editing a directory 8.2.3454 using a count with "gp" leave cursor in wrong position 8.2.3455 using a count with "gp" leaves '] in wrong position 8.2.3456 Vim9: not all functions are tested with empty string argument 8.2.3457 MS-Windows Vim9: test executed and fails 8.2.3458 not all dictdconf files are recognized 8.2.3459 Vim9: need more tests for empty string arguments 8.2.3460 some type casts are not needed 8.2.3461 cannot distinguish Normal and Terminal-Normal mode 8.2.3462 ModeChanged only uses one character for new_mode and old_mode 8.2.3463 pattern matching with ModeChanged not tested 8.2.3464 nginx files are not recognized 8.2.3465 cannot detect insert scroll mode 8.2.3466 completion submode not indicated for virtual replace 8.2.3467 CursorHoldI event interferes with "CTRL-G U" 8.2.3468 problem with :cd when editing file in non-existent directory 8.2.3469 some files with json syntax are not recognized 8.2.3470 crash with error in :catch and also in :finally 8.2.3471 crash when using CTRL-T after an empty search pattern 8.2.3472 other crashes with empty search pattern not tested 8.2.3473 some files with tcl syntax are not recognized 8.2.3474 some places use "Vimscript" instead of "Vim script" 8.2.3475 expression register set by not executed put command 8.2.3476 renaming a buffer on startup may cause using freed memory 8.2.3477 startup test fails on MS-Windows 8.2.3478 still crash with error in :catch and also in :finally 8.2.3479 crash when calling job_start with an invalid argument 8.2.3480 test does not fail without the fix for a crash 8.2.3481 failures when char is unsigned 8.2.3482 reading beyond end of line ending in quote and backslash 8.2.3483 #ifdef for using sysinfo() is incomplete 8.2.3484 crash when going through spell suggestions 8.2.3485 Python 3 test fails with Python 3.10 8.2.3486 illegal memory access with invalid sequence of commands 8.2.3487 illegal memory access if buffer name is very long 8.2.3488 issue template is not easy to use 8.2.3489 ml_get error after search with range 8.2.3490 superfluous return statements 8.2.3491 xpm2 filetype dection is not so good 8.2.3492 crash when pasting too many times 8.2.3493 large count test fails on MS-Windows 8.2.3494 illegal memory access in utf_head_off 8.2.3495 GUI geometry startup test fails on some systems 8.2.3496 crypt test fails if xxd was not installed yet 8.2.3497 put test fails when run by itself 8.2.3498 recover test may fail on some systems 8.2.3499 GUI geometry startup test fails 8.2.3500 Github CI fails to install clang 8.2.3501 tmux filetype dection is incomplete 8.2.3502 cannot enter password in shell command 8.2.3503 Vim9: using g:pat:cmd is confusing 8.2.3504 Vim9: warning for signed vs unsigned 8.2.3505 Vim9: build failure without the +eval feature 8.2.3506 Vim9: special cases for "g" and "s" insufficiently tested 8.2.3507 generating proto files may fail 8.2.3508 Vim9: bad separators for "g" and "s" insufficiently tested 8.2.3509 undo file is not synced 8.2.3510 changes are only detected with one second accuracy 8.2.3511 Vim9: entry for loop variable is created every round 8.2.3512 timestamp test fails on some systems 8.2.3513 using freed memory when using a timer and searching 8.2.3514 autoread test with nano second time sometimes fails 8.2.3515 nano time test fails on Mac and FreeBSD 8.2.3516 terminal window does not have transparent background 8.2.3517 TextChanged does not trigger after TextChangedI 8.2.3518 Test_xrestore sometimes fails 8.2.3519 TOML files are not recognized 8.2.3520 cannot define a function for thesaurus completion 8.2.3521 options completion test fails 8.2.3522 cannot use \x and \u when setting 'listchars' 8.2.3523 duplicated code in xxd 8.2.3524 GUI: ligatures are not used 8.2.3525 option variable name does not match option name 8.2.3526 tests have clumsy check for X11 based GUI 8.2.3527 gcc complains about uninitialized variable 8.2.3528 'thesaurus' and 'thesaurusfunc' do not have the same scope 8.2.3529 xxd usage output is incomplete 8.2.3530 ":buf \{a}" fails while ":edit \{a}" works 8.2.3531 command line completion test fails on MS-Windows 8.2.3532 the previous '' mark is restored after moving the cursor 8.2.3533 inefficient code in xxd 8.2.3534 autoread test is a bit flaky 8.2.3535 if-else indenting is confusing 8.2.3536 the do_highlight() function is way too long 8.2.3537 mode() does not return the right value in 'operatorfunc' 8.2.3538 else-if indenting is confusing 8.2.3539 GTK3: with 'rightleft' set scrollbar may move unintentionally 8.2.3540 the mark '] is wrong after put with a count 8.2.3541 compiler warning for unused variable in tiny version 8.2.3542 too many comments are old style 8.2.3543 swapname has double slash when 'directory' ends in it 8.2.3544 Unix: may leak file descriptor using non-existing directory 8.2.3545 setcellwidths() may make 'listchars' or 'fillchars' invalid 8.2.3546 build failure without the +eval feature 8.2.3547 opening the quickfix window triggers BufWinEnter twice 8.2.3548 GTK GUI crashen when reading from stdin 8.2.3549 mistakes in test comments 8.2.3550 completion() does not work properly 8.2.3551 checking first character of url twice 8.2.3552 xxd revert does not handle end of line correctly 8.2.3553 xxd test fails on MS-Windows 8.2.3554 xxd has various way to exit 8.2.3555 ModeChanged is not triggered on every mode change 8.2.3556 filler lines are incorrect for other window in diff mode 8.2.3557 Vim9: cannot call imported funcref at script level 8.2.3558 Vim9: asserting the wrong variable 8.2.3559 loop variable recreated every time 8.2.3560 using freed memory with lambda 8.2.3561 cscope has a complicated way of giving an error message 8.2.3562 cannot add color names 8.2.3563 build failure with +eval but without GUI or +termguicolors 8.2.3564 invalid memory access when scrolling without valid screen 8.2.3565 Makefile dependencies are outdated 8.2.3566 build failure on old systems when using nano timestamp 8.2.3567 CTRL-I in Insert mode is not tested 8.2.3568 ctrl-hat test fails with Athena and Motif 8.2.3569 error for :let when vimrc is Vim 9 script 8.2.3570 Test_very_large_count fails on 32bit systems 8.2.3571 some unicode control characters are considered printable 8.2.3572 memory leak when closing window and using "multispace" 8.2.3573 cannot decide whether to skip test that fails with 64 bit 8.2.3574 divide by zero 8.2.3575 overflow check still fails when sizeof(int) == sizeof(long) 8.2.3576 some functions are not documented for use with a method 8.2.3577 overflow check fails with 32 ints 8.2.3578 manipulating highlighting is complicated 8.2.3579 CI sometimes fails for MinGW 8.2.3580 gj does not move properly with a wide character 8.2.3581 reading character past end of line 8.2.3582 reading uninitialized memory when giving spell suggestions 8.2.3583 the "gd" and "gD" commands do not update search stats 8.2.3584 "verbose set efm" reports location of the :compiler command 8.2.3585 crash when passing float to "term_rows" of term_start() 8.2.3586 command completion test fails 8.2.3587 compiler test fails with backslash file separator 8.2.3588 break statement is never reached 8.2.3589 failure when "term_rows" of term_start() is an unusual value 8.2.3590 test for v:colornames sometimes fails 8.2.3591 no event is triggered when closing a window 8.2.3592 Test_hlset fails when terminal has many columns 8.2.3593 directory is wrong after executing "lcd" with win_execute() 8.2.3594 xxd code is a bit difficult to understand 8.2.3595 check for signed overflow might not work everywhere 8.2.3596 crash when using :pedit in Vim9 script 8.2.3597 Vim seems to hang when writing a long text to a terminal 8.2.3598 RouterOS filetype is not recognized 8.2.3599 not all gdbinit files are recognized 8.2.3600 filetype test fails 8.2.3601 check for overflow in put count does not work well 8.2.3602 Python3 test fails with Python 3.10 on MS-Windows 8.2.3603 fish filetype not recognized 8.2.3604 not all sudoers files are recognized 8.2.3605 cannot clear and unlink a highlight group with hlset() 8.2.3606 file missing from list of distributed files 8.2.3607 GTK3 screen updating is slow 8.2.3608 users who type "q:" instead of ":q" are confused 8.2.3609 internal error when ModeChanged is triggered recursively 8.2.3610 crash when ModeChanged triggered too early 8.2.3611 crash when using CTRL-W f without finding a file name 8.2.3612 using freed memory with regexp using a mark 8.2.3613 :find test fails 8.2.3614 zindex of popup windows not used when redrawing popup menu 8.2.3615 wrong indent in first line if re-formatting with indent expr 8.2.3616 arglist test does not clear the argument list consistently 8.2.3617 ":verbose pwd" does not mention 'autochdir' was applied 8.2.3618 getcwd() is unclear about how 'autochdir' is used 8.2.3619 cannot use a lambda for 'operatorfunc' 8.2.3620 memory leak reported in libtlib 8.2.3621 build failure 8.2.3622 "verbose pwd" shows confusing info 8.2.3623 "$*" is expanded to "nonomatch" 8.2.3624 when renaming a terminal buffer status text is not updated 8.2.3625 illegal memory access when C-indenting 8.2.3626 "au! event" cannot be followed by another command 8.2.3627 difficult to know where the text starts in a window 8.2.3628 looking up terminal colors is a bit slow 8.2.3629 command completion in cmdline window uses global commands 8.2.3630 printf() with %S does not handle multi-byte correctly 8.2.3631 "syntax enable" does not work properly in Vim9 context 8.2.3632 GTK3: undercurl does not get removed properly 8.2.3633 Vim9: line number of lambda is off by one 8.2.3634 error for already defined function uses wrong line number 8.2.3635 GTK: composing underline does not show 8.2.3636 Coverity warns for unreachable code 8.2.3637 typos in test files 8.2.3638 getcompletion() always passes zero as position 8.2.3639 line commented out accidentally 8.2.3640 freeze when calling term_wait() in a close callback 8.2.3641 xxd code has duplicate expressions 8.2.3642 list of distributed files is outdated 8.2.3643 header for source file is outdated 8.2.3644 count for 'operatorfunc' in Visual mode is not redone 8.2.3645 Vim9: The "no effect" error is not given for all registers 8.2.3646 using &lt;sfile&gt; in a function gives an unexpected result 8.2.3647 GTK: when using ligatures the cursor is drawn wrong 8.2.3648 "verbose pwd" is incorrect after dropping files on Vim 8.2.3649 Vim9: error for variable declared in while loop 8.2.3650 Vim9: for loop variable can be a list member 8.2.3651 Vim9: no error for :lock or :unlock with unknown variable 8.2.3652 can only get text properties one line at a time 8.2.3653 terminal ANSI colors may be wrong 8.2.3654 GTK: a touch-drag does not update the selection 8.2.3655 compiler warning for using size_t for int 8.2.3656 Vim9: no error for an evironment variable by itself 8.2.3657 Vim9: debug text misses one line of return statement 8.2.3658 duplicate code in xxd 8.2.3659 integer overflow with large line number 8.2.3660 overflow check uses wrong number 8.2.3661 test for put with large count fails 8.2.3662 illegal memory access if malloc() fails 8.2.3663 using %S in printf() does not work correctly 8.2.3664 cannot adjust sign highlighting for 'cursorline' 8.2.3665 cannot use a lambda for 'tagfunc' 8.2.3666 libvterm is outdated 8.2.3667 building libvterm fails with MSVC 8.2.3668 messages may be corrupted 8.2.3669 buffer overflow with long help argument 8.2.3670 error checks repeated several times 8.2.3671 restarting Insert mode in prompt buffer too often 8.2.3672 build failure with unsigned char 8.2.3673 crash when allocating signal stack fails 8.2.3674 when ml_get_buf() fails it messes up IObuff 8.2.3675 using freed memory when vim_strsave() fails 8.2.3676 unused runtime file 8.2.3677 after a put the '] mark is on the last byte 8.2.3678 illegal memory access 8.2.3679 objc file detected as Octave 8.2.3680 repeated code in xxd 8.2.3681 cannot drag popup window after click on a status line 8.2.3682 Vim9: assigning to a script variable drops the type 8.2.3683 Vim9: cannot use `=expr` in :...do commands 8.2.3684 blockwise insert does not handle autoindent properly 8.2.3685 Visual studio project files are not recognized 8.2.3686 filetype detection often mixes up Forth and F# 8.2.3687 blockwise insert does not handle autoindent properly 8.2.3688 the window title is not updated when dragging the scrollbar 8.2.3689 ex_let_one() is too long 8.2.3690 Vim9: "filter #pat# cmd" does not work 8.2.3691 build failure with small features 8.2.3692 Vim9: cannot use :func inside a :def function 8.2.3693 Coverity warns for possibly using a NULL pointer 8.2.3694 cannot use quotes in the count of an Ex command 8.2.3695 confusing error for missing key 8.2.3696 Vim9: error for invalid assignment when skipping 8.2.3697 cannot drag a popup without a border 8.2.3698 match highlighting continues over breakindent 8.2.3699 the +title feature adds a lot of #ifdef but little code 8.2.3700 text property highlighting continues over breakindent 8.2.3701 Vim9: invalid LHS is not possible 8.2.3702 first key in dict is seen as curly expression and fails 8.2.3703 most people call F# "fsharp" and not "fs" 8.2.3704 Vim9: cannot use a list declaration in a :def function 8.2.3705 cannot pass a lambda name to function() or funcref() 8.2.3706 text property highlighting is used on Tab 8.2.3707 Vim9: constant expression of elseif not recognized 8.2.3708 Vim9: test fails with different error 8.2.3709 Vim9: backtick expression expanded when not desired 8.2.3710 Vim9: backtick expression expanded for :global 8.2.3711 Vim9: memory leak when compiling :elseif fails 8.2.3712 cannot use Vim9 lambda for 'tagfunc' 8.2.3713 MS-Windows: no error if vimgrep pattern is not matching 8.2.3714 some unused assignments and ugly code in xxd 8.2.3715 Vim9: valgrind reports spurious problems for a test 8.2.3716 Vim9: range without a command is not compiled 8.2.3717 Vim9: error for constant list size is only given at runtime 8.2.3718 compiler warns for unused variable without +textprop 8.2.3719 MS-Windows: test sometimes runs into existing swap file 8.2.3720 Vim9: Internal error when invoking closure in legacy context 8.2.3721 using memory freed by losing the clipboard selection 8.2.3722 Amiga: superfluous messages for freeing lots of yanked text 8.2.3723 when using 'linebreak' a text property starts too early 8.2.3724 build error for missing error message in small build 8.2.3725 cannot use a lambda for 'completefunc' and 'omnifunc' 8.2.3726 README file in a config directory gets wrong filetype 8.2.3727 in a gnome terminal keys are recognized as mouse events 8.2.3728 internal error when passing range() to list2blob() 8.2.3729 no support for squirrels 8.2.3730 "/etc/Muttrc.d/README" gets filetype muttrc 8.2.3731 "set! termcap" shows codes in one column, but not keys 8.2.3732 "set! termcap" test fails 8.2.3733 Vim9: using "legacy" before range does not work 8.2.3734 Vim9: crash when no pattern match found 8.2.3735 cannot use a lambda for 'imactivatefunc' 8.2.3736 test fails without the channel feature 8.2.3737 test fails without the 'autochdir' option 8.2.3738 screen is cleared when a FocusLost autocommand triggers 8.2.3739 in wrong directory when using win_execute() with 'acd' set 8.2.3740 memory left allocated on exit when using Tcl 8.2.3741 using freed memory in open command 8.2.3742 dec mouse test fails without gnome terminfo entry 8.2.3743 ":sign" can add a highlight group without a name 8.2.3744 E854 is not tested; some spelling suggestions are not tested 8.2.3745 autochdir test fails without the +channel feature 8.2.3746 cannot disassemble function starting with "debug" or "profile" 8.2.3747 cannot remove highlight from an existing sign 8.2.3748 giving an error for an empty sign argument breaks a plugin 8.2.3749 error messages are everywhere 8.2.3750 error messages are everywhere 8.2.3751 cannot assign a lambda to an option that takes a function 8.2.3752 build error when using Photon GUI 8.2.3753 Vim9: function unreferenced while called is never deleted 8.2.3754 undesired changing of the indent of the first formatted line 8.2.3755 Coverity warns for using a buffer in another scope 8.2.3756 might crash when callback is not valid 8.2.3757 an overlong highlight group name is silently truncated 8.2.3758 options that take a function insufficiently tested 8.2.3759 quickfix buffer becomes hidden while still in a window 8.2.3760 not automatically handling gnome terminal mouse like xterm 8.2.3761 focus change is not passed on to a terminal window 8.2.3762 if quickfix buffer is wiped out getqflist() still returns it 8.2.3763 when editing the cmdline a callback may cause a scroll up 8.2.3764 cannot see any text when window was made zero lines 8.2.3765 Vim9: cannot use a lambda for 'opfunc' and others 8.2.3766 converting a funcref to a string leaves out "g:" 8.2.3767 crash when using NULL partial 8.2.3768 timer_info() has the wrong repeat value in a timer callback 8.2.3769 zig files are not recognized 8.2.3770 new compiler warnings from clang-12 and clang-13 8.2.3771 Vim9: accessing freed memory when checking type 8.2.3772 timer info test fails on slow machine 8.2.3773 wrong window size when a modeline changes 'columns' 8.2.3774 test for command line height fails 8.2.3775 Vim9: lambda compiled without outer context when debugging 8.2.3776 when a tags file line is long a tag may not be found 8.2.3777 spell file write error not checked 8.2.3778 lambda debug test fails in some configurations 8.2.3779 using freed memory when defining a user command recursively 8.2.3780 ":cd" works differently on MS-Windows 8.2.3781 the option window script is outdated 8.2.3782 Vim9: no error if a function shadows a script variable 8.2.3783 confusing error for using a variable as a function 8.2.3784 the help for options is outdated 8.2.3785 running CI on MacOS with gcc is not useful 8.2.3786 test fails because of using Vim9 syntax in legacy function 8.2.3787 no proper formatting of a C line comment after a statement 8.2.3788 lambda for option that is a function may be freed 8.2.3789 Test_window_minimal_size can fail on a slow machine 8.2.3790 test for term_gettitle() fails in some environments 8.2.3791 build error with +cindent but without +smartindent 8.2.3792 setting *func options insufficiently tested 8.2.3793 using "g:Func" as a funcref does not work in script context 8.2.3794 Vim9: cannot find script-local func using "s:" 8.2.3795 too many #ifdefs 8.2.3796 the funcexe_T struct members are not named consistently 8.2.3797 no good reason to limit the message history in tiny version 8.2.3798 a :def callback function postpones an error message 8.2.3799 edit test hangs or fails 8.2.3800 when cross compiling the output of "uname" cannot be set 8.2.3801 if a terminal shows in two windows, only one is redrawn 8.2.3802 terminal in two windows test fails on some systems 8.2.3803 GUI: crash with 'writedelay' set using a terminal window 8.2.3804 script context not set when copying 'swf' and 'ts' 8.2.3805 i3config files are not recognized 8.2.3806 terminal focus test fails sometimes 8.2.3807 Vim9: can call import with star directly 8.2.3808 Vim9: obsolete TODO items 8.2.3809 Vim9: crash when garbage collecting a nested partial 8.2.3810 Vim9: expr4 test fails on MS-Windows 8.2.3811 the opfunc error test fails on a slow machine 8.2.3812 Vim9: leaking memory in numbered function test 8.2.3813 confusing error when using :cc without error list 8.2.3814 .csx files and .sln files are not recognized 8.2.3815 Vim9: cannot have a multi-line dict inside a block 8.2.3816 compiler warning for posible loss of data on MS-Windows 8.2.3817 Vim9: Not using NL as command end does not work for :autocmd 8.2.3818 cannot filter or map characters in a string 8.2.3819 test fails because error message changed 8.2.3820 "vrc" does not replace composing characters 8.2.3821 ASAN test run fails 8.2.3822 leaking memory in map() and filter(), no string in Vim9 8.2.3823 test for visual replace is in wrong function 8.2.3824 no ASAN support for MSVC 8.2.3825 various comments could be improved 8.2.3826 Vim9: using "g:Func" as funcref doesn't work in :def function 8.2.3827 huntr badge does not really fit in the list 8.2.3828 when opening a terminal from a timer first typed char is lost 8.2.3829 no error when setting a func option to script-local function 8.2.3830 error messages are spread out 8.2.3831 opfunc test fails when missing feature changes function name 8.2.3832 test fails because of changed error message 8.2.3833 error from term_start() not caught by try/catch 8.2.3834 Test_out_cb often fails on Mac 8.2.3835 the inline-function example does not work 8.2.3836 Vim9: comment after expression not skipped to find NL 8.2.3837 QNX: crash when compiled with GUI but using terminal 8.2.3838 cannot use script-local function for setting *func options 8.2.3839 using \z() with \z1 not tested for syntax highlighting 8.2.3840 useless test for negative index in check functions 8.2.3841 Vim9: outdated TODO items, disabled tests that work 8.2.3842 Vim9: can change locked list and list items 8.2.3843 dep3patch files are not recognized 8.2.3844 Vim9: no type error if assigning func(number) to func(string) 8.2.3845 Vim9: test fails when the channel feature is missing 8.2.3846 no error when using control character for 'lcs' or 'fcs' 8.2.3847 illegal memory access when using a lambda with an error 8.2.3848 cannot use reduce() for a string 8.2.3849 functions implementing reduce and map are too long 8.2.3850 illegal memory access when displaying a partial 8.2.3851 Vim9: overhead when comparing string, dict or function 8.2.3852 Vim9: not enough tests 8.2.3853 Vim9: not enough tests 8.2.3854 Vim9: inconsistent arguments for test functions 8.2.3855 illegal memory access when displaying a blob 8.2.3856 Vim9: not enough tests 8.2.3857 Vim9: inconsistent error for using function() 8.2.3858 Vim9: not enough tests 8.2.3859 Vim9: some code lines not tested 8.2.3860 Vim9: codecov struggles with the file size 8.2.3861 list of distributed files is outdated 8.2.3862 crash on exit with EXITFREE and using win_execute() 8.2.3863 various build flags accidentally enabled 8.2.3864 cannot disable requesting key codes from xterm 8.2.3865 Vim9: compiler complains about using "try" as a struct member 8.2.3866 Vim9: type checking global variables is inconsistent 8.2.3867 implementation of some list functions too complicated 8.2.3868 Vim9: function test fails 8.2.3869 Vim9: type checking for "any" is inconsistent 8.2.3870 MS-Windows: wrong dir when using right-click context menu 8.2.3871 list.c contains code for dict and blob 8.2.3872 Vim9: finddir() and uniq() return types can be more specific 8.2.3873 go.mod files are not recognized 8.2.3874 cannot highlight the number column for a sign 8.2.3875 gcc complains about buffer overrun 8.2.3876 'cindent' does not recognize inline namespace 8.2.3877 function does not abort after a type error in compare 8.2.3878 Vim9: debugger tries to read more lines than there are 8.2.3879 getreg() and getregtype() contain dead code 8.2.3880 Solution filter files are not recognized 8.2.3881 QNX: crash when compiled with GUI but using terminal 8.2.3882 more duplicated code in f_getreginfo() 8.2.3883 crash when switching to other regexp engine fails 8.2.3884 crash when clearing the argument list while using it 8.2.3885 arglist test fails 8.2.3886 can define autocmd for every event by using "au!" 8.2.3887 E1135 is used for two different errors 8.2.3888 the argument list may contain duplicates 8.2.3889 duplicate code for translating script-local function name 8.2.3890 Vim9: type check for using v: variables is basic 8.2.3891 github CI: workflows may overlap 8.2.3892 when modifyOtherKeys is used CTRL-C is not recognized 8.2.3893 Vim9: many local variables are initialized with an instruction 8.2.3894 Vim9: no proper type check for first argument of call() 8.2.3895 Vim9: confusing error when using function() with a number 8.2.3896 Vim9: no test for nested function not available later 8.2.3897 Vim9: second argument of map() and filter() not checked 8.2.3898 Vim9: not sufficient testing for variable initialization 8.2.3899 Vim9: test for map() on string fails
Diffstat (limited to 'editors')
-rw-r--r--editors/vim-share/Makefile3
-rw-r--r--editors/vim-share/PLIST28
-rw-r--r--editors/vim-share/distinfo8
-rw-r--r--editors/vim-share/version.mk4
4 files changed, 33 insertions, 10 deletions
diff --git a/editors/vim-share/Makefile b/editors/vim-share/Makefile
index a124c674012..354b0acf370 100644
--- a/editors/vim-share/Makefile
+++ b/editors/vim-share/Makefile
@@ -1,7 +1,6 @@
-# $NetBSD: Makefile,v 1.58 2021/07/21 14:40:29 taca Exp $
+# $NetBSD: Makefile,v 1.59 2022/01/10 20:53:32 morr Exp $
PKGNAME= vim-share-${VIM_VERSION}.${VIM_PATCHLEVEL}
-PKGREVISION= 1
COMMENT= Data files for the vim editor (vi clone)
.include "Makefile.common"
diff --git a/editors/vim-share/PLIST b/editors/vim-share/PLIST
index c825888e948..8849d85bb45 100644
--- a/editors/vim-share/PLIST
+++ b/editors/vim-share/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.57 2021/07/17 17:49:21 morr Exp $
+@comment $NetBSD: PLIST,v 1.58 2022/01/10 20:53:32 morr Exp $
bin/xxd
man/man1/evim.1
man/man1/vim.1
@@ -66,6 +66,8 @@ share/vim/${VIM_SUBDIR}/colors/elflord.vim
share/vim/${VIM_SUBDIR}/colors/evening.vim
share/vim/${VIM_SUBDIR}/colors/industry.vim
share/vim/${VIM_SUBDIR}/colors/koehler.vim
+share/vim/${VIM_SUBDIR}/colors/lists/csscolors.vim
+share/vim/${VIM_SUBDIR}/colors/lists/default.vim
share/vim/${VIM_SUBDIR}/colors/morning.vim
share/vim/${VIM_SUBDIR}/colors/murphy.vim
share/vim/${VIM_SUBDIR}/colors/pablo.vim
@@ -152,9 +154,11 @@ share/vim/${VIM_SUBDIR}/compiler/ruby.vim
share/vim/${VIM_SUBDIR}/compiler/rubyunit.vim
share/vim/${VIM_SUBDIR}/compiler/rustc.vim
share/vim/${VIM_SUBDIR}/compiler/sass.vim
+share/vim/${VIM_SUBDIR}/compiler/scdoc.vim
share/vim/${VIM_SUBDIR}/compiler/se.vim
share/vim/${VIM_SUBDIR}/compiler/shellcheck.vim
share/vim/${VIM_SUBDIR}/compiler/sml.vim
+share/vim/${VIM_SUBDIR}/compiler/spectral.vim
share/vim/${VIM_SUBDIR}/compiler/splint.vim
share/vim/${VIM_SUBDIR}/compiler/stack.vim
share/vim/${VIM_SUBDIR}/compiler/standard.vim
@@ -169,6 +173,7 @@ share/vim/${VIM_SUBDIR}/compiler/xbuild.vim
share/vim/${VIM_SUBDIR}/compiler/xmllint.vim
share/vim/${VIM_SUBDIR}/compiler/xmlwf.vim
share/vim/${VIM_SUBDIR}/compiler/xo.vim
+share/vim/${VIM_SUBDIR}/compiler/yamllint.vim
share/vim/${VIM_SUBDIR}/compiler/zsh.vim
share/vim/${VIM_SUBDIR}/defaults.vim
share/vim/${VIM_SUBDIR}/delmenu.vim
@@ -414,6 +419,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/hostconf.vim
share/vim/${VIM_SUBDIR}/ftplugin/hostsaccess.vim
share/vim/${VIM_SUBDIR}/ftplugin/html.vim
share/vim/${VIM_SUBDIR}/ftplugin/htmldjango.vim
+share/vim/${VIM_SUBDIR}/ftplugin/i3config.vim
share/vim/${VIM_SUBDIR}/ftplugin/indent.vim
share/vim/${VIM_SUBDIR}/ftplugin/initex.vim
share/vim/${VIM_SUBDIR}/ftplugin/ishd.vim
@@ -425,6 +431,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/jproperties.vim
share/vim/${VIM_SUBDIR}/ftplugin/json.vim
share/vim/${VIM_SUBDIR}/ftplugin/jsonc.vim
share/vim/${VIM_SUBDIR}/ftplugin/jsp.vim
+share/vim/${VIM_SUBDIR}/ftplugin/julia.vim
share/vim/${VIM_SUBDIR}/ftplugin/kconfig.vim
share/vim/${VIM_SUBDIR}/ftplugin/kwt.vim
share/vim/${VIM_SUBDIR}/ftplugin/ld.vim
@@ -467,11 +474,13 @@ share/vim/${VIM_SUBDIR}/ftplugin/muttrc.vim
share/vim/${VIM_SUBDIR}/ftplugin/nanorc.vim
share/vim/${VIM_SUBDIR}/ftplugin/neomuttrc.vim
share/vim/${VIM_SUBDIR}/ftplugin/netrc.vim
+share/vim/${VIM_SUBDIR}/ftplugin/nginx.vim
share/vim/${VIM_SUBDIR}/ftplugin/nroff.vim
share/vim/${VIM_SUBDIR}/ftplugin/nsis.vim
share/vim/${VIM_SUBDIR}/ftplugin/objc.vim
share/vim/${VIM_SUBDIR}/ftplugin/ocaml.vim
share/vim/${VIM_SUBDIR}/ftplugin/occam.vim
+share/vim/${VIM_SUBDIR}/ftplugin/octave.vim
share/vim/${VIM_SUBDIR}/ftplugin/pamconf.vim
share/vim/${VIM_SUBDIR}/ftplugin/pascal.vim
share/vim/${VIM_SUBDIR}/ftplugin/passwd.vim
@@ -502,6 +511,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/rhelp.vim
share/vim/${VIM_SUBDIR}/ftplugin/rmd.vim
share/vim/${VIM_SUBDIR}/ftplugin/rnc.vim
share/vim/${VIM_SUBDIR}/ftplugin/rnoweb.vim
+share/vim/${VIM_SUBDIR}/ftplugin/routeros.vim
share/vim/${VIM_SUBDIR}/ftplugin/rpl.vim
share/vim/${VIM_SUBDIR}/ftplugin/rrst.vim
share/vim/${VIM_SUBDIR}/ftplugin/rst.vim
@@ -510,6 +520,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/rust.vim
share/vim/${VIM_SUBDIR}/ftplugin/sass.vim
share/vim/${VIM_SUBDIR}/ftplugin/sbt.vim
share/vim/${VIM_SUBDIR}/ftplugin/scala.vim
+share/vim/${VIM_SUBDIR}/ftplugin/scdoc.vim
share/vim/${VIM_SUBDIR}/ftplugin/scheme.vim
share/vim/${VIM_SUBDIR}/ftplugin/screen.vim
share/vim/${VIM_SUBDIR}/ftplugin/scss.vim
@@ -523,6 +534,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/sieve.vim
share/vim/${VIM_SUBDIR}/ftplugin/slpconf.vim
share/vim/${VIM_SUBDIR}/ftplugin/slpreg.vim
share/vim/${VIM_SUBDIR}/ftplugin/slpspi.vim
+share/vim/${VIM_SUBDIR}/ftplugin/solution.vim
share/vim/${VIM_SUBDIR}/ftplugin/spec.vim
share/vim/${VIM_SUBDIR}/ftplugin/sql.vim
share/vim/${VIM_SUBDIR}/ftplugin/sshconfig.vim
@@ -540,6 +552,7 @@ share/vim/${VIM_SUBDIR}/ftplugin/tex.vim
share/vim/${VIM_SUBDIR}/ftplugin/text.vim
share/vim/${VIM_SUBDIR}/ftplugin/tidy.vim
share/vim/${VIM_SUBDIR}/ftplugin/tmux.vim
+share/vim/${VIM_SUBDIR}/ftplugin/toml.vim
share/vim/${VIM_SUBDIR}/ftplugin/treetop.vim
share/vim/${VIM_SUBDIR}/ftplugin/tt2html.vim
share/vim/${VIM_SUBDIR}/ftplugin/typescript.vim
@@ -628,6 +641,7 @@ share/vim/${VIM_SUBDIR}/indent/javascriptreact.vim
share/vim/${VIM_SUBDIR}/indent/json.vim
share/vim/${VIM_SUBDIR}/indent/jsonc.vim
share/vim/${VIM_SUBDIR}/indent/jsp.vim
+share/vim/${VIM_SUBDIR}/indent/julia.vim
share/vim/${VIM_SUBDIR}/indent/ld.vim
share/vim/${VIM_SUBDIR}/indent/less.vim
share/vim/${VIM_SUBDIR}/indent/lifelines.vim
@@ -642,6 +656,7 @@ share/vim/${VIM_SUBDIR}/indent/meson.vim
share/vim/${VIM_SUBDIR}/indent/mf.vim
share/vim/${VIM_SUBDIR}/indent/mma.vim
share/vim/${VIM_SUBDIR}/indent/mp.vim
+share/vim/${VIM_SUBDIR}/indent/nginx.vim
share/vim/${VIM_SUBDIR}/indent/nsis.vim
share/vim/${VIM_SUBDIR}/indent/objc.vim
share/vim/${VIM_SUBDIR}/indent/ocaml.vim
@@ -793,7 +808,6 @@ share/vim/${VIM_SUBDIR}/print/ks_roman.ps
share/vim/${VIM_SUBDIR}/print/latin1.ps
share/vim/${VIM_SUBDIR}/print/mac-roman.ps
share/vim/${VIM_SUBDIR}/print/prolog.ps
-share/vim/${VIM_SUBDIR}/rgb.txt
share/vim/${VIM_SUBDIR}/scripts.vim
share/vim/${VIM_SUBDIR}/spell/check_locales.vim
share/vim/${VIM_SUBDIR}/spell/cleanadd.vim
@@ -932,6 +946,7 @@ share/vim/${VIM_SUBDIR}/syntax/debcopyright.vim
share/vim/${VIM_SUBDIR}/syntax/debsources.vim
share/vim/${VIM_SUBDIR}/syntax/def.vim
share/vim/${VIM_SUBDIR}/syntax/denyhosts.vim
+share/vim/${VIM_SUBDIR}/syntax/dep3patch.vim
share/vim/${VIM_SUBDIR}/syntax/desc.vim
share/vim/${VIM_SUBDIR}/syntax/desktop.vim
share/vim/${VIM_SUBDIR}/syntax/dictconf.vim
@@ -1001,6 +1016,7 @@ share/vim/${VIM_SUBDIR}/syntax/fvwm2m4.vim
share/vim/${VIM_SUBDIR}/syntax/gdb.vim
share/vim/${VIM_SUBDIR}/syntax/gdmo.vim
share/vim/${VIM_SUBDIR}/syntax/gedcom.vim
+share/vim/${VIM_SUBDIR}/syntax/gemtext.vim
share/vim/${VIM_SUBDIR}/syntax/gift.vim
share/vim/${VIM_SUBDIR}/syntax/git.vim
share/vim/${VIM_SUBDIR}/syntax/gitcommit.vim
@@ -1046,6 +1062,7 @@ share/vim/${VIM_SUBDIR}/syntax/htmlcheetah.vim
share/vim/${VIM_SUBDIR}/syntax/htmldjango.vim
share/vim/${VIM_SUBDIR}/syntax/htmlm4.vim
share/vim/${VIM_SUBDIR}/syntax/htmlos.vim
+share/vim/${VIM_SUBDIR}/syntax/i3config.vim
share/vim/${VIM_SUBDIR}/syntax/ia64.vim
share/vim/${VIM_SUBDIR}/syntax/ibasic.vim
share/vim/${VIM_SUBDIR}/syntax/icemenu.vim
@@ -1076,6 +1093,7 @@ share/vim/${VIM_SUBDIR}/syntax/jproperties.vim
share/vim/${VIM_SUBDIR}/syntax/json.vim
share/vim/${VIM_SUBDIR}/syntax/jsonc.vim
share/vim/${VIM_SUBDIR}/syntax/jsp.vim
+share/vim/${VIM_SUBDIR}/syntax/julia.vim
share/vim/${VIM_SUBDIR}/syntax/kconfig.vim
share/vim/${VIM_SUBDIR}/syntax/kivy.vim
share/vim/${VIM_SUBDIR}/syntax/kix.vim
@@ -1167,6 +1185,7 @@ share/vim/${VIM_SUBDIR}/syntax/ncf.vim
share/vim/${VIM_SUBDIR}/syntax/neomuttrc.vim
share/vim/${VIM_SUBDIR}/syntax/netrc.vim
share/vim/${VIM_SUBDIR}/syntax/netrw.vim
+share/vim/${VIM_SUBDIR}/syntax/nginx.vim
share/vim/${VIM_SUBDIR}/syntax/ninja.vim
share/vim/${VIM_SUBDIR}/syntax/nosyntax.vim
share/vim/${VIM_SUBDIR}/syntax/nqc.vim
@@ -1257,6 +1276,7 @@ share/vim/${VIM_SUBDIR}/syntax/rnc.vim
share/vim/${VIM_SUBDIR}/syntax/rng.vim
share/vim/${VIM_SUBDIR}/syntax/rnoweb.vim
share/vim/${VIM_SUBDIR}/syntax/robots.vim
+share/vim/${VIM_SUBDIR}/syntax/routeros.vim
share/vim/${VIM_SUBDIR}/syntax/rpcgen.vim
share/vim/${VIM_SUBDIR}/syntax/rpl.vim
share/vim/${VIM_SUBDIR}/syntax/rrst.vim
@@ -1270,6 +1290,7 @@ share/vim/${VIM_SUBDIR}/syntax/sass.vim
share/vim/${VIM_SUBDIR}/syntax/sather.vim
share/vim/${VIM_SUBDIR}/syntax/sbt.vim
share/vim/${VIM_SUBDIR}/syntax/scala.vim
+share/vim/${VIM_SUBDIR}/syntax/scdoc.vim
share/vim/${VIM_SUBDIR}/syntax/scheme.vim
share/vim/${VIM_SUBDIR}/syntax/scilab.vim
share/vim/${VIM_SUBDIR}/syntax/screen.vim
@@ -1329,6 +1350,7 @@ share/vim/${VIM_SUBDIR}/syntax/sqlj.vim
share/vim/${VIM_SUBDIR}/syntax/sqloracle.vim
share/vim/${VIM_SUBDIR}/syntax/sqr.vim
share/vim/${VIM_SUBDIR}/syntax/squid.vim
+share/vim/${VIM_SUBDIR}/syntax/squirrel.vim
share/vim/${VIM_SUBDIR}/syntax/srec.vim
share/vim/${VIM_SUBDIR}/syntax/sshconfig.vim
share/vim/${VIM_SUBDIR}/syntax/sshdconfig.vim
@@ -1336,6 +1358,7 @@ share/vim/${VIM_SUBDIR}/syntax/st.vim
share/vim/${VIM_SUBDIR}/syntax/stata.vim
share/vim/${VIM_SUBDIR}/syntax/stp.vim
share/vim/${VIM_SUBDIR}/syntax/strace.vim
+share/vim/${VIM_SUBDIR}/syntax/structurizr.vim
share/vim/${VIM_SUBDIR}/syntax/sudoers.vim
share/vim/${VIM_SUBDIR}/syntax/svg.vim
share/vim/${VIM_SUBDIR}/syntax/svn.vim
@@ -1370,6 +1393,7 @@ share/vim/${VIM_SUBDIR}/syntax/tidy.vim
share/vim/${VIM_SUBDIR}/syntax/tilde.vim
share/vim/${VIM_SUBDIR}/syntax/tli.vim
share/vim/${VIM_SUBDIR}/syntax/tmux.vim
+share/vim/${VIM_SUBDIR}/syntax/toml.vim
share/vim/${VIM_SUBDIR}/syntax/tpp.vim
share/vim/${VIM_SUBDIR}/syntax/trasys.vim
share/vim/${VIM_SUBDIR}/syntax/treetop.vim
diff --git a/editors/vim-share/distinfo b/editors/vim-share/distinfo
index 23004967c7c..e91e1bfc465 100644
--- a/editors/vim-share/distinfo
+++ b/editors/vim-share/distinfo
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.195 2021/12/01 21:36:59 wiz Exp $
+$NetBSD: distinfo,v 1.196 2022/01/10 20:53:32 morr Exp $
-BLAKE2s (vim-8.2.3172.tar.gz) = dd63b697b0feafefbd4f7cea0292fe68dcd207f46210e931d3dd463fe73517f3
-SHA512 (vim-8.2.3172.tar.gz) = 3ebcd2a65e8f4a05f074d1612d4a50c90e90cd393eccd3a647dbb83d2c87a9e15b7d98dd387961c4dc7f0a2cde941b7ee63ef5f87ecb2d4086bf4a0dd1eed701
-Size (vim-8.2.3172.tar.gz) = 15628376 bytes
+BLAKE2s (vim-8.2.3899.tar.gz) = 2156f0a7af5a60957872aebaa609294fd75fe13b318ba30c7354f95ca357e831
+SHA512 (vim-8.2.3899.tar.gz) = c4589e23dc38338905fefab79bdcb68f62a5b08859d84379e93274a143cf27544c06c9db43c6408bebaa20da11b52d4b4001420a1e0dbefc571707b519af7147
+Size (vim-8.2.3899.tar.gz) = 15855910 bytes
SHA1 (patch-Makefile) = 342af6768ec3f5d86448a370538a3ad75e2259ee
SHA1 (patch-auto_configure) = 6517ff23cb337f2fb3874f818d5a50861942aca9
SHA1 (patch-configure) = 4514af45a71309dabfecb8aae019fdc2e36e45b6
diff --git a/editors/vim-share/version.mk b/editors/vim-share/version.mk
index ec072c4b182..4939f56b563 100644
--- a/editors/vim-share/version.mk
+++ b/editors/vim-share/version.mk
@@ -1,7 +1,7 @@
-# $NetBSD: version.mk,v 1.134 2021/07/17 17:49:21 morr Exp $
+# $NetBSD: version.mk,v 1.135 2022/01/10 20:53:32 morr Exp $
VIM_VERSION= 8.2
-VIM_PATCHLEVEL= 3172
+VIM_PATCHLEVEL= 3899
# Changelog: see http://ftp.vim.org/pub/vim/patches/8.2/
VIM_SUBDIR= vim82