summaryrefslogtreecommitdiff
path: root/editors/vim-share/patches
AgeCommit message (Collapse)AuthorFilesLines
2022-04-09Update to 8.2.4721morr1-36/+1
Changes: 8.2.4215 illegal memory access when copying lines in Visual mode 8.2.4216 Vim9: cannot use a function from an autoload import directly 8.2.4217 illegal memory access when undo makes Visual area invalid 8.2.4218 illegal memory access with bracketed paste in Ex mode 8.2.4219 reading before the start of the line 8.2.4220 MS-Windows: some old compiler support remains 8.2.4221 some functions in normal.c are very long 8.2.4222 MS-Windows: clumsy way to suppress progress on CI 8.2.4223 long/int compiler warnings; function arguments swapped 8.2.4224 Vim9: no error when using a number for map() second argument 8.2.4225 Vim9: depth argument of :lockvar not parsed in :def function 8.2.4226 filter-map test fails 8.2.4227 Vim9: using "lockvar!" in :def function does not work 8.2.4228 no tests for clicking in the GUI tabline 8.2.4229 possible crash when invoking timer callback fails 8.2.4230 MS-Windows: set_guifontwide() is included but won't work 8.2.4231 Vim9: map() gives type error when type was not declared 8.2.4232 some compilers don't like a goto label without statement 8.2.4233 crash when recording and using Select mode 8.2.4234 test_garbagecollect_now() does not check v:testing 8.2.4235 invalid check for NULL pointer 8.2.4236 accessing freed memory 8.2.4237 record buffer wrong if character in Select mode was not typed 8.2.4238 *.tf file could be fileytpe "tf" or "terraform" 8.2.4239 build fails with unusual configuration 8.2.4240 error for using flatten() in Vim9 script is unclear 8.2.4241 some type casts are redundant 8.2.4242 put in Visual mode cannot be repeated 8.2.4243 Lua tests fail with Lua 5.4.4 8.2.4244 MS-Windows: warning from MSVC on debug build 8.2.4245 ":retab 0" may cause illegal memory access 8.2.4246 one error message not in errors.h 8.2.4247 stack corruption when looking for spell suggestions 8.2.4248 no proper test for moving the window separator 8.2.4249 the timeout limit for spell suggestions is always 5000 8.2.4250 channel out callback test is flaky on Mac 8.2.4251 vala files are not recognized 8.2.4252 generating the normal command table at runtime is inefficient 8.2.4253 using freed memory when substitute with function call 8.2.4254 using short instead of int 8.2.4255 theoretical computation overflow 8.2.4256 MS-Windows: compiler warnings when compiled with /W4 8.2.4257 Vim9: finding global function without g: prefix inconsistent 8.2.4258 Coverity warns for array overrun 8.2.4259 number of test functions for GUI events is growing 8.2.4260 Vim9: can still use a global function without g: 8.2.4261 accessing invalid memory in a regular expression 8.2.4262 some search tests fail 8.2.4263 no test for the GUI find/replace dialog 8.2.4264 Vim9: can use old style autoload function name 8.2.4265 autoload tests fails 8.2.4266 compiler warning for uninitialized variable 8.2.4267 unused entry in keymap enum 8.2.4268 CI log output is long 8.2.4269 Coverity warns for using a NULL pointer 8.2.4270 generating nv_cmdidxs.h requires building Vim twice 8.2.4271 MS-Windows: cannot build with Ruby 3.1.0 8.2.4272 Vim9 expr test fails without the channel feature 8.2.4273 the EBCDIC support is outdated 8.2.4274 Basic and form filetype detection is incomplete 8.2.4275 cannot use an autoload function from a package under start 8.2.4276 separate test function for the GUI scrollbar 8.2.4277 Vim9: an import does not shadow a command modifier 8.2.4278 build with Athena GUI fails 8.2.4279 Vim9: cannot change item type with map() after range() 8.2.4280 list-dict test crashes 8.2.4281 using freed memory with :lopen and :bwipe 8.2.4282 restricted mode requires the -Z command line option 8.2.4283 using a variable for the return value is not needed 8.2.4284 old mac resources files are no longer used 8.2.4285 Vim9: type of item in for loop not checked properly 8.2.4286 Vim9: strict type checking after copy() and deepcopy() 8.2.4287 cannot assign empty list with type to variable with list type 8.2.4288 preprocessor indents are inconsistent 8.2.4289 warnings reported by MSVC 8.2.4290 MS-Windows: using type casts for timer IDs 8.2.4291 error number used twice 8.2.4292 test fails 8.2.4293 Vim9: when copying a list it gets type list<any> 8.2.4294 MS-Windows: #ifdefs for Cygwin are too complicated 8.2.4295 Vim9: concatenating two lists may result in wrong type 8.2.4296 Vim9: not all code covered by tests 8.2.4297 Vim9: not all code covered by tests 8.2.4298 divide by zero with huge tabstop value 8.2.4299 SafeState autocommand interferes with debugging 8.2.4300 cannot build tiny version 8.2.4301 Vim9: type error for copy of dict 8.2.4302 Vim9: return type of getline() is too strict 8.2.4303 a few messages should not be translated 8.2.4304 Vim9: slice() makes a copy but doesn't change the type 8.2.4305 tex filetype detection fails 8.2.4306 no test for fixed perl filetype check 8.2.4307 a few more messages should not be translated 8.2.4308 Vim9: cannot list autoload function 8.2.4309 Vim9: crash when using a partial in the wrong context 8.2.4310 Vim9: constant list and dict get a declaration type 8.2.4311 Vim9: changing script variable type not caught compile time 8.2.4312 no error for using :vim9script in a :def function 8.2.4313 Vim9: cannot change type of list after making a slice 8.2.4314 test fails where lines are skipped 8.2.4315 put in Visual mode not fully tested 8.2.4316 __CYGWIN32__ is not defined on 64 bit systems 8.2.4317 MS-Windows: Vim exits when Python 3 initialisation fails 8.2.4318 various comment and indent mistakes, returning wrong zero 8.2.4319 :put does not work properly in compiled function 8.2.4320 Athena and Motif: when maximized scrollbar position is wrong 8.2.4321 Vim9: crash when using a funcref to a closure 8.2.4322 Vim9: crash when using funcref with closure 8.2.4323 Vim9: nested function name can start with "_" 8.2.4324 Vim9: script-local function name can start with "_" 8.2.4325 'wildmenu' only shows few matches 8.2.4326 "o" and "O" copying comment not sufficiently tested 8.2.4327 may end up with no current buffer 8.2.4328 command line complete matches cleard when typing character 8.2.4329 no support for end line number and column in 'errorformat' 8.2.4330 Vim9: no error if script imports itself 8.2.4331 Vim9: no test for existing script variable in block 8.2.4332 Vim9: incomplete test for existing script variable in block 8.2.4333 cstack not always passed to where it is needed 8.2.4334 command line popup menu not positioned correctly 8.2.4335 no autocommand event triggered before changing directory 8.2.4336 using :filter for :scriptnames does not work 8.2.4337 part of condition is always true 8.2.4338 an error from an expression mapping messes up the display 8.2.4339 CTRL-A does not work properly with the cmdline popup menu 8.2.4340 Amiga: mch_can_exe() is not implemented 8.2.4341 command line not redrawn when finishing popup menu 8.2.4342 CI will soon switch to other windows version 8.2.4343 when reloading not all properties are detected 8.2.4344 Amiga: header file included twice 8.2.4345 <amatch> is expanded like a file name for DirChangedPre 8.2.4346 a custom statusline may cause Esc to work like Enter 8.2.4347 in some build setups UNUSED is not defined 8.2.4348 "legacy exe cmd" does not do what one would expect 8.2.4349 FileChangedShell test fails on MS-Windows 8.2.4350 FEAT_GUI_ENABLED defined but never used 8.2.4351 no coverage is measured on MS-Windows CI 8.2.4352 ReScript files are not recognized 8.2.4353 CI does not use the latest Lua and Python 8.2.4354 dynamic loading of libsodium not handled properly 8.2.4355 unnecessary call to check_colorcolumn() 8.2.4356 command line completion functions are very long 8.2.4357 sticky command modifiers are too sticky 8.2.4358 Vim9: line number of exception is not set 8.2.4359 crash when repeatedly using :retab 8.2.4360 Vim9: allowing use of "s:" leads to inconsistencies 8.2.4361 Vim9: some tests fail 8.2.4362 :retab may allocate too much memory 8.2.4363 MS-Windows: running out of memory for a very long line 8.2.4364 MS-Windows: still running out of memory for a very long line 8.2.4365 sticky command modifiers are too sticky 8.2.4366 not enough tests for command line completion 8.2.4367 calling in_vim9script() multiple times 8.2.4368 Amiga: a few compiler warnings 8.2.4369 redundant #ifdef argument 8.2.4370 MS-Windows: libsodium.dll not included with the installer 8.2.4371 Vim9: can create a script variable from a legacy function 8.2.4372 filetype detection from file contents is in legacy script 8.2.4373 expression test fails 8.2.4374 unreachable code 8.2.4375 ctx_imports is not used 8.2.4376 not enough tests for command line completion 8.2.4377 CI steps for Windows are a bit unorganized 8.2.4378 incsearch HL broken when calling searchcount in 'tabLine' 8.2.4379 an empty change is reported to a listener 8.2.4380 small differences between Chinese translation files 8.2.4381 translation file listed twice 8.2.4382 a custom 'tabline' may cause Esc to work like Enter 8.2.4383 Vim9: unused code lines 8.2.4384 Vim9: error message not tested, some code not tested 8.2.4385 cannot build tiny version 8.2.4386 still cannot build tiny version 8.2.4387 command line completion doesn't always work properly 8.2.4388 dead code in op_insert() 8.2.4389 screenpos() does not handle a position in a closed fold 8.2.4390 Vim9: list from declaration with inferred type not set 8.2.4391 command line executed when typing Esc in the GUI 8.2.4392 MS-Windows with VIMDLL: Escaping CSI is wrong 8.2.4393 possible number overflow with nested folds 8.2.4394 UTF8 select mode test fails on MS-Windows 8.2.4395 some code lines not covered by tests 8.2.4396 Python3 test fails 8.2.4397 crash when using many composing characters in error message 8.2.4398 some command completion functions are too long 8.2.4399 crash after ml_get error 8.2.4400 MS-Windows: cannot use the mouse in the console with VIMDLL 8.2.4401 map listing does not clear the rest of the command line 8.2.4402 missing parenthesis may cause unexpected problems 8.2.4403 ml_get error with nested folds and deleting lines 8.2.4404 Vim9: some code not covered by tests 8.2.4405 compiler warning for unused variable without +folding 8.2.4406 expand functions use confusing argument names 8.2.4407 Vim9: some code not covered by tests 8.2.4408 Vim9: some code not covered by tests 8.2.4409 Vim9: some code not covered by tests 8.2.4410 Vim9: some code not covered by tests 8.2.4411 bicep files are not recognized 8.2.4412 translation cleanup script does not remove empty lines at end 8.2.4413 Vim9: Coverity warns for using NULL pointer 8.2.4414 solidity files are not recognized 8.2.4415 function argument name conflicts with C++ keyword 8.2.4416 Vim9: using a script-local function requires using "s:" 8.2.4417 using NULL pointer 8.2.4418 crash when using special multi-byte character 8.2.4419 illegal memory access when using 20 highlights 8.2.4420 menu translations are inconsistent 8.2.4421 some installed files and directories have wrong permissions 8.2.4422 autochdir test fails on MS-Windows 8.2.4423 "make nvcmdidxs" fails 8.2.4424 ".gts" and ".gjs" files are not recognized 8.2.4425 map() function does not check function arguments 8.2.4426 map() function on string and blob does not check types 8.2.4427 getchar() may return modifiers if no character is available 8.2.4428 crash when switching tabpage while in the cmdline window 8.2.4429 using script-local function from the wrong script 8.2.4430 GTK: crash when using 'guiligatures' and reading from stdin 8.2.4431 unnecessary condition when assigning to a variable 8.2.4432 cannot use settabvar() while the cmdline window is open 8.2.4433 CI: cannot see interface versions for MS-Windows 8.2.4434 duplicate check for cmdline window 8.2.4435 dead code in checking map() arguments 8.2.4436 crash with weird 'vartabstop' value 8.2.4437 vartabs test fails on MS-Windows 8.2.4438 crash on exit when using cmdline window 8.2.4439 accepting "iso8859" 'encoding' as "iso-8859-" 8.2.4440 crash with specific regexp pattern and string 8.2.4441 Vim9: function argument of filter() not checked like map() 8.2.4442 test for error reading input fails on MS-Windows 8.2.4443 regexp pattern test fails on Mac 8.2.4444 beep caused by test 8.2.4445 exit test fails on MS-Windows anyway 8.2.4446 Vim9: cannot refer to a global function like a local one 8.2.4447 Vim9: can still use s:var in a compiled function 8.2.4448 filetype detection is failing 8.2.4449 Vim9: function argument of sort() not checked at compile time 8.2.4450 list sort test fails 8.2.4451 sort() fails when ignoring case 8.2.4452 test for what 8.2.4436 fixes does not check for regression 8.2.4453 :helpgrep may free an option that was not allocated 8.2.4454 resetting cmdwin_type only for one situation 8.2.4455 accepting one and zero for second sort() argument is strange 8.2.4456 terminal test may fail on some machines 8.2.4457 the GPM library can only be linked statically 8.2.4458 Vim9: compiling filter() call fails with unknown arguments 8.2.4459 Vim9: compiling sort() call fails with unknown arguments 8.2.4460 Vim9: wrong error for defining dict function 8.2.4461 MS-Windows: garbage characters on stdout with VIMDLL 8.2.4462 not enough testing for quickfix code 8.2.4463 completion only uses strict matching 8.2.4464 Dtrace files are recognized as filetype D 8.2.4465 fuzzy completion does not order matches properly 8.2.4466 MS-Windows: illegal memory access in installer 8.2.4467 running filetype test leaves file behind 8.2.4468 Coverity warns for uninitialized struct member 8.2.4469 Coverity warns for uninitialized variable 8.2.4470 Coverity warns for uninitialized variable 8.2.4471 Coverity warns for uninitialized variable 8.2.4472 Coverity warns for use of a freed function name 8.2.4473 Coverity warnds for not checking return value of ftell() 8.2.4474 memory allocation failures not tested in quickfix code 8.2.4475 fuzzy cmdline completion does not work for lower case 8.2.4476 operator name spelled wrong 8.2.4477 crash when using fuzzy completion 8.2.4478 crash when using fuzzy completion 8.2.4479 no fuzzy completieon for maps and abbreviations 8.2.4480 suspending with CTRL-Z does not work on Android 8.2.4481 cmdline popup menu not removed when 'lazyredraw' is set 8.2.4482 no fuzzy cmdline completion for user defined completion 8.2.4483 command completion makes two rounds to collect matches 8.2.4484 Vim9: some error messages are not tested 8.2.4485 compiler warning for uninitialized variable 8.2.4486 MS-Windows GUI: slow scrolling with maximized window 8.2.4487 Vim9: cannot compare with v:null 8.2.4488 build error with +eval but without +channel or +job 8.2.4489 failing test for comparing v:null with number 8.2.4490 terminal focus reporting only works for xterm-like terminals 8.2.4491 MS-Windows makefile dependencies are outdated 8.2.4492 no error if an option is given a value with ":let &opt = val" 8.2.4493 options test fails in the GUI 8.2.4494 the find_tags() function is much too long 8.2.4495 help test fails in 24 line terminal 8.2.4496 Coverity gives warnings after tags code refactoring 8.2.4497 wrong color for half of wide character next to pum scrollbar 8.2.4498 using <Plug> with "noremap" does not work 8.2.4499 Vim9: at the script level declarations leak to next block 8.2.4500 Vim9: can declare a global variable on the command line 8.2.4501 with 'showbreak' set cursor displayed in wrong position 8.2.4502 in the GUI a modifier is not recognized after CTRL-X 8.2.4503 Vim9: there is no point in supporting :Print and :mode 8.2.4504 when there is a partially matching map full map may not work 8.2.4505 Vim9: outdated "autocmd nested" still works 8.2.4506 "pattern not found" for :global is not an error message 8.2.4507 test fails because of new error message 8.2.4508 Vim9: cannot assign to a global variable on the command line 8.2.4509 Vim9: can declare a variable with ":va" 8.2.4510 Vim9: shortening commands leads to confusing script 8.2.4511 filetype test fails 8.2.4512 the find_tags_in_file() function is much too long 8.2.4513 window-local directory is not applied if 'acd' fails 8.2.4514 Vim9: some flow commands can be shortened 8.2.4515 old subsitute syntax is still supported 8.2.4516 build failure without the +eval feature 8.2.4517 MS-Windows: cannot specify location of sodium library 8.2.4518 the binary tag search feature is always enabled 8.2.4519 Vim9: Can still use ":fini" and ":finis" for ":finish" 8.2.4520 using wrong highlight for cursor line number 8.2.4521 build failure without the +diff feature 8.2.4522 GUI test fails with Motif 8.2.4523 when gvim is started maximized the 'window' option isn't set 8.2.4524 MS-Windows: cannot build with some sodium libraries 8.2.4525 some GUI tests don't work on Athena 8.2.4526 Vim9: cannot set variables to a null value 8.2.4527 the Athena GUI is old and does not work well 8.2.4528 crash when using null_function for a partial 8.2.4529 Vim9: comparing partial with function fails 8.2.4530 making comparison with null work changes legacy behavior 8.2.4531 LGTM warnings for condition and buffer size 8.2.4532 suspending with CTRL-Z does not work on OpenBSD 8.2.4533 Vim9: no test that after assigning null type is still checked 8.2.4534 Vim9: "is" operator with empty string and null returns true 8.2.4535 filename modifer ":8" removes the filename 8.2.4536 debugger test fails when breaking on expression 8.2.4537 output from linter and language server shows up in git 8.2.4538 the find_tags_in_file() function is too long 8.2.4539 when comparing special v:none and v:null are handled the same 8.2.4540 line number for error is off by one 8.2.4541 Crash in debugger when a variable is not available 8.2.4542 Vim9: "break" inside try/catch not handled correctly 8.2.4543 Coverity warning for refactored tag search code 8.2.4544 Coverity warnings for not using returned value 8.2.4545 MS-Windows: the installed icon is low resolution 8.2.4546 duplicate #undef 8.2.4547 the neXTaw GUI is old and does not work well 8.2.4548 script-local function is deleted when used in a funcref 8.2.4549 cannot build with Motif and editres 8.2.4550 Motif: cannot set the color of the scrollbar thumb 8.2.4551 when mapping <Esc> terminal codes are not recognized 8.2.4552 in a :def function "put = expr" does not work 8.2.4553 linear tag search is a bit slow 8.2.4554 Vim9: using null values not sufficiently tested 8.2.4555 getmousepos() returns the wrong column 8.2.4556 test fails without the +job or +channel feature 8.2.4557 confusing comment about 'cursorlineopt' 8.2.4558 Motif: using default colors does not work as expected 8.2.4559 getmousepos() returns the screen column 8.2.4560 suspending with CTRL-Z does not work on DragonFlyBSD 8.2.4561 build failure with some combination of features 8.2.4562 linear tag search is not optimal 8.2.4563 "z=" in Visual mode may go beyond the end of the line 8.2.4564 running test leaves file behind 8.2.4565 no command line completion for :breakadd and :breakdel 8.2.4566 check for existing buffer in session file may not work 8.2.4567 bracketed paste doesn't work well in Visual linewise mode 8.2.4568 getmousepos() does not compute the column below the last line 8.2.4569 Coverity warning for not using a return value 8.2.4570 no command line completion for :profile and :profdel 8.2.4571 not all gdb files are recognized 8.2.4572 Vim9: return type "any" is changed to first returned type 8.2.4573 a nested function is compiled for debugging without context 8.2.4574 Vim9: test for profiling fails 8.2.4575 Vim9: test for profiling still fails 8.2.4576 Vim9: error for comparing with null can be annoying 8.2.4577 message test is flaky 8.2.4578 no warning when autoload script for completion has an error 8.2.4579 cannot use page-up and page-down in the cmdline popup menu 8.2.4580 Vim9: incorrect error for shadowing variable 8.2.4581 null types not fully tested 8.2.4582 useless code handling a type declaration 8.2.4583 screendump test fails 8.2.4584 error for using autoload function in custom completion 8.2.4585 cannot use keypad page-up/down for completion menu 8.2.4586 Vim9: no error for using lower case name for "func" argument 8.2.4587 Vim9: double free after unpacking a list 8.2.4588 mapping with key after other matching mapping does not work 8.2.4589 cannot index the g: dictionary 8.2.4590 Vim9: range type check has wrong offset 8.2.4591 cursor line not updated when a callback moves the cursor 8.2.4592 search continues after giving E1204 8.2.4593 unnecessary call to redraw_later() 8.2.4594 need to write script to a file to be able to source them 8.2.4595 X11: using --remote-wait may keep the CPU busy 8.2.4596 installing tutor binary may fail 8.2.4597 LuaV_debug() not covered by tests 8.2.4598 profile completion test sometimes fails 8.2.4599 GTK: get assertion errors when scrolling a split window 8.2.4600 Vim9: not enough test coverage for executing :def function 8.2.4601 Vim9: not enough test coverage for executing :def function 8.2.4602 Vim9: not enough test coverage for executing :def function 8.2.4603 sourcing buffer lines is too complicated 8.2.4604 error for redefining a script item may be confusing 8.2.4605 error for arguments when +clientserver feature not included 8.2.4606 test fails because of changed error message 8.2.4607 sourcing buffer lines may lead to errors for conflicts 8.2.4608 getcompletion() does not work when 'wildoptions' has "fuzzy" 8.2.4609 :unhide does not check for failing to close a window 8.2.4610 some conditions are always true 8.2.4611 typos in tests; one lua line not covered by test 8.2.4612 Vim9: cannot use a recursive call in a nested function 8.2.4613 return type of swapfile_unchanged() is wrong 8.2.4614 redrawing too much when 'cursorline' is set 8.2.4615 mapping with escaped bar does not work in :def function 8.2.4616 Vim9: Declarations in a {} block of a user command remain 8.2.4617 no completion for :scriptnames 8.2.4618 cmdline completion does not recognize single letter commands 8.2.4619 mapping is cancelled when mouse moves and popup is visible 8.2.4620 two letter substitute commands don't work 8.2.4621 crash when using the tabline right-click menu 8.2.4622 Vim9: crash with :execute and :finish 8.2.4623 Coverity warns for using uninitialized field 8.2.4624 old Coverity warning for resource leak 8.2.4625 old Coverity warning for resource leak 8.2.4626 Visual area not updated when removing sign in Visual mode 8.2.4627 flatten() does not use maxdepth correctly 8.2.4628 not enough testing for 2/3 letter substitute commands 8.2.4629 flattennew() makes a deep copy unnecessarily 8.2.4630 'cursorline' not always updated with 'culopt' is "screenline" 8.2.4631 crash when switching window in BufWipeout autocommand 8.2.4632 using freed memory in flatten() 8.2.4633 Visual range does not work before command modifiers 8.2.4634 Vim9: cannot initialize a variable to null_list 8.2.4635 tests using null list or dict fail 8.2.4636 not using Visual range 8.2.4637 warning for using uninitialized variable 8.2.4638 superfluous check if a redraw is needed for 'cursorline' 8.2.4639 not sufficient parenthesis in preprocessor macros 8.2.4640 some boolean options use "long" instead of "int" 8.2.4641 may mark the wrong window for redrawing 8.2.4642 Vim9: in :def function script var cannot be null 8.2.4643 Vim9: variable may be locked unintentionally 8.2.4644 redrawing too often when 'relativenumber' is set 8.2.4645 'shortmess' changed when session does not store options 8.2.4646 using buffer line after it has been freed 8.2.4647 "source" can read past end of copied line 8.2.4648 handling LSP messages is a bit slow 8.2.4649 various formatting problems 8.2.4650 "import autoload" only works with using 'runtimepath' 8.2.4651 test fails because path differs 8.2.4652 leaking memory if assignment fails 8.2.4653 "import autoload" does not check the file name 8.2.4654 missing changes for import check 8.2.4655 cmdline completion popup menu positioned wrong 8.2.4656 Vim9: can't use item from "import autoload" with autoload dir 8.2.4657 errors for functions are sometimes hard to read 8.2.4658 org-mode files are not recognized 8.2.4659 invalid memory access when using printable function name 8.2.4660 cursorcolumn is sometimes not correct 8.2.4661 Coverity warning for using uninitialized variable 8.2.4662 no error for using out of range list index 8.2.4663 occasional crash when running the GUI tests 8.2.4664 Elvish files are not recognized 8.2.4665 popup with "minwidth" and scrollbar not updated properly 8.2.4666 Vim9: assignment not recognized in skipped block 8.2.4667 expandcmd() fails on an error 8.2.4668 buffer allocation failures insufficiently tested 8.2.4669 in compiled code len('string') is not inlined 8.2.4670 memory allocation failures for new tab page not tested 8.2.4671 'wildignorecase' is sometimes not used for glob() 8.2.4672 using :normal with Ex mode may make :substitute hang 8.2.4673 redrawing a split window is slow when using CTRL-F and CTRL-B 8.2.4674 cannot force getting MouseMove events 8.2.4675 no error for missing expression after :elseif 8.2.4676 test fails with different error 8.2.4677 the Athena GUI support is outdated 8.2.4678 Vim9: not all code is tested 8.2.4679 cannot have expandcmd() give an error message for mistakes 8.2.4680 build failure without +postscript 8.2.4681 build fails with a combination of features 8.2.4682 Vim9: can use :unlockvar for const variable 8.2.4683 verbose check with dict_find() to see if a key is present 8.2.4684 cannot open a channel on a Unix domain socket 8.2.4685 when a swap file is found for a popup there is no dialog 8.2.4686 configure doesn't find the Motif library with Cygwin 8.2.4687 "vimgrep /\%v/ *" may cause a crash 8.2.4688 new regexp engine does not give an error for "\%v" 8.2.4689 using <Cmd> in a mapping does not work for mouse keys 8.2.4690 channel tests fail on MS-Windows 8.2.4691 solution for <Cmd> in a mapping causes trouble 8.2.4692 no test for what 8.2.4691 fixes 8.2.4693 new regexp does not accept pattern "\%>0v" 8.2.4694 avoidance of #elif causes more preproc nesting 8.2.4695 JSON encoding could be faster 8.2.4696 delete() with "rf" argument does not report a failure 8.2.4697 Vim9: crash when adding a duplicate key to a dictionary 8.2.4698 Vim9: script variable has no flag that it was set 8.2.4699 hard to reproduce hang when reading from a channel 8.2.4700 buffer remains active if WinClosed event throws an exception 8.2.4701 Kuka Robot Language files not recognized 8.2.4702 C++ scope labels are hard-coded 8.2.4703 memory leak in handling 'cinscopedecls' 8.2.4704 using "else" after return or break increases indent 8.2.4705 jump list marker disappears 8.2.4706 buffer remains active with WinClosed and tabpages 8.2.4707 redrawing could be a bit more efficient 8.2.4708 PHP test files are not recognized 8.2.4709 after :redraw the statusline highlight might be used 8.2.4710 smart indenting does not work after completion 8.2.4711 when 'insermode' is set :edit from <Cmd> mapping misbehaves 8.2.4712 only get profiling information after exiting 8.2.4713 plugins cannot track text scrolling 8.2.4714 using g:filetype_dat and g:filetype_src not tested 8.2.4715 Vagrantfile not recognized 8.2.4716 memory allocation failure not tested when defining a function 8.2.4717 for TextYankPost v:event does not contain all information 8.2.4718 @@@ in the last line sometimes drawn in the wrong place 8.2.4719 ">" marker sometimes not displayed in the jumplist 8.2.4720 ABB Rapid files are not recognized properly 8.2.4721 cooklang files are not recognized
2021-12-01vim*: do not define NO_BUILTIN_TCAPS unconditionallywiz1-10/+1
This makes vim disregard color schemes. See https://mail-index.netbsd.org/pkgsrc-bugs/2021/05/28/msg070066.html and reading the CVS logs I couldn't find the reason it was done. Fix from RVP. Bump PKGREVISION.
2020-06-21Update to version 8.2.1033.morr1-1/+7
Changes: 8.2.0684 Vim9: memory leak when using lambda 8.2.0685 Build failure 8.2.0686 formatoptions not sufficiently tested 8.2.0687 some tests do not work on FreeBSD 8.2.0688 output clobbered if setting 'verbose' to see shell commands 8.2.0689 when using getaddrinfo() the error message is unclear 8.2.0690 line number of option set by modeline is wrong 8.2.0691 startup test fails 8.2.0692 startup test fails on MS-Windows 8.2.0693 closure using argument not tested 8.2.0694 Haiku: channel and terminal do not work 8.2.0695 Vim9: cannot define a function inside a function 8.2.0696 Vim9: nested function does not work properly 8.2.0697 Vim9: memory leak when using nested function 8.2.0698 insert mode completion not fully tested 8.2.0699 Vim9: not all errors tested 8.2.0700 Vim9: converting error message to exception not tested 8.2.0701 Vim9 test fails without job feature 8.2.0702 running channel tests may leave running process behind 8.2.0703 Vim9: closure cannot store value in outer context 8.2.0704 Vim9: memory leak in disassemble test 8.2.0705 indent tests don't run on CI for FreeBSD 8.2.0706 Vim9: using assert_fails() causes function to finish 8.2.0707 Vim9 function test fails 8.2.0708 Vim9: constant expressions are not simplified 8.2.0709 MS-Windows: compiler warning for int vs size_t 8.2.0710 Netbeans test sometimes fails 8.2.0711 temp directory might be cleared 8.2.0712 various code not fully tested 8.2.0713 the pam_environment file is not recognized 8.2.0714 Vim9: handling constant expression does not scale 8.2.0715 Vim9: leaking memory 8.2.0716 Vim9: another memory leak 8.2.0717 Vim9: postponed constant expressions does not scale 8.2.0718 gcc warning for returning pointer to local variable 8.2.0719 Vim9: more expressions can be evaluated at compile time 8.2.0720 occasional exit when encountering an X error 8.2.0721 Vim9: leaking memory when skipping 8.2.0722 Vim9: not handling constant expression for elseif 8.2.0723 Vim9: nested constant expression not evaluated compile time 8.2.0724 Vim9: appending to buffer/window/tab variable not tested 8.2.0725 Vim9: cannot call a function declared later in Vim9 script 8.2.0726 Vim9: leaking memory when calling not compiled :def function 8.2.0727 MS-Windows: new gcc compiler does not support scanf format 8.2.0728 messages about a deadly signal are not left aligned 8.2.0729 Vim9: When reloading a script variables are not cleared 8.2.0730 Vim9: Assignment to dict member does not work 8.2.0731 Vim9: parsing declarations continues after :finish 8.2.0732 Vim9: storing value in dict messes up stack 8.2.0733 Vim9: assigning to dict or list argument does not work 8.2.0734 Vim9: leaking memory when using :finish 8.2.0735 Vim9: using unitialized memory 8.2.0736 some files not recognized as pamenv 8.2.0737 when shell doesn't support CTRL-Z Vim still handles it 8.2.0738 mouse handling in a terminal window not well tested 8.2.0739 incomplete profiling when exiting because of a deadly signal 8.2.0740 minor message mistakes 8.2.0741 Python tests fail because of changed message 8.2.0742 handling of a TERM signal not tested 8.2.0743 can move to another buffer from a terminal in popup window 8.2.0744 the name vim is not capitalized in a message 8.2.0745 crash on exit when not all popups are closed 8.2.0746 popup_clear() hangs when a popup can't be closed 8.2.0747 cannot forcefully close all popups 8.2.0748 cannot get a list of all popups 8.2.0749 TERM signal test fails on FreeBSD 8.2.0750 netbeans test is a bit flaky 8.2.0751 Vim9: performance can be improved 8.2.0752 terminal in popup window test is a bit flaky 8.2.0753 Vim9: expressions are evaluated in the discovery phase 8.2.0754 Vim9: No test for forward declaration 8.2.0755 Vim9: No error when variable initializer is not a constant 8.2.0756 MS-Windows: still a compiler warning 8.2.0757 Vim9: no test for MEMBER instruction 8.2.0758 Vim9: no test for STORELIST and STOREDICT 8.2.0759 Vim9: missing changes for performance improvements 8.2.0760 Vim9: dict member errors not tested 8.2.0761 Vim9: instructions not tested 8.2.0762 buffer is not considered modified after setting crypt key 8.2.0763 GUI test fails without the terminal feature 8.2.0764 Vim9: assigning to option not fully tested 8.2.0765 In the GUI can't use all the modifiers. 8.2.0766 display error when using 'number' and 'breakindent' 8.2.0767 modifyOtherKeys active when using a shell command in autocmd 8.2.0768 Vim9: memory leak in script test 8.2.0769 VimLeavePre not triggered when Vim is terminated 8.2.0770 cannot map CTRL-B when using the GUI 8.2.0771 Vim9: cannot call a compiled closure from not compiled code 8.2.0772 Vim9: some variable initializations not tested 8.2.0773 switching to raw mode every time ":" is used 8.2.0774 t_TI and t_TE are output when using 'visualbell' 8.2.0775 not easy to call a Vim function from Lua 8.2.0776 libvterm code lags behind the upstream version 8.2.0777 terminal test fails 8.2.0778 libvterm code lags behind the upstream version 8.2.0779 tmode_T not used everywhere 8.2.0780 libvterm code lags behind the upstream version 8.2.0781 compiler warning for not using value in Lua 8.2.0782 cannot build with Lua on MS-Windows 8.2.0783 libvterm code lags behind the upstream version 8.2.0784 libvterm code lags behind the upstream version 8.2.0785 libvterm code lags behind the upstream version 8.2.0786 channel test is flaky on FreeBSD 8.2.0787 libvterm code lags behind the upstream version 8.2.0788 memory leak in libvterm 8.2.0789 Vim9: expression testing lost coverage using constants 8.2.0790 Vim9: list index not well tested 8.2.0791 a second popup window with terminal causes trouble 8.2.0792 build failure with small features 8.2.0793 MS-Windows: cannot build GUI with small features 8.2.0794 libvterm code lags behind the upstream version 8.2.0795 libvterm code lags behind the upstream version 8.2.0796 MS-Windows: compiler can't handle C99 construct in libvterm 8.2.0797 MS-Windows: compiler still can't handle C99 construct 8.2.0798 libvterm code lags behind the upstream version 8.2.0799 build fails if snprintf is not available 8.2.0800 errors from failing test are unclear 8.2.0801 terminal test fails on Mac 8.2.0802 libvterm code lags behind the upstream version 8.2.0803 libvterm code lags behind the upstream version 8.2.0804 libvterm code lags behind the upstream version 8.2.0805 terminal key codes test fails on some systems 8.2.0806 using "func!" after vim9script gives confusing error 8.2.0807 cannot easily restore a mapping 8.2.0808 not enough testing for the terminal window 8.2.0809 build failure with small features 8.2.0810 error when appending "tagfile" to 'wildoptions' 8.2.0811 terminal keycode test is flaky 8.2.0812 mapset() does not properly handle <> notation 8.2.0813 libvterm code is slightly different from upstream 8.2.0814 clang warning for implicit conversion 8.2.0815 maparg() does not provide enough information for mapset() 8.2.0816 terminal test fails when compiled with Athena 8.2.0817 not enough memory allocated when converting string 8.2.0818 Vim9: using a discovery phase doesn't work well 8.2.0819 compiler warning for unused variable 8.2.0820 Vim9: function type isn't set until compiled 8.2.0821 Vim9: memory leak in expr test 8.2.0822 Vim9: code left over from discovery phase 8.2.0823 Vim9: script reload test is disabled 8.2.0824 still not enough memory allocated when converting string 8.2.0825 def_function() may return pointer that was freed 8.2.0826 Vim9: crash in :defcompile 8.2.0827 Vim9: crash in :defcompile 8.2.0828 Travis: regexp patttern doesn't work everywhere 8.2.0829 filter() may give misleading error message 8.2.0830 Motif: can't map "!" 8.2.0831 compiler warnings for integer sizes 8.2.0832 compiler warning for uninitialized variable 8.2.0833 mapping <C-bslash> doesn't work in the GUI 8.2.0834 :drop command in terminal popup causes problems 8.2.0835 Motif: mapping <C-bslash> still doesn't work 8.2.0836 not all :cdo output is visible 8.2.0837 compiler warning for value set but not used 8.2.0838 MS-Windows: compiler warning for uninitialized variables 8.2.0839 dropping modifier when putting a character back in typeahead 8.2.0840 search match count wrong when only match is in fold 8.2.0841 'verbose' value 16 causes duplicate output 8.2.0842 MS-Windows: channel tests fail 8.2.0843 filetype elm not detected 8.2.0844 text properties crossing lines not handled correctly 8.2.0845 text properties crossing lines not handled correctly 8.2.0846 build failure with small features 8.2.0847 typval related code is spread out 8.2.0848 MS-Windows: the Windows terminal code has some flaws 8.2.0849 BeOS code is not maintained and probably unused 8.2.0850 MS-Windows: exepath() works different from cmd.exe 8.2.0851 can't distinguish <M-a> from accented "a" in the GUI 8.2.0852 cannot map CTRL-S on some systems 8.2.0853 ml_delete() often called with FALSE argument 8.2.0854 xxd cannot show offset as a decimal number 8.2.0855 GUI tests fail because the test doesn't use a modifier 8.2.0856 CTRL-S stops output 8.2.0857 GTK cell height can be a pixel too much 8.2.0858 not easy to require Lua modules 8.2.0859 no Turkish translation of the manual 8.2.0860 cannot use CTRL-A and CTRL-X on unsigned numbers 8.2.0861 cannot easily get all the current marks 8.2.0862 ":term ++curwin" makes the current buffer hidden 8.2.0863 cannot set a separate color for underline/undercurl 8.2.0864 pragmas are indented all the way to the left 8.2.0865 syntax foldlevel is taken from the start of the line 8.2.0866 not enough tests for buffer writing 8.2.0867 using \{xxx} for encoding a modifier is not nice 8.2.0868 trim() always trims both ends 8.2.0869 it is not possible to customize the quickfix window contents 8.2.0870 MS-Windows: Control keys don't work in the GUI 8.2.0871 cannot use getmarklist() as a method 8.2.0872 XIM code is mixed with multi-byte code 8.2.0873 a .jl file can be sawfish (lisp) or Julia 8.2.0874 signals test is a bit flaky 8.2.0875 getting attributes for directory entries is slow 8.2.0876 :pwd does not give a hint about the scope of the directory 8.2.0877 cannot get the search statistics 8.2.0878 no reduce() function 8.2.0879 compiler warning for unused function argument 8.2.0880 leaking memory when using searchcount() 8.2.0881 compiler warning for argument type 8.2.0882 leaking memory when using reduce() 8.2.0883 memory leak in test 49 8.2.0884 searchcount() test fails on slower systems 8.2.0885 "make shadow" does not link new lua test dir 8.2.0886 cannot use octal numbers in scriptversion 4 8.2.0887 searchcount().exact_match is 1 right after a match 8.2.0888 readdirex() returns size -2 for a directory 8.2.0889 using old style comments 8.2.0890 no color in terminal window when 'termguicolor' is set 8.2.0891 clang warns for invalid conversion 8.2.0892 ubsan warns for undefined behavior 8.2.0893 assert_equalfile() does not take a third argument 8.2.0894 :mkspell can take very long if the word count is high 8.2.0895 :mkspell output does not mention the tree type 8.2.0896 crash when calling searchcount() with a string 8.2.0897 list of functions in patched version is outdated 8.2.0898 missing help for a function goes unnoticed 8.2.0899 assert_equalfile() does not give a hint about the difference 8.2.0900 function list test fails on MS-Windows 8.2.0901 formatting CJK text isn't optimal 8.2.0902 using searchcount() in 'statusline' causes an error 8.2.0903 comparing WINVER does not work correctly 8.2.0904 assuming modifyOtherKeys for rhs of mapping 8.2.0905 test coverage could be better 8.2.0906 when setting 'termguicolors' SpellBad is no longer red 8.2.0907 when using :global clipboard isn't set correctly 8.2.0908 crash when changing the function table while listing it 8.2.0909 cannot go back to the previous local directory 8.2.0910 Vim is not reproducibly buildable 8.2.0911 crash when opening a buffer for the cmdline window fails 8.2.0912 a few test cases for CJK formatting are disabled 8.2.0913 code for resetting v:register is duplicated 8.2.0914 MS-Windows: cannot specify a "modified by" text 8.2.0915 search() cannot skip over matches like searchpair() can 8.2.0916 mapping with partly modifyOtherKeys code does not work 8.2.0917 quickfix entries do not suport a "note" type 8.2.0918 duplicate code for evaluating expression argument 8.2.0919 merging modifier for modifyOtherKeys is done twice 8.2.0920 writing viminfo fails with a circular reference 8.2.0921 CTRL-W T in cmdline window causes trouble 8.2.0922 search test fails 8.2.0923 cmdline test is slow 8.2.0924 cannot save and restore a register properly 8.2.0925 getcompletion() does not return command line arguments 8.2.0926 cmdline test fails on Appveyor 8.2.0927 some sshconfig and ssdhconfig files are not recognized 8.2.0928 many type casts are used for vim_strnsave() 8.2.0929 v:register is not cleared after an operator was executed 8.2.0930 script filetype detection trips over env -S argument 8.2.0931 some remarks about BeOS remain 8.2.0932 missspelling spelllang 8.2.0933 'quickfixtextfunc' does not get window ID of location list 8.2.0934 lhelpgrep twice in help window doesn't jump to the help topic 8.2.0935 flattening a list with existing code is slow 8.2.0936 some terminals misinterpret the code for getting cursor style 8.2.0937 asan failure in the flatten() test 8.2.0938 NFA regexp uses tolower ()to compare ignore-case 8.2.0939 checking for term escape sequences is long and confusing 8.2.0940 build failure with tiny features 8.2.0941 detecting terminal properties is unstructured 8.2.0942 expanding to local dir after homedir keeps "~/" 8.2.0943 displaying ^M or ^J depends on current buffer 8.2.0944 xxd test leaves file behind 8.2.0945 cannot use "z=" when 'spell' is off 8.2.0946 cannot use "q" to cancel a number prompt 8.2.0947 readdirex() doesn't handle broken link properly 8.2.0948 spell test fails 8.2.0949 strptime() does not use DST 8.2.0950 tagjump test fails 8.2.0951 search stat test has leftover from debugging 8.2.0952 no simple way to interrupt Vim 8.2.0953 spell checking doesn't work for CamelCased words 8.2.0954 not all desktop files are recognized 8.2.0955 build fails 8.2.0956 spell test fails 8.2.0957 compiler warning for uninitialized variable 8.2.0958 not sufficient testing for buffer writing 8.2.0959 using 'quickfixtextfunc' is a bit slow 8.2.0960 cannot use :import in legacy Vim script 8.2.0961 MS-Windows: no completion for locales 8.2.0962 terminal test sometimes hangs on Travis 8.2.0963 number increment/decrement does not work with 'virtualedit' 8.2.0964 TextYankPost does not provide info about Visual selection 8.2.0965 has_funcundefined() is not used 8.2.0966 'shortmess' flag "n" not used in two places 8.2.0967 unnecessary type casts for vim_strnsave() 8.2.0968 no proper testing of the 'cpoptions' flags 8.2.0969 assert_equal() output for dicts is hard to figure out 8.2.0970 terminal properties are not available in Vim script 8.2.0971 build with tiny features fails 8.2.0972 Vim9 script variable declarations need a type 8.2.0973 Vim9: type is not checked when assigning to a script variable 8.2.0974 Vim9: memory leak when script var has wrong type 8.2.0975 Vim9: script variable does not accept optional s: prefix 8.2.0976 some 'cpoptions' not tested 8.2.0977 t_8u is made empty for the wrong terminals 8.2.0978 leaking memory in termcodes test 8.2.0979 a couple of screendump tests fail 8.2.0980 raku file extension not recognized 8.2.0981 Vim9: cannot compile "[var, var] = list" 8.2.0982 insufficient testing for reading/writing files 8.2.0983 SConstruct file type not recognized 8.2.0984 not using previous window when closing a shell popup window 8.2.0985 simplify() does not remove slashes from "///path" 8.2.0986 MS-Windows: functions test fails 8.2.0987 Vim9: cannot assign to [var; var] 8.2.0988 getting directory contents is always case sorted 8.2.0989 crash after resizing a terminal window 8.2.0990 Using duplicate error number 8.2.0991 cannot get window type for autocmd and preview window 8.2.0992 Vim9: crash when using :import in the Vim command 8.2.0993 Vim9 script test fails with normal features 8.2.0994 Vim9: missing function causes compilation error 8.2.0995 insufficient testing for the readdir() sort option 8.2.0996 using "aucmdwin" in win_gettype() is not ideal 8.2.0997 cannot execute a register containing line continuation 8.2.0998 not all tag code is tested 8.2.0999 moving to next sentence gets stuck on quote 8.2.1000 get error when leaving Ex mode with :visual 8.2.1001 Vim9: crash with nested "if" and assignment 8.2.1002 test may fail when run directly 8.2.1003 Vim9: return type of sort() is too generic 8.2.1004 line numbers below filler lines not always updated 8.2.1005 Vim9: using TRUE/FALSE/MAYBE for ctx_skip is confusing 8.2.1006 Vim9: require unnecessary return statement 8.2.1007 completion doesn't work after ":r ++arg !" 8.2.1008 Vim9: no test for disassambling newly added instructions 8.2.1009 Vim9: some failures not checked for 8.2.1010 build failure in libvterm with debug enabled 8.2.1011 Vim9: some code not tested 8.2.1012 Vim9: cannot declare single character script variables 8.2.1013 channel tests can be a bit flaky 8.2.1014 using "name" for a string result is confusing 8.2.1015 popup filter gets key with modifier prepended 8.2.1016 Vim9: test fails when channel feature is missing 8.2.1017 Appveyor output doesn't show MinGW console features 8.2.1018 typo in enum value 8.2.1019 mapping <M-S-a> does not work in the GUI 8.2.1020 popupwin test fails in the GUI 8.2.1021 Ruby interface not tested enough 8.2.1022 various parts of code not covered by tests 8.2.1023 Vim9: redefining a function uses a new index every time 8.2.1024 Vim9: no error for using "let g:var = val" 8.2.1025 tabpage menu and tabline not sufficiently tested 8.2.1026 Vim9: cannot break the line after "->" 8.2.1027 GUI: multi-byte characters do not work in a terminal 8.2.1028 Vim9: no error for declaring buffer, window, etc. variable 8.2.1029 Vim9: cannot chain function calls with -> at line start 8.2.1030 reducing size of a terminal window may cause a crash 8.2.1031 build failure with Perl5.32 8.2.1032 error message for declaring a variable cannot be translated 8.2.1033 not easy to read the test time in the test output
2020-02-23Update to version 8.2.0303.morr1-7/+7
Changes: 8.2: 8.2.0001 #endif comments do not reflect corresponding #ifdef 8.2.0002 "dj" only deletes first line of closed fold 8.2.0003 Build file dependencies are incomplete 8.2.0004 get E685 and E931 if buffer reload is interrupted 8.2.0005 duplication in version info 8.2.0006 test using long file name may fail 8.2.0007 popup menu positioned wrong with folding in two tabs 8.2.0008 test72 is old style 8.2.0009 VMS: terminal version doesn't build 8.2.0010 test64 is old style 8.2.0011 screen updating wrong when opening preview window 8.2.0012 some undo functionality is not tested 8.2.0013 not using a typedef for condstack 8.2.0014 test69 and test95 are old style 8.2.0015 not all modeline variants are tested 8.2.0016 test name used twice, option not restored properly 8.2.0017 OS/2 and MS-DOS are still mentioned 8.2.0018 :join does not add white space where it should 8.2.0019 cannot get number of lines of another buffer 8.2.0020 mouse clicks in the command line not tested 8.2.0021 timer test fails too often on Travis with MacOS 8.2.0022 click in popup window doesn't close it in the GUI 8.2.0023 command line editing not sufficiently tested 8.2.0024 filetype Rego not recognized 8.2.0025 repeated word in comment 8.2.0026 still some /* */ comments 8.2.0027 still some /* */ comments 8.2.0028 searchpairpos() is not tested 8.2.0029 MS-Windows: crash with empty job command 8.2.0030 "gF" does not work on output of "verbose command" 8.2.0031 MS-Windows: test for empty job fails 8.2.0032 MS-Windows: test for blank job fails 8.2.0033 crash when make_extmatch() runs out of memory 8.2.0034 missing check for out of memory 8.2.0035 saving and restoring called_emsg is clumsy 8.2.0036 not enough test coverage for match functions 8.2.0037 missing renamed message 8.2.0038 spell suggestions insufficiently tested 8.2.0039 memory access error when "z=" has no suggestions 8.2.0040 timers test is still flaky on Travis for Mac 8.2.0041 leaking memory when selecting spell suggestion 8.2.0042 clearing funccal values twice 8.2.0043 timers test is still flaky on Travis for Mac 8.2.0044 expression type is used inconsistently 8.2.0045 script test fails 8.2.0046 tests for spell suggestions are slow 8.2.0047 cannot skip tests for specific MS-Windows platform 8.2.0048 another timers test is flaky on Travis for Mac 8.2.0049 command line completion not fully tested 8.2.0050 after deleting a file mark it is still in viminfo 8.2.0051 command line completion test skipped 8.2.0052 more-prompt not properly tested 8.2.0053 windowsversion() does not always return the right value 8.2.0054 :diffget and :diffput don't have good completion 8.2.0055 cannot use ":gui" in vimrc with VIMDLL enabled 8.2.0056 execution stack is incomplete and inefficient 8.2.0057 cannot build with small features 8.2.0058 running tests changes ~/.viminfo 8.2.0059 compiler warnings for unused variables in small build 8.2.0060 message test only runs with one encoding 8.2.0061 the execute stack can grow big and never shrinks 8.2.0062 memory test is flaky on FreeBSD 8.2.0063 wrong size argument to vim_snprintf() 8.2.0064 diffmode completion doesn't use per-window setting 8.2.0065 Amiga and alikes: autoopen only used on Amiga OS4 8.2.0066 some corners of vim_snprintf() are not tested 8.2.0067 ERROR_UNKNOWN clashes on some systems 8.2.0068 crash when using Python 3 with "utf32" encoding 8.2.0069 ETYPE_ is used for two different enums 8.2.0070 crash when using Python 3 with "debug" encoding 8.2.0071 memory test often fails on Cirrus CI 8.2.0072 memory test still fails on Cirrus CI 8.2.0073 initializing globals with COMMA is clumsy 8.2.0074 Python 3 unicode test sometimes fails 8.2.0075 Python 3 unicode test still sometimes fails 8.2.0076 Python 3 unicode test fails on MS-Windows 8.2.0077 settagstack() cannot truncate at current index 8.2.0078 expanding <sfile> works differently the second time 8.2.0079 Python 3 unicode test still fails on MS-Windows 8.2.0080 globals using INIT4() are not in the tags file 8.2.0081 MS-Windows also need the change to support INIT4() 8.2.0082 when reusing a buffer listeners are not cleared 8.2.0083 text properties wrong when tabs and spaces are exchanged 8.2.0084 complete item "user_data" can only be a string 8.2.0085 dead code in builtin functions 8.2.0086 build error for small version 8.2.0087 crash in command line expansion when out of memory 8.2.0088 insufficient tests for tags; bug in using extra tag field 8.2.0089 crash when running out of memory in :setfiletype completion 8.2.0090 generated files show up in git status 8.2.0091 compiler warnings for size_t / int types 8.2.0092 tags functionality insufficiently tested 8.2.0093 win_splitmove() can make Vim hang 8.2.0094 MS-Windows: cannot build with Strawberry Perl 5.30 8.2.0095 cannot specify exit code for :cquit 8.2.0096 cannot create tiny popup window in last column 8.2.0097 crash with autocommand and spellfile 8.2.0098 exe stack length can be wrong without being detected 8.2.0099 use of NULL pointer when out of memory 8.2.0100 macros for Ruby are too complicated 8.2.0101 crash when passing null object to ":echomsg" 8.2.0102 messages test fails in small version 8.2.0103 using null object with execute() has strange effects 8.2.0104 using channel or job with ":execute" has strange effects 8.2.0105 Vim license not easy to find on github 8.2.0106 printf formats are not exactly right 8.2.0107 hgignore is out of sync from gitignore 8.2.0108 when sign text is changed a manual redraw is needed 8.2.0109 corrupted text properties when expanding spaces 8.2.0110 prop_find() is not implemented 8.2.0111 VAR_SPECIAL is also used for booleans 8.2.0112 illegal memory access when using 'cindent' 8.2.0113 "make cmdidxs" fails 8.2.0114 info about sourced scripts is scattered 8.2.0115 byte2line() does not work correctly with text properties 8.2.0116 BufEnter autocmd not triggered on ":tab drop" 8.2.0117 crash when using gettabwinvar() with invalid arguments 8.2.0118 crash when cycling to buffers involving popup window 8.2.0119 message test fails on some platforms 8.2.0120 virtcol() does not check arguments to be valid 8.2.0121 filter() and map() on blob don't work 8.2.0122 readme files still mention MS-DOS 8.2.0123 complete_info() does not work when CompleteDone is triggered 8.2.0124 compiler warnings for variable types 8.2.0125 :mode no longer works for any system 8.2.0126 textprop test fails 8.2.0127 some buffer commands work in a popup window 8.2.0128 cannot list options one per line 8.2.0129 MS-Windows installer doesn't use Turkish translations 8.2.0130 Python3 ranges are not tested 8.2.0131 command line is not cleared when switching tabs 8.2.0132 script may be re-used when deleting and creating a new one 8.2.0133 invalid memory access with search command 8.2.0134 some map functionality not covered by tests 8.2.0135 bracketed paste can still cause invalid memory access 8.2.0136 stray ch_logfile() call 8.2.0137 crash when using win_execute() from a new tab 8.2.0138 memory leak when starting a job fails 8.2.0139 MS-Windows: default for IME is inconsistent 8.2.0140 CI does not test building doc tags 8.2.0141 no swift filetype detection 8.2.0142 possible to enter popup window with CTRL-W p 8.2.0143 Coverity warning for possible use of NULL pointer 8.2.0144 some mapping code is not fully tested 8.2.0145 using #error for compilation errors should be OK now 8.2.0146 wrong indent when 'showbreak' and 'breakindent' are set 8.2.0147 block Visual mode operators not correct when 'linebreak' set 8.2.0148 mapping related function in wrong source file 8.2.0149 maintaining a Vim9 branch separately is more work 8.2.0150 cannot define python function when using :execute 8.2.0151 detecting a script was already sourced is unreliable 8.2.0152 restoring ctrl_x_mode is not needed 8.2.0153 warning shows when listing version info 8.2.0154 reallocating the list of scripts is inefficient 8.2.0155 warnings from MinGW compiler; tests fail without +float 8.2.0156 various typos in source files and tests 8.2.0157 Vim9 script files not in list of distributed files 8.2.0158 triggering CompleteDone earlier is not backwards compatible 8.2.0159 non-materialized range() list causes problems 8.2.0160 range test fails 8.2.0161 not recognizing .gv file as dot filetype 8.2.0162 balloon test fails in the GUI 8.2.0163 test hangs on MS-Windows console 8.2.0164 test_alot takes too long 8.2.0165 Coverity warning for using NULL pointer 8.2.0166 Coverity warning for using uninitialized variable 8.2.0167 Coverity warning for ignoring return value 8.2.0168 Coverity warning for assigning NULL to an option 8.2.0169 Coverity warning for dead code 8.2.0170 Coverity warning for ignoring return value 8.2.0171 Coverity warning for using uninitialized buffer 8.2.0172 Coverity warning for not restoring character 8.2.0173 build fails with old compiler 8.2.0174 various commands not completely tested 8.2.0175 crash when removing list element in map() 8.2.0176 generating os headers does not work for Swedish 8.2.0177 memory leak in get_tags() 8.2.0178 with VTP the screen may not be restored properly 8.2.0179 still a few places where range() does not work 8.2.0180 test for wrapmargin fails if terminal is not 80 columns 8.2.0181 problems parsing :term arguments 8.2.0182 min() and max() materialize a range() list 8.2.0183 tests fail when the float feature is disabled 8.2.0184 blob test fails 8.2.0185 Vim9 script: cannot use "if has()" to skip lines 8.2.0186 a couple of tests may fail when features are missing 8.2.0187 reduntant code 8.2.0188 Check commands don't work well with Vim9 script 8.2.0189 cd() with NULL argument crashes 8.2.0190 Kotlin files are not recognized 8.2.0191 cannot put a terminal in a popup window 8.2.0192 build failure without +terminal feature 8.2.0193 still build failure without +terminal feature 8.2.0194 some commands can cause problems in terminal popup 8.2.0195 some tests fail when run in the GUI 8.2.0196 blocking commands for a finished job in a popup window 8.2.0197 some Ex commands not sufficiently tested 8.2.0198 no tests for y/n prompt 8.2.0199 Vim9 script commands not sufficiently tested 8.2.0200 Vim9 script commands not sufficiently tested 8.2.0201 cannot assign to an imported variable 8.2.0202 when 'lazyredraw' is set the window title may not be updated 8.2.0203 :helptags and some other functionality not tested 8.2.0204 crash when using winnr('j') in a popup window 8.2.0205 error code E899 used twice 8.2.0206 calling Vim9 function using default argument fails 8.2.0207 crash when missing member type on list argument 8.2.0208 fnamemodify() does not apply ":~" when followed by ":." 8.2.0209 function a bit far away from where it's used 8.2.0210 Coverity complains about uninitialized field 8.2.0211 test for ANSI colors fails without an "ls" command 8.2.0212 missing search/substitute pattern hardly tested 8.2.0213 configure does not recognize gcc 10.0 and later 8.2.0214 a popup window with a terminal can be made hidden 8.2.0215 wrong file name shortening 8.2.0216 several Vim9 instructions are not tested 8.2.0217 terminal test fails on Mac 8.2.0218 several Vim9 instructions are not tested 8.2.0219 terminal test still fails on Mac 8.2.0220 terminal test did pass on Mac 8.2.0221 no test for Vim9 += and ..= 8.2.0222 Vim9: optional function arguments don't work yet 8.2.0223 some instructions not yet tested 8.2.0224 compiling :elseif not tested yet 8.2.0225 compiling lambda not tested yet 8.2.0226 compiling for loop not tested 8.2.0227 compiling a few instructions not tested 8.2.0228 configure does not recognize gcc version on BSD 8.2.0229 compare instructions not tested 8.2.0230 terminal popup test is flaky 8.2.0231 silent system command may clear the screen 8.2.0232 the :compiler command causes a crash 8.2.0233 crash when using garbagecollect() in between rand() 8.2.0234 message test fails on SunOS 8.2.0235 draw error when an empty group is removed from 'statusline' 8.2.0236 MS-Windows uninstall doesn't delete vimtutur.bat 8.2.0237 crash when setting 'wincolor' on finished terminal window 8.2.0238 MS-Windows: job_stop() results in exit value zero 8.2.0239 MS-Windows: 'env' job option does not override existing vars 8.2.0240 using memory after it was freed 8.2.0241 crash when setting 'buftype' to "quickfix" 8.2.0242 preview popup window test fails with long directory name 8.2.0243 insufficient code coverage for ex_docmd.c functions 8.2.0244 compiler warning in Lua interface 8.2.0245 MSVC: error message if the auto directory already exists 8.2.0246 MSVC: deprecation warnings with Ruby 8.2.0247 misleading comment in NSIS installer script 8.2.0248 MS-Windows: dealing with deprecation is too complicated 8.2.0249 MS-Windows: various warnings 8.2.0250 test_clear_search_pat() is unused 8.2.0251 a couple of function return types can be more specific 8.2.0252 Windows compiler warns for using size_t 8.2.0253 crash when using :disassamble without argument 8.2.0254 compiler warning for checking size_t to be negative 8.2.0255 VMS: missing files in build 8.2.0256 time and timer related code is spread out 8.2.0257 cannot recognize a terminal in a popup window 8.2.0258 modifyOtherKeys cannot be temporarily disabled 8.2.0259 terminal in popup test sometimes fails 8.2.0260 several lines of code are duplicated 8.2.0261 some code not covered by tests 8.2.0262 fileformat test fails on MS-Windows 8.2.0263 a few new Vim9 messages are not localized 8.2.0264 fileformat test still fails on MS-Windows 8.2.0265 "eval" after "if 0" doesn't check for following command 8.2.0266 terminal in popup test sometimes fails on Mac 8.2.0267 no check for a following cmd when calling a function fails 8.2.0268 trycatch test fails 8.2.0269 Vim9: operator after list index does not work 8.2.0270 some code not covered by tests 8.2.0271 the "num64" feature is available everywhere 8.2.0272 ":helptags ALL" gives error for some directories 8.2.0273 MS-Windows uninstall may delete wrong batch file 8.2.0274 hang with combination of feedkeys(), Ex mode and :global 8.2.0275 some Ex code not covered by tests 8.2.0276 Vim9: not allowing space before ")" in function call 8.2.0277 Vim9: not all instructions covered by tests 8.2.0278 channel test is flaky on Mac 8.2.0279 Vim9: no test for deleted :def function 8.2.0280 Vim9: throw in :def function not caught higher up 8.2.0281 two placed signs in the same line are not combined 8.2.0282 Vim9: setting number option not tested 8.2.0283 Vim9: failing to load script var not tested 8.2.0284 Vim9: assignment test fails 8.2.0285 unused error message; cannot create s:var 8.2.0286 cannot use popup_close() for a terminal popup 8.2.0287 Vim9: return in try block not tested; catch not tested 8.2.0288 Vim9: some float and blob operators not tested 8.2.0289 Vim9: :echo did not clear the rest of the line 8.2.0290 running individual test differs from all tests 8.2.0291 Vim9: assigning [] to list<string> doesn't work 8.2.0292 Vim9: CHECKNR and CHECKTYPE instructions not tested 8.2.0293 various Ex commands not sufficiently tested 8.2.0294 cannot use Ex command that is also a function name 8.2.0295 highlighting for :s wrong when using different separator 8.2.0296 mixing up "long long" and __int64 may cause problems 8.2.0297 compiler warnings for the Ruby interface 8.2.0298 Vim9 script: cannot start command with a string constant 8.2.0299 Vim9: ISN_STORE with argument not tested 8.2.0300 Vim9: expression test fails without channel support 8.2.0301 insufficient testing for exception handling 8.2.0302 setting 'term' may cause error in TermChanged autocommand 8.2.0303 TermChanged test fails in the GUI 8.1: 8.1.2201 cannot build with dynamically linked Python 3.8 8.1.2202 MS-Windows: build failure with GUI and small features 8.1.2203 running libvterm tests without the +terminal feature 8.1.2204 crash on exit when closing terminals 8.1.2205 sign entry structure has confusing name 8.1.2206 no test for fixed issue #3893 8.1.2207 "gn" doesn't work quite right 8.1.2208 Unix: Tabs in output might be expanded to spaces 8.1.2209 LF in escape codes may be expanded to CR-LF 8.1.2210 using negative offset for popup_create() does not work 8.1.2211 listener callback "added" argument is not the total 8.1.2212 cannot see the selection type in :reg output 8.1.2213 popup_textprop tests fail 8.1.2214 too much is redrawn when 'cursorline' is set 8.1.2215 unreachable code in adjusting text prop columns 8.1.2216 text property in wrong place after :substitute 8.1.2217 compiler warning for unused variable 8.1.2218 "gN" is off by one in Visual mode 8.1.2219 no autocommand for open window with terminal 8.1.2220 :cfile does not abort like other quickfix commands 8.1.2221 cannot filter :disp output 8.1.2222 accessing invalid memory 8.1.2223 cannot see what buffer an ml_get error is for 8.1.2224 cannot build Amiga version 8.1.2225 the "last used" info of a buffer is under used 8.1.2226 cannot use system copy/paste in non-xterm terminals 8.1.2227 layout wrong if 'lines' changes while cmdline window is open 8.1.2228 screenpos() returns wrong values when 'number' is set 8.1.2229 cannot color number column above/below cursor differently 8.1.2230 MS-Windows: testing external commands can be improved 8.1.2231 not easy to move to the middle of a text line 8.1.2232 MS-Windows: compiler warning for int size 8.1.2233 cannot get the Vim command line arguments 8.1.2234 get_short_pathname() fails depending on encoding 8.1.2235 "C" with 'virtualedit' set does not include multi-byte char 8.1.2236 ml_get error if pattern matches beyond last line 8.1.2237 mode() result depends on whether CURSOR_SHAPE is defined 8.1.2238 error in docs tags goes unnoticed 8.1.2239 CI fails when running tests without building Vim 8.1.2240 popup window width changes when scrolling 8.1.2241 match highlight does not combine with 'wincolor' 8.1.2242 creating docs tags uses user preferences 8.1.2243 typos in comments 8.1.2244 'wrapscan' is not used for "gn" 8.1.2245 third character of 'listchars' tab shows in wrong place 8.1.2246 some tests are still in old style 8.1.2247 "make vimtags" does not work in runtime/doc 8.1.2248 CTRL-W dot does not work when modifyOtherKeys is enabled 8.1.2249 "make vimtags" does not print any message 8.1.2250 CTRL-U and CTRL-D don't work in popup window 8.1.2251 ":term command" may not work without a shell 8.1.2252 compiler warning for int size 8.1.2253 using "which" to check for an executable is not reliable 8.1.2254 MS-Windows: mouse scroll wheel doesn't work in popup 8.1.2255 ":term ++shell" does not work on MS-Windows 8.1.2256 test for ":term ++shell" fails on MS-Windows 8.1.2257 MS-Windows GUI: scroll wheel always uses current window 8.1.2258 may get hit-enter prompt after entering a number 8.1.2259 running tests may leave XfakeHOME behind 8.1.2260 terminal test may fail on MS-Windows 8.1.2261 with modifyOtherKeys set 'noesckeys' doesn't work 8.1.2262 unpack assignment in function not recognized 8.1.2263 'noesckeys' test fails in GUI 8.1.2264 there are two test files for :let 8.1.2265 when popup with "botleft" does not fit it flips incorrectly 8.1.2266 position unknown for a mouse click in a popup window 8.1.2267 compiler warning for uninitialized variable 8.1.2268 spell file flag zero is not recognized 8.1.2269 tags file with very long line stops using binary search 8.1.2270 "gf" is not tested in Visual mode 8.1.2271 build error if FEAT_TAG_BINS is not defined 8.1.2272 test may hang at more prompt 8.1.2273 wrong default when "pos" is changed with popup_atcursor() 8.1.2274 newlines in 'balloonexpr' result only work in the GUI 8.1.2275 using "seesion" looks like a mistake 8.1.2276 MS-Windows: session test leaves files behind 8.1.2277 terminal window is not updated when info popup changes 8.1.2278 using "cd" with "exe" may fail 8.1.2279 computation of highlight attributes is too complicated 8.1.2280 crash when passing partial to substitute() 8.1.2281 'showbreak' cannot be set for one window 8.1.2282 crash when passing many arguments through a partial 8.1.2283 missed on use of p_sbr 8.1.2284 compiler warning for unused variable 8.1.2285 padding in structures wastes memory 8.1.2286 using border highlight in popup window leaks memory 8.1.2287 using EndOfBuffer highlight in popup does not look good 8.1.2288 not using all space when popup with "topleft" flips to above 8.1.2289 after :diffsplit closing the window does not disable diff 8.1.2290 autocommand test fails 8.1.2291 memory leak when executing command in a terminal 8.1.2292 v:mouse_winid not set on click in popup window 8.1.2293 join adds trailing space when second line is empty 8.1.2294 cursor pos wrong with concealing and search causes a scroll 8.1.2295 if buffer of popup is in another window cursorline sign shows 8.1.2296 text properties are not combined with syntax by default 8.1.2297 the ex_vimgrep() function is too long 8.1.2298 missing part of 8.1.2296 8.1.2299 ConPTY in MS-Windows 1909 is still wrong 8.1.2300 redraw breaks going through list of popup windows 8.1.2301 MS-Windows GUI: drawing error when background color changes 8.1.2302 :lockmarks does not work for '[ and '] 8.1.2303 cursor in wrong position after horizontal scroll 8.1.2304 cannot get the mouse position when getting a mouse click 8.1.2305 no warning for wrong entry in translations 8.1.2306 double and triple clicks are not tested 8.1.2307 positioning popup doesn't work for buffer-local textprop 8.1.2308 deleting text before zero-width textprop removes it 8.1.2309 compiler warning for argument type 8.1.2310 no proper test for directory changes in quickfix 8.1.2311 warning for missing function prototype 8.1.2312 "line:" field in tags file not used 8.1.2313 debugging where a delay comes from is not easy 8.1.2314 vi' sometimes does not select anything 8.1.2315 not always using the right window when jumping to an error 8.1.2316 FORTIFY_SOURCE can also be present in CPPFLAGS 8.1.2317 no test for spell affix file with flag on suffix 8.1.2318 MS-Windows GUI: main background shows in toolbar 8.1.2319 compiler warning for int size 8.1.2320 insufficient test coverage for quickfix 8.1.2321 cannot select all text with the mouse 8.1.2322 quickfix test fails in very big terminal 8.1.2323 Old MSVC version no longer tested. 8.1.2324 width of scrollbar in popup menu not taken into account 8.1.2325 crash when using balloon with empty line 8.1.2326 cannot parse a date/time string 8.1.2327 cannot build with Hangul input 8.1.2328 a few hangul input pieces remain 8.1.2329 mouse multiple click test is a bit flaky 8.1.2330 vi' does not always work when 'selection' is exclusive 8.1.2331 the option.c file is still very big 8.1.2332 missing file in refactoring 8.1.2333 with modifyOtherKeys CTRL-^ doesn't work 8.1.2334 possible NULL pointer dereference in popup_locate() 8.1.2335 error message for function arguments may use NULL pointer 8.1.2336 when an expr mapping moves the cursor it is not restored 8.1.2337 double-click time sometimes miscomputed 8.1.2338 using Visual mark sith :s gives E20 if not set 8.1.2339 insufficient testing for quickfix 8.1.2340 quickfix test fails under valgrind and asan 8.1.2341 not so easy to interrupt a script programatically 8.1.2342 random number generator in Vim script is slow 8.1.2343 using time() for srand() is not very random 8.1.2344 Cygwin: warning for using strptime() 8.1.2345 .cjs files are not recognized as Javascript 8.1.2346 CTRL-R CTRL-R doesn't work with modifyOtherKeys 8.1.2347 MacOS: build fails 8.1.2348 :const cannot be followed by "| endif" 8.1.2349 :lockvar and :unlockvar cannot be followed by "| endif" 8.1.2350 other text for CTRL-V in Insert mode with modifyOtherKeys 8.1.2351 'wincolor' not used for > for not fitting double width char 8.1.2352 CI doesn't cover FreeBSD 8.1.2353 build failure on FreeBSD 8.1.2354 Cirrus CI runs on another repository 8.1.2355 test with "man" fails on FreeBSD 8.1.2356 rand() does not use the best algorithm 8.1.2357 no test with wrong argument for rand() 8.1.2358 tests fail on Cirrus CI for FreeBSD 8.1.2359 cannot build without FEAT_FLOAT 8.1.2360 quickfix test coverage can still be improved 8.1.2361 MS-Windows: test failures related to VIMDLL 8.1.2362 cannot place signs in a popup window 8.1.2363 ml_get error when accessing Visual area in 'statusline' 8.1.2364 termwinscroll test is flaky on FreeBSD 8.1.2365 missing tests for recent popupwin changes 8.1.2366 using old C style comments 8.1.2367 registers are not sufficiently tested 8.1.2368 using old C style comments 8.1.2369 cannot build with quickfix and without text properties 8.1.2370 build problems on VMS 8.1.2371 FEAT_TEXT_PROP is a confusing name 8.1.2372 VMS: failing realloc leaks memory 8.1.2373 cannot build with +popupwin but without +quickfix 8.1.2374 unused parts of libvterm are included 8.1.2375 no sufficient testing for registers 8.1.2376 preprocessor indents are incorrect 8.1.2377 GUI: when losing focus a pending operator is executed 8.1.2378 using old C style comments 8.1.2379 using old C style comments 8.1.2380 using old C style comments 8.1.2381 not all register related code is covered by tests 8.1.2382 MS-Windows: When using VTP bold+inverse doesn't work 8.1.2383 using old C style comments 8.1.2384 test 48 is old style 8.1.2385 opening cmdline window with feedkeys() does not work 8.1.2386 'wincolor' is not used for 'listchars' 8.1.2387 using old C style comments 8.1.2388 using old C style comments 8.1.2389 using old C style comments 8.1.2390 test94 is old style, fix 7.4.441 not tested 8.1.2391 cannot build when __QNXNTO__ is defined 8.1.2392 using old C style comments 8.1.2393 using old C style comments 8.1.2394 using old C style comments 8.1.2395 using old C style comments 8.1.2396 using old C style comments 8.1.2397 should not define __USE_XOPEN 8.1.2398 strptime() test fails on Japanese Mac 8.1.2399 info popup on top of cursor if it doesn't fit 8.1.2400 test39 is old style 8.1.2401 :cexpr does not handle | in expression 8.1.2402 typos and other small things 8.1.2403 autocmd test fails under valgrind 8.1.2404 channel test fails under valgrind 8.1.2405 matchadd_conceal test fails under valgrind 8.1.2406 leaking memory in test_paste and test_registers 8.1.2407 proto files, dependencies and build instructions outdated 8.1.2408 syntax menu and build instructions outdated 8.1.2409 creating the distribution doesn't work as documented 8.1.2410 MS-Windows: test_iminsert fails without IME support 8.1.2411 function argument copied unnecessarily 8.1.2412 crash when evaluating expression with error 8.1.2413 cannot update ex_cmdidxs.h on MS-Windows 8.1.2414 MS-Windows: properties dialog box shows wrong character 8.1.2415 popup menu flickers if an info popup is used 8.1.2416 loading menus sets v:errmsg 8.1.2417 MinGW/Cygwin build does not clean up all files 8.1.2418 bufnr('$') is wrong after recycling popup buffer 8.1.2419 with a long file name the hit-enter prompt appears 8.1.2420 crash when calling popup_close() in win_execute() 8.1.2421 test88 is old style 8.1.2422 "make depend" does not work correctly for libvterm 8.1.2423 MS-Windows properties shows version as "8, 1, 0" 8.1.2424 MS-Windows: console buffer is resized unnecessarily
2018-07-28Update to version 8.1.0216morr3-10/+22
Changelog: 8.1.0062 popup menu broken if a callback changes the window layout 8.1.0063 Mac: NSStringPboardType is deprecated 8.1.0064 typing CTRL-W in a prompt buffer shows mode "-- --" 8.1.0065 (after 8.1.0062) balloon displayed at the wrong position 8.1.0066 nasty autocommand causes using freed memory 8.1.0067 syntax highlighting not working when re-entering a buffer 8.1.0068 nasty autocommands can still cause using freed memory 8.1.0069 cannot handle pressing CTRL-C in a prompt buffer 8.1.0070 missing part of the changes for prompt_setinterrupt() 8.1.0071 terminal debugger only works with the terminal feature 8.1.0072 use of 'termwinkey' is inconsistent 8.1.0073 crash when autocommands call setloclist() 8.1.0074 (after 8.1.0073) crash when running quickfix tests 8.1.0075 no Vim logo in README file 8.1.0076 command getting cleared with CTRL-W : in a terminal window 8.1.0077 header of README file is not nice 8.1.0078 "..." used inconsistently in messages 8.1.0079 superfluous space in messages 8.1.0080 can't see the breakpoint number in the terminal debugger 8.1.0081 the terminal debugger doesn't adjust to changed 'background' 8.1.0082 in terminal window, typing : at more prompt, inserts ':' 8.1.0083 "is" and "as" have trouble with quoted punctuation 8.1.0084 user name completion does not work on MS-Windows 8.1.0085 no test for completing user name and language 8.1.0086 no tests for libcall() and libcallnr() 8.1.0087 v:shell_error is always zero when using terminal for "!cmd" 8.1.0088 terminal test for stdout and stderr is a bit flaky 8.1.0089 error when ending the terminal debugger 8.1.0090 "..." used inconsistently in a message 8.1.0091 MS-Windows: Cannot interrupt gdb when program is running 8.1.0092 (after 8.1.0091) prompt buffer test fails 8.1.0093 non-MS-Windows: Cannot interrupt gdb when program is running 8.1.0094 help text "usage:" is not capatalized 8.1.0095 dialog for ":browse tabnew" says "new window" 8.1.0096 inconsistent use of the word autocommands 8.1.0097 superfluous space before exclamation mark 8.1.0098 segfault when pattern with \z() is very slow 8.1.0099 exclamation mark in error message not needed 8.1.0100 terminal debugger: error when setting a watch point 8.1.0101 no test for getcmdwintype() 8.1.0102 cannot build without syntax highlighting 8.1.0103 long version string cannot be translated 8.1.0104 can't build without the +eval feature 8.1.0105 all tab stops are the same 8.1.0106 build fails when HAVE_DATE_TIME is undefined 8.1.0107 Python: getting buffer option clears message 8.1.0108 no Danish translations 8.1.0109 new po makefile missing from distribution 8.1.0110 file name not displayed with ":file" 8.1.0111 .po files do not use recommended names 8.1.0112 no error when using bad arguments with searchpair() 8.1.0113 compiler warning for unused variable 8.1.0114 confusing variable name 8.1.0115 the matchparen plugin may throw an error 8.1.0116 display problem with 'vartabstop' and 'linebreak' 8.1.0117 URL in install program still points to SourceForge 8.1.0118 duplicate error message for put command 8.1.0119 failing test goes unnoticed because messages is not written 8.1.0120 buffer 'modified' set even when :sort has no changes 8.1.0121 crash when using ballooneval related to 'vartabstop' 8.1.0122 translators don't always understand the maintainer message 8.1.0123 MS-Windows: colors are wrong after setting 'notgc' 8.1.0124 has('vcon') returns true even for non-win32 terminal 8.1.0125 virtual edit replace with multi-byte fails at end of line 8.1.0126 various problems with 'vartabstop' 8.1.0127 build failure when disabling the session feature 8.1.0128 building with MinGW does not work out-of-the-box 8.1.0129 still some xterm-like terminals get a stray "p" 8.1.0130 ":profdel func" does not work if func was called already 8.1.0131 :profdel is not tested 8.1.0132 lua tests are old style 8.1.0133 tagfiles() can have duplicate entries 8.1.0134 Lua interface does not support funcref 8.1.0135 undo message delays screen update for CTRL-O u 8.1.0136 Lua tests don't cover new features 8.1.0137 CI does not run with TCL 8.1.0138 negative value of 'softtabstop' not used correctly 8.1.0139 Lua tests fail on some platforms 8.1.0140 recording into a register has focus events 8.1.0141 :cexpr no longer jumps to the first error 8.1.0142 xterm and vt320 builtin termcap missing keypad keys 8.1.0143 matchit and matchparen don't handle E363 8.1.0144 the :cd command does not have good test coverage 8.1.0145 test with grep is failing on MS-Windows 8.1.0146 when $LANG is set the compiler test may fail 8.1.0147 compiler warning when building with Python 3.7 8.1.0148 memory leak when using :tcl expr command 8.1.0149 session is wrong with multiple tabs when :lcd was used 8.1.0150 insufficient test coverage for Tcl 8.1.0151 mksession test fails on MS-Windows 8.1.0152 cannot easily run individual tests on MS-Windows 8.1.0153 (after 8.1.0152) build with SHADOWDIR fails 8.1.0154 crash with "set smarttab shiftwidth=0 softtabstop=-1" 8.1.0155 evim.man missing from the distribution 8.1.0156 MS-Windows compiler warning 8.1.0157 old iTerm2 is not recognized, resulting in stray output 8.1.0158 GUI: input() fails if CTRL-C was pressed before 8.1.0159 completion for user names does not work for a prefix. 8.1.0160 no Danish manual translations 8.1.0161 buffer not updated with 'autoread' set if file was deleted 8.1.0162 Danish and German man pages are not installed 8.1.0163 insufficient testing for Tcl 8.1.0164 luaeval('vim.buffer().name') returns an error 8.1.0165 :clist output can be very long 8.1.0166 using dict_add_nr_str() is clumsy 8.1.0167 lock flag in new dictitem is reset in many places 8.1.0168 output of :marks is too short with multi-byte chars 8.1.0169 calling message_filtered() a bit too often 8.1.0170 invalid memory use with complicated pattern 8.1.0171 typing CTRL-W n in a terminal window causes ml_get error 8.1.0172 'viminfofile' option does not behave like a file name 8.1.0173 compiler warning on MS-Windows 8.1.0174 after paging up and down fold line is wrong 8.1.0175 marks test fails in very wide window 8.1.0176 overlapping string argument for strcpy() 8.1.0177 defining function in sandbox is inconsistent 8.1.0178 warning for passing pointer to non-pointer argument 8.1.0179 redundant condition for boundary check 8.1.0180 static analysis errors in Lua interface 8.1.0181 memory leak with trailing characters in skip expression 8.1.0182 Unicode standard was updated 8.1.0183 Lua API changed, breaking the build 8.1.0184 not easy to figure out the window layout 8.1.0185 running tests writes lua.vim even though it is not used 8.1.0186 test for getwininfo() fails in GUI 8.1.0187 getwininfo() and win_screenpos() return different numbers 8.1.0188 no test for ":cscope add" 8.1.0189 function defined in sandbox not tested 8.1.0190 Perl refcounts are wrong 8.1.0191 Perl test fails in 24 line terminal 8.1.0192 executing regexp recursively fails with a crash 8.1.0193 terminal debugger buttons don't always work 8.1.0194 possibly use of NULL pointer 8.1.0195 terminal debugger commands don't always work 8.1.0196 terminal debugger error with .gdbinit file 8.1.0197 Windows GUI: title for search/replace is wrong 8.1.0198 there is no hint that syntax is disabled for 'redrawtime' 8.1.0199 spellbadword() does not check for caps error 8.1.0200 spellbadword() not tested 8.1.0201 newer Python uses "importlib" instead of "imp" 8.1.0202 :version always shows +packages 8.1.0203 building with Perl 5.28 fails on Windows 8.1.0204 inputlist() is not tested 8.1.0205 invalid memory access with invalid modeline 8.1.0206 duplicate test function name 8.1.0207 need many menu translation files to cover regions 8.1.0208 file left behind after running individual test 8.1.0209 stderr output from Ruby messes up display 8.1.0210 still a few K&R function declarations 8.1.0211 expanding a file name "~" results in $HOME 8.1.0212 preferred cursor column not set in interfaces 8.1.0213 CTRL-W CR does not work properly in a quickfix window 8.1.0214 +autochdir feature not reported by has() or :version 8.1.0215 no error if configure --with-x cannot configure X 8.1.0216 part of file not indented properly
2017-12-08Update to vim-8.0.1379bsiegert1-2/+1
Significant change: my ChromeOS fix is now included, so I can remove the workaround from Makefile.common :)
2017-12-03Update to patches 1365.morr1-10/+1
Changes: 8.0.1215 newer gcc warns for implicit fallthrough 8.0.1216 tabline is not always updated for :file command 8.0.1217 can't use remote eval to inspect vars in debug mode 8.0.1218 writing to freed memory in autocmd 8.0.1219 terminal test is flaky 8.0.1220 skipping empty statusline groups is not correct 8.0.1221 still too many old style tests 8.0.1222 test functions interfere with each other 8.0.1223 crash when using autocomplete and tab pages 8.0.1224 still interference between test functions 8.0.1225 no check for spell region being zero 8.0.1226 edit and popup tests failing 8.0.1227 undefined left shift in readfile() 8.0.1228 invalid memory access in GUI test 8.0.1229 condition in vim_str2nr() is always true 8.0.1230 CTRL-A in Visual mode uses character after selection 8.0.1231 expanding file name drops dash 8.0.1232 MS-Windows users are confused about default mapping 8.0.1233 typo in dos installer 8.0.1234 MS-Windows: composing chars are not shown properly 8.0.1235 cannot disable the terminal feature in a huge build 8.0.1236 Mac features are confusing 8.0.1237 ":set scroll&" often gives an error 8.0.1238 incremental search only shows one match 8.0.1239 cannot use a lambda for the skip argument to searchpair() 8.0.1240 MS-Windows: term_start() does not support environment 8.0.1241 popup test is flaky 8.0.1242 function argument with only dash is seen as number zero 8.0.1243 no test for what 8.0.1227 fixes 8.0.1244 search test does not work correctly on MS-Windows 8.0.1245 when WaitFor() has a wrong expression it just waits a second 8.0.1246 popup test has an arbitrary delay 8.0.1247 not easy to find Debian build info 8.0.1248 stray + in README file 8.0.1249 no error when WaitFor() gets an invalid wrong expression 8.0.1250 'hlsearch' highlighting not removed after incsearch 8.0.1251 invalid expressin passed to WaitFor() 8.0.1252 incomplete translations makefile for MinGW/Cygwin 8.0.1253 still too many old style tests 8.0.1254 undefined left shift in gethexchrs() 8.0.1255 duplicate badge README file 8.0.1256 typo in configure variable vim_cv_tgent 8.0.1257 no test for fix of undefined behavior 8.0.1258 'ttymouse' is set to "sgr" even though it's not supported 8.0.1259 search test can be flaky 8.0.1260 using global variables for WaitFor() 8.0.1261 program in terminal window gets NL instead of CR 8.0.1262 terminal redir test is flaky 8.0.1263 others can read the swap file if a user is careless 8.0.1264 terminal debugger gets stuck in small window 8.0.1265 swap test not skipped when there is one group 8.0.1266 Test_swap_directory was commented out 8.0.1267 Test_swap_group may leave file behind 8.0.1268 PC install instructions are incomplete 8.0.1269 effect of autocommands on marks is not tested 8.0.1270 mismatching file name with Filelist 8.0.1271 still too many old style tests 8.0.1272 warnings for unused variables in tiny build 8.0.1273 old test file remaining 8.0.1274 setbufline() fails when using folding 8.0.1275 CmdlineLeave autocmd prevents fold from opening 8.0.1276 key lost when window closed in exit callback 8.0.1277 terminal window CR-NL conversions may cause problems 8.0.1278 GUI window always resizes when adding scrollbar 8.0.1279 initializing menus can be slow 8.0.1280 Python None cannot be converted to a Vim type 8.0.1281 loading file type detection slows down startup 8.0.1282 script-local variable defined in the wrong script 8.0.1283 test 86 fails under ASAN 8.0.1284 loading file type detection slows down startup 8.0.1285 distributed autoload files may clash with user files 8.0.1286 occasional crash when using a channel 8.0.1287 temp file used for viminfo may have wrong permissions 8.0.1288 GUI: cannot drag the statusline of a terminal window 8.0.1289 mkview always includes the local directory 8.0.1290 seq_cur of undotree() wrong after undo 8.0.1291 C indent wrong when * immediately follows comment 8.0.1292 quick clicks in the WinBar start Visual mode 8.0.1293 setting a breakpoint in the terminal debugger sometimes fails 8.0.1294 GUI: get stuck when splitting a terminal window 8.0.1295 cannot automatically get a server name in a terminal 8.0.1296 checking the same condition twice 8.0.1297 +autoservername does not show enabled on MS-Windows 8.0.1298 missing test file 8.0.1299 bracketed paste does not work well in terminal window 8.0.1300 file permissions may end up wrong when writing 8.0.1301 generated license file for NSIS has a modeline 8.0.1302 still too many old style tests 8.0.1303 'ttymouse' is not set to "sgr" for Terminal.app and Iterm2 8.0.1304 CTRL-G/CTRL-T don't work with incsearch and empty pattern 8.0.1305 writefile() never calls fsync() 8.0.1306 ASAN error stack trace is not useful 8.0.1307 compiler warning for ignoring return value 8.0.1308 the "Reading from stdin" message may be undesired 8.0.1309 cannot use 'balloonexpr' in a terminal 8.0.1310 cproto generates errors because of missing type 8.0.1311 no test for strpart() 8.0.1312 balloon_show() only works in terminal when compiled with GUI 8.0.1313 missing dependencies cause parallel make to fail 8.0.1314 build fails on Mac 8.0.1315 build still fails on Mac 8.0.1316 build still still fails on Mac 8.0.1317 accessing freed memory in term_wait() 8.0.1318 terminal balloon only shows one line 8.0.1319 can't build GUI on MS-Windows 8.0.1320 popup test fails on GUI-only build 8.0.1321 can't build huge version with Athena 8.0.1322 textformat test isn't run 8.0.1323 mouse events in a terminal window may cause endless loop 8.0.1324 some xterm sends different mouse move codes 8.0.1325 more tests are not run 8.0.1326 largefile test fails on CI, glob test on MS-Windows 8.0.1327 new proto file missing from distribution 8.0.1328 trouble when using ":term ++close" with autocmd 8.0.1329 when a flaky test fails it also often fails the second time 8.0.1330 MS-Windows: job in terminal can't get back to Vim 8.0.1331 possible crash when window can be zero lines high 8.0.1332 highlighting in quickfix window could be better 8.0.1333 some tests are run twice 8.0.1334 splitting a window with a WinBar damages window layout 8.0.1335 writefile() using fsync() may give an error. 8.0.1336 cannot use imactivatefunc() unless compiled with +xim 8.0.1337 typo in #ifdef 8.0.1338 USE_IM_CONTROL is confusing and incomplete 8.0.1339 no test for what 8.0.1335 fixes 8.0.1340 MS-Windows: cannot build GUI without IME 8.0.1341 'imactivatefunc' test fails on MS-Windows 8.0.1342 cannot build with Motif and multi-byte 8.0.1343 MS-Windows: does not show colored emojis 8.0.1344 using 'imactivatefunc' in the GUI does not work 8.0.1345 race condition between stat() and open() for viminfo 8.0.1346 crash when passing 50 char string to balloon_split() 8.0.1347 MS-Windows: build broken by misplaced curly 8.0.1348 make testclean deletes script file on MS-Windows 8.0.1349 options test fails when using Motif or GTK GUI 8.0.1350 cannot build with +eval and -multi_byte 8.0.1351 warning for unused variables building with MinGW 8.0.1352 dead URLs in the help go unnoticed 8.0.1353 QuickFixCmdPost is not used consistently 8.0.1354 Shift-Insert doesn't always work in MS-Windows console 8.0.1355 cursor keys don't work in MS-Windows console 8.0.1356 using simalt in a GUIEnter autocommand inserts characters 8.0.1357 startup test fails on OpenBSD 8.0.1358 undercurl is not used in the terminal 8.0.1359 libvterm ANSI colors can not always be recognized 8.0.1360 the Terminal highlighting doesn't work in a terminal 8.0.1361 some users don't want to diff with hidden buffers 8.0.1362 terminal window colors wrong when using Terminal highlighting 8.0.1363 recovering does not work when swap file ends in .stz 8.0.1364 there is no easy way to get the window position 8.0.1365 when one channel test fails others fail as well
2017-08-15Updated vim-share to 8.0.0921.wiz3-17/+17
The usual bugfixes. Add PRINT_PLIST_AWK line to make updates easier.
2017-01-19Allow system-wide vimrc in PKG_SYSCONFDIRmarkd1-2/+11
2016-10-03Update package to 8.0.0021.morr1-2/+2
Patches: 8.0.0001 intro screen still mentions version7 8.0.0002 the netrw plugin does not work 8.0.0003 getwinvar() returns wrong Value of boolean and number options 8.0.0004 error messagge of function() with wrong argument says NULL 8.0.0005 netbeans test fails with Python 3 8.0.0006 ":lb" is interpreted as ":lbottom" instead of ":lbuffer" 8.0.0007 Vim 7.4 is still mentioned in a few places 8.0.0008 popup complete test is disabled 8.0.0009 unnecessary workaround for AppVeyor 8.0.0010 crash when editing file that starts with crypt header 8.0.0011 on OSX Test_pipe_through_sort_all() sometimes fails 8.0.0012 typos in comments 8.0.0013 (after 8.0.0011) missing comma in list 8.0.0014 crypt tests are old style 8.0.0015 can't tell which part of a channel has "buffered" status 8.0.0016 (after 8.0.0015) build fails 8.0.0017 cannot get the number of current quickfix or location list 8.0.0018 when using ":sleep" channel input is not handled 8.0.0019 test_command_count is old style 8.0.0020 the regexp engines are not reentrant 8.0.0021 GUI: cursor may be drawn on second half of double byte char pkgsrc changes: - switch to github to provide tarballs - some minor changes
2016-07-05Add src to patch and regerate distinfomorr1-3/+3
2016-07-04Unbreak linking on Mac OS X when bootstrap is build with full option.morr1-4/+14
2016-07-03Update to newest patchlevel 1987.morr2-24/+12
Changes: 7.4.1041 various small things 7.4.1042 there is no way to get the word count in a script 7.4.1043 another small thing 7.4.1044 (after 7.4.1042) can't build without the +eval feature 7.4.1045 can't see coverage if shadow and coverage on the same build 7.4.1046 no test coverage for menus 7.4.1047 (after patch 7.4.1042) tests fail on MS-Windows 7.4.1048 (after patch 7.4.1047) test still fails on MS-Windows 7.4.1049 (after patch 7.4.1048) test still still fails on MS-Windows 7.4.1050 warning for unused var with tiny features 7.4.1051 segfault when unletting "count" 7.4.1052 illegal memory access with weird syntax command 7.4.1053 insufficient testing for quickfix commands 7.4.1054 illegal memory access 7.4.1055 running "make newtests" in src/testdir has no output 7.4.1056 don't know why finding spell suggestions is slow 7.4.1057 typos in the :options window 7.4.1058 not possible to test behavior when memory allocation fails 7.4.1059 code is never executed 7.4.1060 instructions for writing tests are outdated 7.4.1061 compiler warning for ignoring return value of fwrite() 7.4.1062 building with Ruby on MS-Windows requires a lot of arguments 7.4.1063 TCL variables are not set when building with Cygwin and MingW 7.4.1064 with single letter compounding spell suggestions are slow 7.4.1065 cannot use the "dll" options on MS-Windows 7.4.1066 (after 7.4.1065) build fails on MS-Windows 7.4.1067 (after 7.4.1065) Can't build with MingW+Python on MS-Windows 7.4.1068 wrong way to check for unletting internal variables 7.4.1069 compiler warning for unused argument 7.4.1070 the Tcl interface can't be loaded dynamically on Unix 7.4.1071 new style tests are executed in arbitrary order 7.4.1072 increment test is old style 7.4.1073 alloc_id depends on numbers, may use the same one twice 7.4.1074 warning from VX2015 compiler 7.4.1075 crash when using an invalid command 7.4.1076 CTRL-A does not work well in right-left mode 7.4.1077 the build instructions for MS-Windows are incomplete 7.4.1078 MSVC: "make clean" doesn't cleanup in the tee directory 7.4.1079 (after 7.4.1073) file missing from distribution 7.4.1080 VS2015 HandleToLong() is shadowed by a Vim macro 7.4.1081 no test for what previously caused a crash 7.4.1082 the Tcl interface is always skipping memory free on exit 7.4.1083 building GvimExt with VS2015 may fail 7.4.1084 repeating CTRL-A in Visual mode increments the wrong numbers 7.4.1085 the CTRL-A and CTRL-X commands do not update '[ and '] marks 7.4.1086 crash with an extremely long buffer name 7.4.1087 CTRL-A and CTRL-X work badly with blockwise visual selection 7.4.1088 Coverity warns for uninitialized variables 7.4.1089 repeating CTRL-A doesn't work 7.4.1090 no tests for :hardcopy and related options 7.4.1091 2 sec delay when making change while need_wait_return is set 7.4.1092 is not simple to test for an exception 7.4.1093 typo in test goes unnoticed 7.4.1094 test for :hardcopy fails on MS-Windows 7.4.1095 can't build GvimExt with SDK 7.1 7.4.1096 need several lines to verify a command produces an error 7.4.1097 looking up the alloc ID for tests fails 7.4.1098 still using old style C function declarations 7.4.1100 Cygwin makefiles are unused 7.4.1101 cursor in wrong position with 'rightleft' and concealing 7.4.1102 debugger has no stack backtrace support 7.4.1103 removed file still in distribution 7.4.1104 various problems building with MzScheme/Racket 7.4.1105 with slices there is a mixup of variable name and namespace 7.4.1106 the nsis script can't be used from the appveyor build 7.4.1107 Vim can create a directory but not delete it 7.4.1108 expanding "~" halfway a file name 7.4.1109 (after 7.4.1107) MS-Windows doesn't have rmdir() 7.4.1110 test 108 fails when language is French 7.4.1111 test_expand fails on MS-Windows 7.4.1112 no error is reported for ":next" with an illegal file name 7.4.1113 (after 7.4.1105) using {ns} in variable name does not work 7.4.1114 (after 7.4.1107) delete() does not handle symbolic links 7.4.1115 MS-Windows: make clean in testdir doesn't clean everything 7.4.1116 delete(x, 'rf') does not delete files starting with a dot 7.4.1117 (after 7.4.1116) no longer get "." and ".." in directory list 7.4.1118 tests hang in 24 line terminal 7.4.1119 argidx() has a wrong value after ":%argdelete" 7.4.1120 delete(x, 'rf') fails if a directory is empty 7.4.1121 test_expand leaves files behind 7.4.1122 test 92 and 93 fail with gvim on system with non utf-8 locale 7.4.1123 using ":argadd" makes wrong arg the current one 7.4.1124 MS-Windows: dead key behavior is not ideal 7.4.1125 there is no perleval() 7.4.1126 can only get the directory of the current window 7.4.1127 both old and new style tests for Perl 7.4.1128 MS-Windows: delete() does not recognize junctions 7.4.1129 Python None value can't be converted to a Vim value 7.4.1130 memory leak in :vimgrep 7.4.1131 new lines in the viminfo file are dropped 7.4.1133 generated function prototypes still have __ARGS() 7.4.1134 the arglist test fails on MS-Windows 7.4.1135 one more arglist test fails on MS-Windows 7.4.1136 wrong argument to assert_exception() causes a crash 7.4.1137 illegal memory access when using :copen and :cclose 7.4.1138 when running gvim in the foreground some icons are missing 7.4.1139 MS-Windows: getftype() returns "file for symlink to directory 7.4.1140 recognizing <sid> does not work when the language is Turkish 7.4.1141 searchpair() with a syntax skip expression may not work 7.4.1142 cannot define keyword characters for a syntax file 7.4.1143 can't sort on floating point numbers 7.4.1144 (after 7.4.1143) can't build on several systems 7.4.1145 default features are conservative 7.4.1146 can't build with Python 3 interface using MingW 7.4.1147 conflict for "chartab" 7.4.1148 default for MingW and Cygwin is still "normal" 7.4.1149 (after 7.4.1013) problem with using local value of 'efm' 7.4.1150 'langmap' applies to the first character typed in Select mode 7.4.1151 (after 7.4.1150) missing change to eval.c 7.4.1152 (after 7.4.1150) langmap test fails with normal build 7.4.1153 autocommands for quickfix cannot always get current title 7.4.1154 no support for JSON 7.4.1155 (after 7.4.1154) build with normal features fails 7.4.1156 Coverity warns for NULL pointer and ignoring return value 7.4.1157 type() does not work for v:true, v:none, etc. 7.4.1158 still using __ARGS() 7.4.1159 automatically generated function prototypes use __ARGS 7.4.1160 no error for jsondecode('"') 7.4.1161 ":argadd" without argument does not work as documented 7.4.1162 missing error number in MzScheme 7.4.1163 expressions "0 + v:true" and "'' . v:true" cause an error 7.4.1164 can't compare special vars; jsondecode() doesn't report error 7.4.1165 build fails when defining DYNAMIC_ICONV_DLL in the makefile 7.4.1166 jsonencode() doesn't handle Funcref and repeated list right 7.4.1167 no tests for "is" and "isnot" with the new variables 7.4.1168 this doesn't give the right result: eval(string(v:true)) 7.4.1169 the socket I/O is intertwined with the netbeans code 7.4.1170 (after 7.4.1169) missing changes in src/Makefile, Filelist 7.4.1171 Makefile dependencies are outdated 7.4.1172 (after 7.4.1169) configure is overly positive 7.4.1173 (after 7.4.1168) no test for new behavior of v:true et al. 7.4.1174 netbeans contains dead code insde #ifndef INIT_SOCKETS 7.4.1175 (after 7.4.1169) can't build with Mingw and Cygwin 7.4.1176 missing change to proto file 7.4.1177 the +channel feature is not in :version output 7.4.1178 empty() doesn't work for the new special variables 7.4.1179 test_writefile and test_viml do not delete the tempfile 7.4.1180 crash with invalid argument to glob2regpat() 7.4.1181 free_tv() can't handle special variables 7.4.1182 still socket code intertwined with netbeans 7.4.1183 (after 7.4.1182) MS-Windows build is broken 7.4.1184 MS-Windows build is still broken 7.4.1185 can't build with TCL on some systems 7.4.1186 error messages for security context are hard to translate 7.4.1187 MS-Windows channel code only supports one channel 7.4.1188 using older JSON standard 7.4.1189 (after 7.4.1165) can't use another language on MS-Windows 7.4.1190 on OSX the default flag for dlopen() is different 7.4.1191 the channel feature isn't working yet 7.4.1192 can't build with FEAT_EVAL but without FEAT_MBYTE 7.4.1193 can't build the channel feature on MS-Windows 7.4.1194 compiler warning for not using return value of fwrite() 7.4.1195 the channel feature does not work in the MS-Windows console 7.4.1196 still using __ARGS 7.4.1197 still using __ARGS (fixed) 7.4.1198 still using __ARGS 7.4.1199 still using __ARGS 7.4.1201 still using __ARGS 7.4.1202 can't build on Mac 7.4.1203 still using __ARGS (corrected patch) 7.4.1204 latin1 characters cause encoding conversion 7.4.1205 using old style function declarations 7.4.1206 using old style function declarations 7.4.1207 using old style function declarations 7.4.1208 using old style function declarations 7.4.1209 (after 7.4.1207) can't build with Athena 7.4.1210 using old style function declarations 7.4.1211 using old style function declarations 7.4.1212 (after 7.4.1207) can't build with Motif 7.4.1213 using old style function declarations 7.4.1214 using old style function declarations 7.4.1215 using old style function declarations 7.4.1216 still using HAVE_STDARG_H 7.4.1217 execution of command on channel doesn't work yet 7.4.1218 missing change in configure, more changes for function style 7.4.1219 build fails with +channel but without +float 7.4.1220 warnings for unused variables in tiny build 7.4.1221 tiny and small builds include too many features 7.4.1222 ":normal" command and others missing in tiny build (fixed 2) 7.4.1223 crash when setting v:errors to a number 7.4.1224 build problems with GTK on BSD 7.4.1225 still a few old style function declarations 7.4.1226 GRESOURCE_HDR is unused 7.4.1227 compiler warnings 7.4.1228 copy() and deepcopy() fail with special variables 7.4.1229 "eval" and "expr" channel commands don't work yet 7.4.1230 Win32: opening channel may hang, messages not handled 7.4.1231 JSON messages are not parsed properly 7.4.1232 compiler warnings when the Sniff feature is enabled 7.4.1233 channel command may cause a crash 7.4.1234 demo server only runs with Python 2 7.4.1235 (after 7.4.1231) missing change to eval.c 7.4.1236 with "syntax manual" switching buffers removes highlighting 7.4.1237 can't translate message without adding a line break 7.4.1238 can't handle two messages right after each other (fixed) 7.4.1239 JSON message after the first one is dropped 7.4.1240 Visual studio tools are noisy 7.4.1241 missing change in Makefile due to diff mismatch 7.4.1242 json_test fails without the eval feature 7.4.1243 compiler warning for uninitialized variable 7.4.1244 the channel functions don't sort together 7.4.1245 file missing from distribution 7.4.1246 the channel functionality isn't tested 7.4.1247 the channel test doesn't run on MS-Windows 7.4.1248 can't reliably start and stop the channel test server 7.4.1249 crash when the process a channel is connected to exits 7.4.1250 running tests in shadow directory fails 7.4.1251 new test file missing from distribution 7.4.1252 the channel test server may receive two messages concatenated 7.4.1253 Python test server not displaying second of two commands 7.4.1254 opening a second channel causes a crash 7.4.1255 crash for channel "eval" command without third argument 7.4.1256 on Mac sys.exit(0) doesn't kill the test server 7.4.1257 channel test fails in some configurations 7.4.1258 the channel test can fail if messages arrive later 7.4.1259 no test for what patch 7.3.414 fixed 7.4.1260 the channel feature doesn't work on Win32 GUI 7.4.1261 crash on garbage collection, leaking memory 7.4.1262 the channel callback is not invoked 7.4.1263 ch_open() hangs when the server isn't running 7.4.1264 crash when receiving an empty array 7.4.1265 not all channel commands are tested 7.4.1266 a BufAdd autocommand may cause an ml_get error 7.4.1267 easy to miss handling all types of variables 7.4.1268 waittime is used as seconds instead of milliseconds 7.4.1269 encoding {'key':v:none} to JSON doesn't give an error 7.4.1270 warnings for missing values in switch 7.4.1271 assert_false(v:false) reports an error 7.4.1272 using future enum value 7.4.1274 cannot run a job 7.4.1275 (after 7.4.1274) build fails on MS-Windows 7.4.1276 warning for not using return value of fcntl() 7.4.1277 compiler can complain about missing enum value in switch 7.4.1278 when jsonencode() fails it still returns something 7.4.1279 jsonencode() is not producing strict JSON 7.4.1280 missing case value 7.4.1281 no test for skipping over code that isn't evaluated 7.4.1282 crash when evaluating the pattern of ":catch" causes an error 7.4.1283 the job feature isn't available on MS-Windows 7.4.1284 (after 7.4.1282) test 49 fails 7.4.1285 cannot measure elapsed time 7.4.1286 ch_open() with a timeout doesn't work correctly 7.4.1287 (after 7.4.1286) channel test fails 7.4.1288 ch_sendexpr() does not use JS encoding 7.4.1289 channel test fails on MS-Windows, connect() takes too long 7.4.1290 Coverity complains about uneccessary check for NULL 7.4.1291 on MS-Windows the channel test server doesn't quit 7.4.1292 some compilers complain about uninitialzed variable 7.4.1293 a channel may hang waiting for a discarded message 7.4.1294 job_stop() only kills the started process 7.4.1295 string(job) doesn't work well on MS-Windows 7.4.1296 cursor changes column with up motion when not supposed to 7.4.1297 on Mac test_channel leaves python instances running 7.4.1298 when the channel test fails the server keeps running 7.4.1299 when server sends zero ID message channel handler not invoked 7.4.1300 cannot test CursorMovedI because there is typeahead 7.4.1301 missing options in ch_open() 7.4.1302 typo in struct field name 7.4.1303 a Funcref is not accepted as a callback 7.4.1304 function names are difficult to read 7.4.1305 "\%1l^#.*" does not match on a line starting with "#" 7.4.1306 job control doesn't work well on MS-Windows 7.4.1307 some channel tests fail on MS-Windows 7.4.1308 (after 7.4.1307) typo in test 7.4.1309 when a test fails not all relevant info is listed 7.4.1310 jobs don't open a channel 7.4.1311 (after 7.4.1310) sock_T is defined too late 7.4.1312 (after 7.4.1311) sock_T not defined without +channel feature 7.4.1313 MS-Windows: Using socket after closed causes an exception 7.4.1314 warning for uninitialzed variable 7.4.1315 using channel handle does not allow for freeing when unused 7.4.1316 can't build MS-Windows console version 7.4.1317 MS-Windows: channel test fails 7.4.1318 channel with pipes doesn't work in GUI 7.4.1319 tests fail on MS-Windows and on Unix with GUI 7.4.1320 Cygwin/MingW build fails with channel but without Netbeans 7.4.1321 compiler complains about missing statement 7.4.1322 crash when unletting the variable that holds the channel 7.4.1323 do not get warnings when building with MingW 7.4.1324 channels with pipes don't work on MS-Windows 7.4.1325 channel test fails on Unix/DOS line endings difference 7.4.1326 build rules are bit too complicated 7.4.1327 channel test doesn't work if Python executable is python.exe 7.4.1328 can't compile with +job but without +channel 7.4.1329 crash when using channel that failed to open 7.4.1330 fd_read() has an unused argument 7.4.1331 crash when closing the channel in a callback 7.4.1332 problem using Python3 when compiled with MingW 7.4.1333 channel test fails on non-darwin builds 7.4.1334 many compiler warnings with MingW 7.4.1335 can't build on MS-Windows with +job but without +channel 7.4.1336 channel NL mode is not supported yet 7.4.1337 (after 7.4.1336) part of the change missing 7.4.1338 (after 7.4.1336) another part of the change is missing 7.4.1339 warnings when building the GUI with MingW 7.4.1340 (after 7.4.1339) merge left extra #endif behind 7.4.1341 difficult to add more arguments to ch_sendraw()/ch_sendexpr() 7.4.1342 on Mac OS/X the waittime must be > 0 for connect to work 7.4.1343 can't compile with +job but without +channel 7.4.1344 can't compile Win32 GUI with tiny features 7.4.1345 a few more compiler warnings 7.4.1346 compiler warnings in build with -O2 7.4.1347 when there is any error Vim will use a non-zero exit code 7.4.1348 more compiler warnings 7.4.1349 and some more MingW compiler warnings 7.4.1350 when the test server fails to start Vim hangs 7.4.1351 ch_open() may fail instead of waiting for the specified time 7.4.1352 the test script lists all functions before executing them 7.4.1353 Test_connect_waittime is skipped for MS-Windows 7.4.1354 MS-Windows: Mismatching default compile options 7.4.1355 Win32 console and GUI handle channels differently 7.4.1356 job and channel options parsing is scattered 7.4.1357 (after 7.4.1356) error for returning value from void function 7.4.1358 compiler warning when not building with +crypt 7.4.1359 (after 7.4.1356) channel test ch_sendexpr() times out 7.4.1360 can't remove a callback with ch_setoptions() 7.4.1361 channel test fails on Solaris 7.4.1362 (after 7.4.1356) using unitinialized value 7.4.1363 compiler warnings with tiny build 7.4.1364 the Win 16 code is not maintained and unused 7.4.1365 cannot execute a single test function 7.4.1366 typo in test and resulting error in test result 7.4.1367 compiler warning for unreachable code 7.4.1368 one more Win16 file remains 7.4.1369 channels don't have a queue for stderr 7.4.1370 the Python test script may keep on running 7.4.1371 X11 GUI callbacks don't specify the part of the channel 7.4.1372 Channel read implementation is incomplete 7.4.1373 must turn args into string when calling Vim channel function 7.4.1374 channel test hangs on MS-Windows 7.4.1375 still some Win16 code 7.4.1376 ch_setoptions() cannot set all options 7.4.1377 Test_connect_waittime() is flaky 7.4.1378 can't change job settings after it started 7.4.1379 channel test fails on Win32 console 7.4.1380 the job exit callback is not implemented 7.4.1381 (after 7.4.1380) exit value not available on MS-Windows 7.4.1382 can't get the job of a channel 7.4.1383 GvimExt only loads the old libintl.dll 7.4.1384 it is not easy to use a set of plugins and their dependencies 7.4.1385 compiler warning for using array 7.4.1386 job may be freed when the Job exit callback is invoked 7.4.1387 Win16 docs still referenced 7.4.1388 compiler warning 7.4.1389 incomplete function declaration 7.4.1390 if glib-compile-resources cannot be found building Vim fails 7.4.1391 warning for uninitialzed variable 7.4.1392 some tests fail for Win32 console version 7.4.1393 starting a job hangs in the GUI 7.4.1394 can't sort inside a sort function 7.4.1395 DETACH in quotes is not compatible with Netbeans interface 7.4.1396 compiler warnings for conversions 7.4.1397 sort test fails on MS-Windows 7.4.1398 the close-cb option is not implemented yet 7.4.1399 the MS-DOS code does not build (fixed 2) 7.4.1400 Perl eval doesn't work properly on 64-bit big-endian machine 7.4.1401 'autochdir' set during startup with diff mode doesn't work 7.4.1402 GTK 3 is not supported 7.4.1403 can't build without the quickfix feature 7.4.1404 ch_read() doesn't time out on MS-Windows 7.4.1405 completion menu flickers 7.4.1406 leaking memory in cs_print_tags_priv() 7.4.1407 json_encode() does not handle NaN and inf properly 7.4.1408 MS-Windows doesn't have isnan() and isinf() 7.4.1409 configure includes GUI despite --disable-gui flag 7.4.1410 leaking memory in cscope interface 7.4.1411 compiler warning for indent 7.4.1412 compiler warning for indent 7.4.1413 when calling ch_close() the close callback is invoked 7.4.1414 Appveyor only builds one feature set 7.4.1415 (after 7.4.1414) dropped the skip-tags setting 7.4.1416 using "u_char" intead of "char_u", doesn't work everywhere 7.4.1417 (after 7.4.1414) missing appveyor.bat from the distribution 7.4.1418 job_stop() on MS-Windows does not really stop the job 7.4.1419 tests slowed down because of the "not a terminal" warning 7.4.1420 (after 7.4.1419) missing makefile 7.4.1421 may free a channel when a callback may need to be invoked 7.4.1422 keeping channel open after job stops results in test failing 7.4.1423 channel test fails on MS-Windows 7.4.1424 not using --not-a-term when running tests on MS-Windows 7.4.1425 there are still references to MS-DOS support 7.4.1426 the "out-io" option for jobs is not implemented yet 7.4.1427 trailing comma in enums is not ANSI C 7.4.1428 compiler warning for non-virtual destructor 7.4.1429 MS-Windows: when not using directx drawing emoji is broken 7.4.1430 not useful to encode NaN and Infinity as null for JSON 7.4.1431 including header files twice 7.4.1432 typo in button text 7.4.1433 the Sniff interface is no longer useful 7.4.1434 JSON encoding doesn't handle surrogate pair 7.4.1435 confusing that ch_sendexpr()/ch_sendraw() wait for a response 7.4.1436 (after 7.4.1433) Sniff files still referenced in distribution 7.4.1437 old system doesn't have isinf() and NAN 7.4.1438 can't get buffer number of a channel 7.4.1439 (after 7.4.1434) using uninitialzed variable 7.4.1440 (after 7.4.1437) can't build on Windows 7.4.1441 using empty name instead of no name for channel buffer 7.4.1442 MS-Windows: more compilation warnings for destructor 7.4.1443 can't build GTK3 with small features 7.4.1444 can't build with JSON but without multi-byte 7.4.1445 memory corruption when 'encoding' is not utf-8 7.4.1446 crash when using json_decode() 7.4.1447 memory leak when using ch_read(); log messages missing 7.4.1448 JSON tests fail if 'encoding' is not utf-8 7.4.1449 build fails with job feature but without channel feature 7.4.1450 json encoding still fails when encoding is not utf-8 7.4.1451 Vim hangs when a channel has a callback but isn't referenced 7.4.1452 screen and cursor not updated after a callback was invoked 7.4.1453 missing --not-a-term 7.4.1454 the exit callback test is flaky 7.4.1455 JSON decoding test for surrogate pairs is in the wrong place 7.4.1456 test 87 fails with Python 3.5 7.4.1457 opening a channel with select() is not done properly 7.4.1458 when a JSON channel has a callback it may never be cleared 7.4.1459 (after 7.4.1457) MS-Windows doesn't know socklen_t 7.4.1460 syntax error in rarily used code 7.4.1461 MS-Windows: all parts of a job command are put in quotes 7.4.1462 two more rarily used functions with errors 7.4.1463 configure doesn't find isinf() and isnan() on some systems 7.4.1464 when the argument of sort() is zero or empty it fails 7.4.1465 may use NULL pointer when using buffer output and JSON mode 7.4.1466 Coverity reports dead code 7.4.1467 can't build without the float feature 7.4.1468 sort test doesn't test with "1" argument 7.4.1469 channel test sometimes fails, especially on OS/X 7.4.1470 Coverity reports missing restore 7.4.1471 missing out-of-memory check, Coverity warning 7.4.1472 Coverity warning for not using return value 7.4.1473 can't build without the autocommand feature 7.4.1474 compiler warnings without the float feature 7.4.1475 using hangulinput with utf-8 CSI character is misintepreted 7.4.1476 function arguments marked as unused while they are not 7.4.1477 Test_reltime is flaky, it depends on timing 7.4.1478 ":loadplugin" doesn't take care of ftdetect files 7.4.1479 no test for ":loadplugin" 7.4.1480 cannot add a pack direcory without loading a plugin 7.4.1481 can't build with small features 7.4.1482 "timeout" option not supported on ch_eval*() 7.4.1483 a one-time callback is not used for a raw channel 7.4.1484 channel "err-io" value "out" is not supported 7.4.1485 job input from buffer is not implemented 7.4.1486 ":loadplugin" is not optimal, some people find it confusing 7.4.1487 for WIN32 isinf() is defined as a macro 7.4.1488 not using key if result from hangul_string_convert() is NULL 7.4.1489 (after 7.4.1487) "inline" is not supported by old MSVC 7.4.1490 compiler warning for unused function 7.4.1491 Visual-block shift breaks multi-byte characters 7.4.1492 no command line completion for ":packadd" 7.4.1493 wrong callback invoked for zero-id messages 7.4.1494 clr_history() does not work properly 7.4.1495 compiler warnings with job but without channel feature 7.4.1496 crash when built with GUI but it's not active 7.4.1497 cursor drawing problem with GTK 3 7.4.1498 error for locked item when using json_decode() 7.4.1499 no error message when :packadd does not find anything 7.4.1500 should_free flag set to FALSE 7.4.1501 garbage collection with an open channel is not tested 7.4.1502 writing last-but-one buffer line to channel not implemented 7.4.1503 crash when using ch_getjob() 7.4.1504 (after 7.4.1502) no test for reading last-but-one line 7.4.1505 get too many "looking for messages" channel log entries 7.4.1506 job cannot read from a file 7.4.1507 crash when starting a job fails 7.4.1508 can't build GvimExt with MingW 7.4.1509 keeping both a job and channel variable is a hassle 7.4.1510 channel test fails on AppVeyor 7.4.1511 statusline highlighting is sometimes wrong 7.4.1512 channel input from file not supported on MS-Windows 7.4.1513 "J" fails if there are not enough lines 7.4.1514 channel output to file not implemented yet 7.4.1515 channel test is a bit flaky 7.4.1516 cannot change file permissions 7.4.1517 compiler warning with 64bit compiler 7.4.1518 channel with disconnected in/out/err is not supported 7.4.1519 (after 7.4.1514) file output not implemented for MS-Windows 7.4.1520 channel test: Waiting for a file to appear doesn't work 7.4.1521 (after 7.4.1516) file permission test fails on MS-Windows 7.4.1522 cannot write channel err to a buffer 7.4.1523 writing channel to a file fails on MS-Windows 7.4.1524 channel test fails on BSD 7.4.1525 on a high resolution screen the toolbar icons are too small 7.4.1526 MS-Windows channel: missing writing to file + not connecting 7.4.1527 channel test is flaky on MS-Windows 7.4.1528 using "ever" for packages is confusing 7.4.1529 specifying buffer number for channel not implemented yet 7.4.1530 MS-Windows job_start() closes wrong handle 7.4.1531 compiler warning for unitinialized variable 7.4.1532 MS-Windows channel leaks file descriptor 7.4.1533 using feedkeys() with an empty string disregards 'x' option 7.4.1534 compiler warning for shadowed variable 7.4.1535 the feedkeys test has a one second delay 7.4.1536 cannot re-use a channel for another job 7.4.1537 too many feature flags for pipes, jobs and channels 7.4.1538 selection with the mouse does not work in command line mode 7.4.1539 too much code in eval.c 7.4.1540 channel test is a bit flaky 7.4.1541 missing job_info() 7.4.1542 job_start() with a list is not tested 7.4.1543 channel log methods are not tested 7.4.1544 on Win32 escaping the command does not work properly 7.4.1545 GTK3: horizontal cursor movement in Visual selection not good 7.4.1546 sticky type checking is more annoying than useful 7.4.1547 get "-1" when getting not set cterm highlight attribute 7.4.1548 (after 7.4.1546) two tests fail 7.4.1549 (after 7.4.1547) syntax attributes test fails in Win32 GUI 7.4.1550 cannot load packages early 7.4.1551 cannot generate help tags in all doc directories 7.4.1552 ":colorscheme" does not use 'packpath' 7.4.1553 ":runtime" does not use 'packpath' 7.4.1554 completion for :colorscheme does not use 'packpath' 7.4.1555 list of test targets incomplete 7.4.1556 "make install" changes the help tags file 7.4.1557 windows cannot be identified 7.4.1558 it is not easy to find out what windows display a buffer 7.4.1559 passing cookie to a callback is clumsy 7.4.1560 Dict options with a dash are more difficult to use 7.4.1561 (after 7.4.1559) missing update to proto file 7.4.1562 ":helptags ALL" crashes 7.4.1563 partial test fails on windows 7.4.1564 an empty list in function() causes an error 7.4.1565 crash when assert_equal() runs into a NULL string 7.4.1566 compiler warning for shadowed variable 7.4.1567 crash in assert_fails() 7.4.1568 using CTRL-] in help on option in parentheses doesn't work 7.4.1569 using old style tests for quickfix 7.4.1570 there is no way to avoid the message when editing a file 7.4.1571 no test for ":help" 7.4.1572 setting 'compatible' in test influences following tests 7.4.1573 tests get stuck at the more prompt 7.4.1574 ":undo 0" does not work 7.4.1575 using wrong size for struct 7.4.1576 write error of viminfo file is not handled properly 7.4.1577 cannot pass "dict.Myfunc" around as a partial 7.4.1578 there is no way to invoke a function later or periodically 7.4.1579 (after 7.4.1578) missing changes in channel.c 7.4.1580 crash when using function reference 7.4.1581 ":call dict.func()" where function is a partial does not work 7.4.1582 get E923 when using function(dict.func, [], dict) 7.4.1583 warning for unitinialized variable 7.4.1584 timers don't work for Win32 console 7.4.1585 partial is not recognized everywhere 7.4.1586 nesting partials doesn't work 7.4.1587 compiler warnings with 64 bit compiler 7.4.1588 old style test for quickfix 7.4.1589 combining dict and args with partial doesn't always work 7.4.1590 warning for shadowed variable 7.4.1591 the quickfix title is truncated 7.4.1592 quickfix code using memory after being freed 7.4.1593 using channel timeout instead of request timeout 7.4.1594 timers don't work on Unix 7.4.1595 not checking for failed open() 7.4.1596 memory leak 7.4.1597 memory leak when out of memory 7.4.1598 when starting the GUI fails a swap file is left behind 7.4.1599 no link to Coverity 7.4.1600 libs directory is not useful 7.4.1601 README files take a lot of space in the top directory 7.4.1602 info files take space in the top directory 7.4.1603 timer with an ":echo" command messes up display 7.4.1604 emoji characters are not treated as full width 7.4.1605 catching exception that won't be thrown 7.4.1606 type() handling plain Funcref and partial differently 7.4.1607 comparing function on two dicts is not backwards compatible 7.4.1608 string() doesn't handle a partial 7.4.1609 Contents file is only for Amiga distro 7.4.1611 the versplit feature makes the code uneccessary complicated 7.4.1612 (after 7.4.1611) can't build with small features 7.4.1613 (after 7.4.1612) still can't build with small features 7.4.1614 still quickfix test in old style 7.4.1615 build fails with tiny features 7.4.1616 malformed channel request causes a hang 7.4.1617 when a JSON message is split it isn't decoded 7.4.1618 start job with buffer output changes option in current buffer 7.4.1619 'fileformats' does not apply to the initial buffer 7.4.1620 emoji characters are not considered a kind of word character 7.4.1621 channel test doesn't work with Python 2.6 7.4.1622 channel demo doesn't work with Python 2.6 7.4.1623 all Channels share the message ID, it keeps getting bigger 7.4.1624 can't get info about a channel 7.4.1625 trying to close file descriptor that isn't open 7.4.1626 (after 7.4.1624) missing changes to structs 7.4.1627 channel out_cb and err_cb are not tested 7.4.1628 64-bit Compiler warning 7.4.1629 handling emoji chars as full width not backwards compatibile 7.4.1630 Unicode table for double width is outdated 7.4.1631 compiler doesn't understand switch on all enum values 7.4.1632 list of test targets is outdated 7.4.1633 if the help tags file was removed "make install" fails 7.4.1634 vertical movement after CTRL-A ends up in the wrong column 7.4.1635 channel test is a bit flaky 7.4.1636 missing prompt for crypt key when 'F' is in 'shortmess' 7.4.1637 can't build with older MinGW compiler 7.4.1638 when binding function to dict the reference count is wrong 7.4.1639 invoking garbage collection may cause a double free 7.4.1640 crash when an autocommand changes a quickfix list 7.4.1641 using unterminated string 7.4.1642 handling emoji chars as full width not backwards compatibile 7.4.1643 (after 7.4.1641) terminating file name has side effects 7.4.1644 error when using string() on partial with recursive reference 7.4.1645 partial in a dict can't be redefined as a function 7.4.1646 using Python vim.bindeval() on a partial doesn't work 7.4.1647 using freed memory after setqflist() and ":caddbuffer" 7.4.1648 compiler has a problem copying a string into di_key[] 7.4.1649 the matchit plugin needs to be copied to be used 7.4.1650 quickfix test fails 7.4.1651 some dead (MSDOS) code remains 7.4.1652 old style test for fnamemodify() 7.4.1653 (after 7.4.1649) can't load matchit.vim from the old location 7.4.1654 crash when using expand('%:S') in a buffer without a name 7.4.1655 remote_expr() hangs 7.4.1656 crash when using partial with a timer 7.4.1657 Unix in a terminal: channel messages not handled right away 7.4.1658 one canot know when VimEnter autocmds were already triggered 7.4.1659 (after 7.4.1657) compiler warning for argument type 7.4.1660 has('patch-7.4.1') doesn't work 7.4.1661 no test for special characters in channel eval command 7.4.1662 no test for an invalid Ex command on a channel 7.4.1663 in tests it's often useful to check if a pattern matches 7.4.1664 crash in :cgetexpr 7.4.1665 crash when calling job_start() with a NULL string 7.4.1666 when reading JSON from a channel all readahead is used 7.4.1667 Win32: waiting on a pipe with fixed sleep time 7.4.1668 channel_get_all() does multiple allocations 7.4.1669 when writing buffer lines to a pipe Vim may block 7.4.1670 completion doesn't work well for a variable containing "#" 7.4.1671 adding @ab to help tag completion may be unnecessary 7.4.1672 the Dvorak support is a bit difficult to install 7.4.1673 the justify plugin has to be copied or sourced to be used 7.4.1674 the editexisting plugin has to be copied/sourced to be used 7.4.1675 the swapmous plugin has to be copied or sourced to be used 7.4.1676 the shellmenu plugin has to be copied or sourced to be used 7.4.1677 a reference to the removed file_select plugin remains 7.4.1678 warning for unused argument 7.4.1679 Coverity: copying value of v_lock without initializing it 7.4.1680 Coverity warns for not checking name length (false positive) 7.4.1681 Coverity warns for fixed size buffer length (false positive) 7.4.1682 Coverity: no check for NULL 7.4.1683 generated .bat files do not support --nofork 7.4.1684 README text is slightly outdated 7.4.1685 there is no easy way to get all the information about a match 7.4.1686 when running tests $HOME/.viminfo is written 7.4.1687 the channel close_cb option does not work 7.4.1688 MzScheme does not support partial 7.4.1689 Ruby interface has inconsistent coding style 7.4.1690 can't compile with the conceal feature but without multi-byte 7.4.1691 ml_get error when going to new buffer and automd sets syntax 7.4.1692 feedkeys('i', 'x') gets stuck, waits for typing a character 7.4.1693 building the Perl interface gives compiler warnings 7.4.1694 Win32 gvim doesn't work with "dvorakj" input method 7.4.1695 ":syn reset" clears the effect ":syn iskeyword" 7.4.1696 using :stopinsert in silent mapping doesn't clear "INSERT" 7.4.1697 display problems when char width doesn't match terminal 7.4.1698 two tests fail when running tests with MinGW 7.4.1699 :packadd does not work the same when used early or late 7.4.1700 equivalence classes are not properly tested 7.4.1701 equivalence classes still tested in old style tests 7.4.1702 using freed memory when parsing 'printoptions' fails 7.4.1703 can't assert for not equal and not matching 7.4.1704 using freed memory with "wincmd p" 7.4.1705 the 'guifont' option does not allow for a quality setting 7.4.1706 old style function declaration breaks build 7.4.1707 cannot use empty dictionary key, even though it can be useful 7.4.1708 new regexp engine does not work properly with EBCDIC 7.4.1709 mistake in #ifdef 7.4.1710 not all output of an external command is read 7.4.1711 eror caught with try/catch in 'statusline' handled as error 7.4.1712 for plugins in packages need to take care of all dependencies 7.4.1713 GTK GUI doesn't work on Wayland 7.4.1714 non-GUI specific settings in the gvimrc_example file 7.4.1715 double free when a partial is in a cycle with a list or dict 7.4.1716 'autochdir' doesn't work for the first file 7.4.1717 leaking memory when opening a channel fails 7.4.1718 Coverity: not using return value of set_ref_in_item() 7.4.1719 leaking memory with a cycle involving a job and a partial 7.4.1720 tests fail without the job feature 7.4.1721 the vimtbar files are unused. 7.4.1722 crash when calling garbagecollect() after starting a job 7.4.1723 eror caught with try/catch in 'tabline' handled as error 7.4.1724 (after 7.4.1723) tabline test fails in GUI 7.4.1725 compiler errors for non-ANSI compilers 7.4.1726 ANSI compiler complains about string length 7.4.1727 cannot detect crash in tests when caused by garbagecollect() 7.4.1728 the help for functions require a space after the "(" 7.4.1729 Perl: cannot use 'print' for writing directly in standard IO 7.4.1730 it is not easy to get a character out of a string 7.4.1731 Python: turns partial into simple funcref 7.4.1732 folds may close when using autocomplete 7.4.1733 "make install" doesn't know about cross-compiling 7.4.1734 (after 7.4.1730) test fails when not using utf-8 7.4.1735 it is not possible to clear or see part of message history 7.4.1736 (after 7.4.1731) unused variable 7.4.1737 argument marked as unused is used 7.4.1738 count for ":messages" depends on number of lines 7.4.1739 messages test fails on MS-Windows 7.4.1740 syn-cchar defined with matchadd() does not always appear 7.4.1741 not testing utf-8 characters 7.4.1742 strgetchar() does not work correctly 7.4.1743 Clang warns for uninitialzed variable 7.4.1744 Python: Converting a sequence may leak memory 7.4.1745 README file is not clear about where to get Vim 7.4.1746 memory leak in Perl 7.4.1747 Coverity: missing check for NULL pointer 7.4.1748 "gD" does not find match in first column of first line 7.4.1749 when using GTK 3.20 there are a few warnings 7.4.1750 messed up screen if buffer updated while in command line mode 7.4.1751 crash when 'tagstack' is off 7.4.1752 when adding to the quickfix list current position is reset 7.4.1753 "noinsert" in 'completeopt' is sometimes ignored 7.4.1754 syntax not set when using ":buf" and 'filetype' set manually 7.4.1755 using getreg() on non-existing register NULL list is returned 7.4.1756 "dll" options are not expanded 7.4.1757 'modified' may be set by complete() when nothing changed 7.4.1758 triggering CursorHoldI when in CTRL-X mode causes problems 7.4.1759 using feedkeys() in a timer does not break wait loop 7.4.1760 (after 7.4.1759) compiler warning for unused variable 7.4.1761 Coverity complains about ignoring return value 7.4.1762 Coverity: useless assignments 7.4.1763 Coverity: useless assignment 7.4.1764 C++ style comment 7.4.1765 undo options are not together in the options window 7.4.1766 building instructions for MS-Windows are outdated 7.4.1767 when installing on a GTK system the icon cache is not updated 7.4.1768 arguments of setqflist() are not checked properly 7.4.1769 no "closed"/"errors"/"encoding" attribute on Python output 7.4.1770 cannot use true color in the terminal 7.4.1771 (after 7.4.1768) warning for unused variable 7.4.1772 (after 7.4.1767) installation fails when env var is empty 7.4.1773 (after 7.4.1770) compiler warnings 7.4.1774 (after 7.4.1770) cterm true color feature has warnings 7.4.1775 the rgb.txt file is not installed 7.4.1776 using wrong buffer length 7.4.1777 newly added features can escape the sandbox 7.4.1778 with the term truecolor feature, t_8f/t_8b are not set 7.4.1779 using negative index in strcharpart() 7.4.1780 warnings reported by cppcheck 7.4.1781 synIDattr() does not respect 'guicolors' 7.4.1782 strcharpart() has problems with some multi-byte characters 7.4.1783 old regexp engine doesn't handle character classes correctly 7.4.1784 the termtruecolor feature is enabled differently 7.4.1785 (after 7.4.1783) regexp test fails on windows 7.4.1786 compiled-in colors do not match rgb.txt 7.4.1787 channel close callback is invoked before other callbacks 7.4.1788 NSIS script is missing packages 7.4.1789 cannot use ch_read() in the close callback 7.4.1790 leading white space in a job command matters 7.4.1791 channel could be garbage collected too early 7.4.1792 color name decoding is implemented several times 7.4.1793 character classes differ between systems, on OS/X test fails 7.4.1794 (after 7.4.1792) can't build on MS-Windows 7.4.1795 compiler warning for redefining RGB 7.4.1796 (after 7.4.1795) colors are wrong on MS-Windows 7.4.1797 warning from Windows 64 bit compiler 7.4.1798 still compiler warning for unused return value 7.4.1799 'guicolors' is a confusing option name 7.4.1800 unnecessary #ifdef 7.4.1801 make uninstall leaves file behind 7.4.1802 quickfix doesn't handle long lines well, they are split 7.4.1803 GTK3 doesn't handle menu separators properly 7.4.1804 can't use Vim as MANPAGER 7.4.1805 running tests in shadow dir fails 7.4.1806 'termguicolors' option missing from the options window 7.4.1807 Test_out_close_cb sometimes fails 7.4.1808 (after 7.4.1806) using wrong feature name 7.4.1809 (after 7.4.1808) using wrong short option name 7.4.1810 sending DETACH after a channel was closed isn't useful 7.4.1811 netbeans channel gets garbage collected 7.4.1812 failure on startup with Athena and Motif 7.4.1813 memory access error when running test_quickfix 7.4.1814 channel may be garbage collected while being used by a job 7.4.1815 compiler warnings for unused variables 7.4.1816 looping over a null list throws an error 7.4.1817 screen not updated if callback invoked when closing channel 7.4.1818 help completion adds @en to all matches except the first one 7.4.1819 compiler warnings when sprintf() is a macro 7.4.1820 removing language from help tags too often 7.4.1821 (after 7.4.1820) test fails on MS-Windows 7.4.1822 redirecting stdout of a channel to "null" doesn't work 7.4.1823 warning from 64 bit compiler 7.4.1824 process remains defunc if job is not referenced 7.4.1825 when job writes to buffer nothing is written 7.4.1826 callbacks are invoked when it's not safe 7.4.1827 no error when invoking a callback when it's not safe 7.4.1828 may try to access buffer that's already freed 7.4.1829 (after 7.4.1828) no channel log message when buffer was freed 7.4.1830 non-antialiased misnamed 7.4.1831 no proper error message for wrong argument to timer_stop() 7.4.1832 memory leak in debug commands 7.4.1833 cannot use an Ex command for 'keywordprg' 7.4.1834 possible crash when conceal is active 7.4.1835 when splitting and closing a window the status height changes 7.4.1836 when using partial on dict it's always bound to that dict 7.4.1837 the BufUnload event may be triggered twice 7.4.1838 functions specifically for testing do not sort together 7.4.1839 cannot get the items stored in a partial 7.4.1840 when using packages an "after" directory cannot be used 7.4.1841 code to reallocate the buffer used for quickfix is repeated 7.4.1842 (after 7.4.1839) get() works for Partial but not for Funcref 7.4.1843 tests involving Python are flaky 7.4.1844 more functions should start with test_ 7.4.1845 mentioning NetBeans when reading from channel 7.4.1846 ubsan detects a multiplication overflow 7.4.1847 using NULL dict or list crashes Vim 7.4.1848 can't build with Strawberry Perl 5.24 7.4.1849 still trying to read from channel that is going to be closed 7.4.1850 GUI freezes when using a job 7.4.1851 test_syn_attr fails when using the GUI 7.4.1852 Unix: Cannot run all tests with the GUI 7.4.1853 crash when job and channel in same dict while using partials 7.4.1854 when setting 'termguicolors' Ignore highlighting doesn't work 7.4.1855 valgrind reports memory leak for job that is not freed 7.4.1856 failing job test fails on MS-Windows 7.4.1857 channel can append to a buffer that is 'nomodifiable' 7.4.1858 channel writing to buffer doesn't find it by the short name 7.4.1859 cannot use a function reference for "exit_cb" 7.4.1860 using a partial for timer_start() may cause a crash 7.4.1861 compiler warnings with 64 bit compiler 7.4.1862 eval() can't handle result from string() with repeated item 7.4.1863 compiler warnings on Win64 7.4.1864 Python: encoding error with Python 2 7.4.1865 memory leaks in test49 7.4.1866 invalid memory access when exiting with EXITFREE defined 7.4.1867 memory leak in test_matchstrpos 7.4.1868 setting really_exiting causes memory leaks to be reported 7.4.1869 can't build with old version of Perl 7.4.1870 (after 7.4.1863) one more Win64 compiler warning 7.4.1871 appending to quickfix list is slow if quickfix window is open 7.4.1872 still build problem with old version of Perl 7.4.1873 GUI: when a callback adds a timer it is not used until later 7.4.1874 unused variable in Win32 code 7.4.1875 comparing functions and partials doesn't work well 7.4.1876 typing "k" at the hit-enter prompt has no effect 7.4.1877 no test for invoking "close_cb" when writing to a buffer 7.4.1878 exited job isn't detected until a character is typed 7.4.1879 (after 7.4.1877) channel test is flaky 7.4.1880 MS-Windows console build defaults to not having +channel 7.4.1881 appending to a long quickfix list is slow 7.4.1882 check for line break at end of line wrong 7.4.1883 cppcheck found 2 incorrect printf formats 7.4.1884 updating marks in long quickfix list is very slow 7.4.1885 MinGW console build defaults to not having +channel 7.4.1886 mapping times out when interrupted by receiving data 7.4.1887 when receiving channel data 'updatetime' is not respected 7.4.1888 wrong computation of remaining wait time in RealWaitForChar() 7.4.1889 when umask is set to 0177 Vim can't create temp files 7.4.1890 GUI: cursor blinking interrupted when channel data received 7.4.1891 channel reading very long lines is slow 7.4.1892 balloon eval only gets the window number, not the ID 7.4.1893 cannot easily get the window ID for a buffer 7.4.1894 cannot get the window ID for a mouse click 7.4.1895 cannot use a window ID where a window number is expected 7.4.1896 invoking mark_adjust() when it is pointless 7.4.1897 various typos, long lines and style mistakes 7.4.1898 user commands don't support modifiers 7.4.1899 GTK 3: cursor blinking doesn't work well 7.4.1900 using CTRL-] in the help on "{address}." doesn't work 7.4.1901 Win32: the "Disabled" menu items would appear enabled 7.4.1902 no test for collapsing channel buffers; some text is lost 7.4.1903 recent history items may be dropped when writing viminfo 7.4.1904 (after 7.4.1903) build fails 7.4.1905 (after 7.4.1903) some compilers can't handle double semicolon 7.4.1906 collapsing channel buffers does not work properly 7.4.1907 warnings from 64 bit compiler 7.4.1908 Netbeans uses uninitialzed pointer and freed memory 7.4.1909 doubled semicolons 7.4.1910 tests using external command to delete directory 7.4.1911 recent history lines may be lost when exiting Vim 7.4.1912 no test for using setqflist() on an older quickfix list 7.4.1913 after ":doautocmd" modelines are always processed 7.4.1914 crash when executing autocommands when on the signal stack 7.4.1915 effect of the PopupMenu autocommand isn't directly visible 7.4.1916 (after 7.4.1906) no proper test for what 7.4.1906 fixes 7.4.1917 history lines read from viminfo are not converted 7.4.1918 not enough testing for parsing viminfo lines 7.4.1919 register contents is not merged when writing viminfo 7.4.1920 (after 7.4.1919) missing test changes 7.4.1921 (after 7.4.1919) vim_time() not included when needed 7.4.1922 Ruby 2.4.0 unifies Fixnum and Bignum into Integer 7.4.1923 command line editing is not tested much 7.4.1924 missing "void" for functions without argument 7.4.1925 viminfo does not merge file marks properly 7.4.1926 possible crash with many history items 7.4.1927 compiler warning for signed/unsigned 7.4.1928 overwriting pointer argument 7.4.1929 inconsistent indenting and weird name 7.4.1930 can't build without +spell but with +quickfix 7.4.1931 using both old and new style file mark lines from viminfo 7.4.1932 jumplist is not merged with the one in the viminfo file 7.4.1933 compiler warning about uninitialzed variable 7.4.1934 new style tests not executed with MinGW compiler 7.4.1935 with GUI search/replace second match is skipped 7.4.1936 off-by-one error in bounds check 7.4.1937 no test for directory stack in quickfix 7.4.1938 when writing viminfo numbered marks were duplicated 7.4.1939 memory access error when reading viminfo 7.4.1940 "gd" hangs in some situations 7.4.1941 not all quickfix tests are also done with the location lists 7.4.1942 background is not drawn properly when 'termguicolors' is set 7.4.1943 Coverity warns for unreachable code 7.4.1944 Win32: Cannot compile with XPM feature using VC2015 7.4.1945 the Man plugin doesn't work that well 7.4.1946 (after 7.4.1944) file list does not include new XPM libraries 7.4.1947 viminfo continuation line with wrong length isn't skipped 7.4.1948 Ctrl-A with double-byte encoding may result in garbled text 7.4.1949 minor problems with the quickfix code 7.4.1950 quickfix long lines test not executed for buffer 7.4.1951 Ruby test is old style 7.4.1952 Cscope interface does not support finding assignments 7.4.1953 not all parts of the quickfix code are tested 7.4.1954 (after 7.4.1948) no test for what 7.4.1948 fixes 7.4.1955 using 32-bit Perl with 64-bit time_t causes memory corruption 7.4.1956 when file doesn't load with CTRL-W f new window is not closed 7.4.1957 Perl interface has obsolete workaround 7.4.1958 Perl interface preprocessor statements not nicely indented 7.4.1959 crash when running test_channel.vim on Windows 7.4.1960 Unicode standard 9 was released 7.4.1961 popup menu remains if 'insertmode' is reset during completion 7.4.1962 two test files for increment/decrement 7.4.1963 running Win32 Vim in mintty does not work 7.4.1964 the quickfix init function is too big 7.4.1965 job in raw mode appends garbage characterss to buffer 7.4.1966 Coverity reports a resource leak 7.4.1967 falling back from NFA to old regexp engine has problems 7.4.1968 invalid memory access with "\<C-"> 7.4.1969 crash when the netbeans channel is closed 7.4.1970 using ":insert" in an empty buffer sets the jump mark 7.4.1971 not easy to see error lines below the current error position 7.4.1972 on Solaris select() does not work as expected with typeahead 7.4.1973 on MS-Windows package directory added to 'rtp' at the end 7.4.1974 GUI has a problem with some termcodes 7.4.1975 on MS-Windows large files (> 2Gbyte) cause problems 7.4.1976 number variables are not 64 bits while they could be 7.4.1977 with 64 bit changes don't need three calls to sprintf() 7.4.1978 (after 7.4.1975) large file test does not delete its output 7.4.1979 (after 7.4.1976) getting value of binary option is wrong 7.4.1980 'errorformat' is parsed for every call to ":caddexpr" 7.4.1981 no testing for Farsi code 7.4.1982 viminfo file contains duplicate change marks 7.4.1983 farsi.c and arabic.c are included in a strange way 7.4.1984 not all quickfix features are tested 7.4.1985 (after 7.4.1983) missing changes in VMS build file 7.4.1986 compiler warns for loss of data 7.4.1987 viminfo may have useless continuation lines
2016-01-05Unbreak vim-gtk2, now depending on gmakeisms.joerg1-1/+17
2014-09-08Update to newest patchlevel of vim.morr4-83/+0
ChangeLog: 7.4.142 (after 7.4.137) on MS-Windows 8 IME input doen't work well 7.4.143 TextChangedI is not triggered. 7.4.144 MingW also supports intptr_t for OPEN_OH_ARGTYPE 7.4.145 getregtype() does not return zero for unknown register 7.4.146 when starting Vim with "-u NONE" v:oldfiles is NULL 7.4.147 cursor position wrong when using "gj" after "$" 7.4.148 cannot build with Cygwin and X1. 7.4.149 get E685 error when assigning a function to autoload variable 7.4.150 :keeppatterns is not respected for :s 7.4.151 Python: slices with steps are not supported 7.4.152 Python: Cannot iterate over options 7.4.153 compiler warning for pointer type 7.4.154 (after 7.4.149) still a problem with auto-loading 7.4.155 (after 7.4.150) search offset not kept with :keeppatterns 7.4.156 test file missing from distribution 7.4.157 error number used twice 7.4.158 pattern containing \zs not handled correctly by substitute() 7.4.159 completion hangs when using the current buffer after keywords 7.4.160 Win32: Crash when executing external command 7.4.161 crash in Python exception handling 7.4.162 running tests in shadow dir doesn't work 7.4.163 (after 7.4.142) MS-Windows 7 input doesn't work properly 7.4.164 problem with event handling on Windows 8 7.4.165 by default, after closing a buffer changes can't be undone 7.4.166 auto-loading a function for code that won't be executed 7.4.167 (after 7.4.149) fixes are not tested 7.4.168 can't compile with Ruby 2.1.0 7.4.169 ":sleep" puts cursor in the wrong column 7.4.170 some help tags don't work with ":help" 7.4.171 redo does not set v:count and v:count1 7.4.172 blowfish code says OFB, but it's doing CFB 7.4.173 when using scrollbind the cursor can end up below last line 7.4.174 compiler warnings for Python interface 7.4.175 wrong fall-back to non-wide function if wide function fails 7.4.176 Python: Dictionary.update() thows an unexpected error 7.4.177 compiler warning for unused variable 7.4.178 the J command does not update '[ and '] marks 7.4.179 Compiler warning for type-punned pointer 7.4.180 (after 7.4.174) older Python versions don't support %ld 7.4.181 when using 'pastetoggle' the status lines are not updated 7.4.182 building with mzscheme and racket does not work 7.4.183 MSVC Visual Studio update not supported 7.4.184 match() does not work properly with a {count} argument 7.4.185 Clang gives warnings 7.4.186 (after 7.4.085) Visual mode insert mode is sometimes wrong 7.4.187 delete that crosses line break splits multi-byte character 7.4.188 SIZEOF_LONG clashes with similar defines in header files 7.4.189 compiler warning for unused argument 7.4.190 compiler warning for using %lld for off_t 7.4.191 can't escape a file name for shell commands without a function 7.4.192 memory leak when giving E853 7.4.193 typos in messages 7.4.194 can't build for Android 7.4.195 (after 7.4.193) Python tests fail 7.4.196 tests fail on Solaris 9 and 10 7.4.197 various problems on VMS 7.4.198 can't build with non-threding Perl and dynamic loading 7.4.199 (issue 197) ]P doesn't paste over Visual selection 7.4.200 too many #ifdefs in the code 7.4.201 'lispwords' is a global option 7.4.202 MS-Windows: non-ASCII font names don't work 7.4.203 parsing 'errorformat' is not correct 7.4.204 a mapping where the second byte is 0x80 doesn't work 7.4.205 ":mksession" does not handle the argument list correctly 7.4.206 compiler warnings on 64 bit Windows 7.4.207 cursor report sometimes not recognized causing replace mode 7.4.208 Mercurial picks up files that are not distributed (empty) 7.4.209 when repeating a filter command "%" and "#" are expanded 7.4.210 Visual block mode + virtual edit doesn't work well with tabs 7.4.211 ":lu" is abbreviation for ":lua", but it should be ":lunmap" 7.4.212 #ifdefs for the +visual feature are not useful 7.4.213 it's not possible to open a new buffer without a swapfile 7.4.214 compilation problems on HP_nonStop (Tandem) 7.4.215 ":sp foo" reloads "foo" if it is the current buffer 7.4.216 compiler warnings 7.4.217 "make clean" may run configure pointlessly 7.4.218 it's not easy to remove duplicates from a list 7.4.219 redraw too often when 'relativenumber' or 'cursorline' set 7.4.220 test 105 does not work in a shadow dir 7.4.221 quickfix doesn't resize on ":copen 20" 7.4.222 the Ruby directory is constructed from parts 7.4.223 still using an older autoconf version 7.4.224 /usr/bin/grep on Solaris does not support -F 7.4.225 dynamic Ruby doesn't work on Solaris 7.4.226 (after 7.4.219) cursorline highlight not always redrawn 7.4.227 (after 7.4.225) can't build with Ruby 1.8 7.4.228 compiler warnings when building with Python 3.2 7.4.229 ":let" fails when listing vars with a curly braces expression 7.4.230 error when using ":options" 7.4.231 an error in ":options" is not caught by the tests 7.4.232 ":%s/\n//" uses a lot of memory 7.4.233 escaping special chars in ":!cmd %" is inconsistant 7.4.234 can't get the command that was used to start Vim 7.4.235 it is not easy to get the full path of a command 7.4.236 it's not that easy to check the Vim patch version 7.4.237 (after 7.4.236) has() not checking for specific patch 7.4.238 Vim does not support the smack library 7.4.239 ":e +" does not position cursor at end of the file 7.4.240 ":tjump" shows "\n" as "\\n" 7.4.241 submatch() does not distinguish between a NL and a NUL 7.4.242 getreg() does not distinguish between a NL and a NUL character 7.4.243 cannot use setreg() to add text that includes a NUL 7.4.244 (after 7.4.238) the smack feature causes stray error messages 7.4.245 crash for "vim -u NONE -N -c '&&'" 7.4.246 configure message for detecting smack are out of sequence 7.4.247 NUL and NL mixed up when giving input to system() 7.4.248 cannot distinguish between NL and NUL in output of system() 7.4.249 using setreg() with a list of numbers does not work 7.4.250 some test files missing from distribution 7.4.251 crash when BufAdd autocommand wipes out the buffer 7.4.252 critical error in GTK, removing timer twice 7.4.253 crash when using external reference in syntax regexp 7.4.254 smack support detection is incomplete 7.4.255 configure check for smack doesn't work with all shells 7.4.256 (after 7.4.248) systemlist() does not work properly 7.4.257 compiler warning, possibly for mismatch in parameter name 7.4.258 configure fails if $CC contains options 7.4.259 warning for misplaced "const" 7.4.260 no error for function name with colon or lowercase char 7.4.261 an interactive :s to replace a "\n" with line break may fail 7.4.262 duplicate code in regexec() 7.4.263 GCC 4.8 compiler warning for hiding a declaration 7.4.264 (after 7.4.260) can't define function g:Foo() 7.4.265 (after 7.4.260) can't call function with "g:" in an expression 7.4.266 test 62 fails 7.4.267 (after 7.4.178) '[ mark is in the wrong position after "gq" 7.4.268 exists() on a funcref for script-local function does not work 7.4.269 CTRL-U in Insert mode does not work after using a cursor key 7.4.270 comparing pointers instead of the string they point to 7.4.271 compiler warning on 64 bit windows 7.4.272 using just "$" does not cause an error message 7.4.273 "make autoconf/reconfig" may run configure pointlessly 7.4.274 check for timestamp does not always detect a changed file 7.4.275 no error message when changing type of unplaced sign 7.4.276 the fish shell is not supported 7.4.277 using ":sign unplace *" may leave the cursor in wrong position 7.4.278 list_remove() conflicts with Sun header file 7.4.279 globpath() returns a string, a list would be better 7.4.280 relative position of cursor not restored if session has 2 tabs 7.4.281 positions are off when loading session with two tabpages 7.4.282 (after 7.4.279) test 97 fails on Mac 7.4.283 (after 7.4.276) compiler warning about unused variable 7.4.284 setting 'langmap' in the modeline can cause trouble 7.4.285 line numbers are not always updated for 'relativenumber' 7.4.286 error messages are inconsistant 7.4.287 patches for .hgignore don't work 7.4.288 when 'spellfile' is set the screen is not redrawn 7.4.289 NFA regexp with repeated backreference does not match 7.4.290 a non-greedy match followed by a branch is too greedy 7.4.291 compiler warning for int to pointer of different size 7.4.292 pattern "a" matches accented "a" when pattern is one byte 7.4.293 can't ignore composing characters in a pattern 7.4.294 (after 7.4.293) test files missing from patch 7.4.295 various typos, bad white space and unclear comments 7.4.296 can't run tests on Solaris 7.4.297 memory leak from result of get_isolated_shell_name() 7.4.298 can't have a funcref start with "t:" 7.4.299 when running configure twice DYNAMIC_PYTHON_DLL becomes empty 7.4.300 the way config.cache is removed doesn't always work 7.4.301 (after 7.4.280) scrolling problem when loading a session file 7.4.302 signs don't show up after filler lines 7.4.303 double-width chars on the command line sometimes truncated 7.4.304 cannot always use Python with Vim 7.4.305 making 'ttymouse' empty causes problems 7.4.306 getchar(0) does not return Esc 7.4.307 can't build without the +termresponse feature 7.4.308 ":diffsplit" on empty file cursor is displayed on command line 7.4.309 increasing size of lower window, upper window jumps to the top 7.4.310 getpos()/setpos() don't include curswant 7.4.311 can't use winrestview to only restore part of the view 7.4.312 cannot know what argument list is being used for a window 7.4.313 (after 7.4.310) changing return value of getpos() causes error 7.4.314 completion messages can get in the way of a plugin 7.4.315 (after 7.4.309) fixes for computation of topline not tested 7.4.316 warning from 64-bit compiler 7.4.317 crash when starting gvim, issue 230 7.4.318 fg/bg color settings ignored when checking syntax attributes 7.4.319 crash when putting zero bytes on the clipboard 7.4.320 possible crash when an BufLeave autocommand deletes the buffer 7.4.321 can't build with strawberry perl 5.20 + mingw-w64-4.9.0 7.4.322 using "msgfmt" is hard coded, cannot use "gmsgfmt" 7.4.323 substitute() with zero width pattern breaks multi-byte char 7.4.324 in Ex mode, cyrillic characters are not handled 7.4.325 incorrect display when starting GUI and setting 'laststatus' 7.4.326 can't build Tiny version 7.4.327 when 'verbose' is set may get E724 repeatedly 7.4.328 selection of inner block is inconsistent 7.4.329 window not scrolled if moving cursor and go to another window 7.4.330 using regexp pattern to show a position match can be slow 7.4.331 relative numbering not updated after a linewise yank 7.4.332 GTK: ugly gaps when a sign icon doesn't fit exactly 7.4.333 compiler warning for unused function 7.4.334 (after 7.4.330) unitialized variables, causing some problems 7.4.335 no digraph for the new rouble sign 7.4.336 setting 'history' to a big value causes out-of-memory errors 7.4.337 can't execute command line if there was an error before 7.4.338 cannot wrap lines taking indent into account 7.4.339 local function is available globally 7.4.340 error from sed about illegal bytes when installing Vim 7.4.341 sort() doesn't handle numbers well 7.4.342 clang gives warnings 7.4.343 matchdelete() does not always update the right lines 7.4.344 small issues related to matchaddpos() 7.4.345 (after 7.4.338) indent is not updated when deleting indent 7.4.346 (after 7.4.338) indent is not updated when changing 'briopt' 7.4.347 test55 fails on some systems 7.4.348 Using "J1" in 'cinoptions' may cause too much indent 7.4.349 avoid redrawing the whole window with highlighted matches 7.4.350 C-indenting for Javascript fails for a {} block inside parens 7.4.351 sort() is not stable 7.4.352 with 'linebreak' a Tab causes a missing line break 7.4.353 'linebreak' doesn't work with the 'list' option 7.4.354 compiler warning 7.4.355 several problems with Javascript indenting 7.4.356 mercurial does not ignore memfile_test 7.4.357 after completion some characters are not redrawn 7.4.358 (after 7.4.351) sort is not always stable 7.4.359 if 'ttymouse' set to 'uxterm' xterm version is not requested 7.4.360 pattern with "$" followed by \[vV] is not used as end-of-line 7.4.361 flickering when filling the preview window for 'omnifunc' 7.4.362 short length in matchaddpos() highlights until end of the line 7.4.363 in Windows console typing 0xCE does not work 7.4.364 no error message when the viminfo file can't be renamed 7.4.365 crash when using ":botright split" when there isn't much space 7.4.366 can't run the linebreak test on MS-Windows 7.4.367 (after 7.4.357) other solution for redrawing after completion 7.4.368 window sizes not restored properly when closing cmdline window 7.4.369 using freed memory when exiting while compiled with EXITFREE 7.4.370 linebreak test fails when encoding is not utf-8 7.4.371 with 'linebreak' set control characters displayed wrong 7.4.372 with 'winminheight' zero current window might be zero height 7.4.373 compiler warning for unused argument and unused variable 7.4.374 character after "fb" command sometimes not mapped 7.4.375 test 63 fails when run with GUI-only Vim 7.4.376 (after 7.4.367) popup menu flickers too much 7.4.377 with 'equalalways' set a split may report "no room" 7.4.378 title of quickfist list is not kept for setqflist(list, 'r') 7.4.379 accessing freed memory after using setqflist(list, 'r') 7.4.380 loading python may cause Vim to exit 7.4.381 u_undo error when backspacing in Insert mode deletes 2 lines 7.4.382 mapping chars may not work after typing Esc in Insert mode 7.4.383 bad interaction between preview window and omnifunc 7.4.384 test 102 fails when compiled with small features 7.4.385 when building with tiny/small features .mo files build fails 7.4.386 when splitting a window the changelist position is wrong 7.4.387 "4gro" replaces one character then executes "ooo" 7.4.388 with 'linebreak' set and 'list' unset Tab not counted properly 7.4.389 still sometimes Vim enters Replace mode when starting up 7.4.390 advancing pointer over end of a string 7.4.391 no 'cul' highlight with cursor on a line with diff highlight 7.4.392 not easy to detect type of command line window 7.4.393 text drawing on newer MS-Windows systems is suboptimal 7.4.394 (after 7.4.393) with DirectX last italic char is incomplete 7.4.395 C indent wrong below an if with wrapped () followed by {} 7.4.396 when 'clipboard' is "unnamed", :g/pat/d is very slow 7.4.397 matchparen only uses the topmost syntax item 7.4.398 (after 7.4.393) gcc error for argument of InterlockedIncrement 7.4.399 crypt implementation is messy; blowfish crypt has a weakness 7.4.400 list of distributed files is incomplete 7.4.401 (after 7.4.399) new files missing in Makefiles 7.4.402 test 72 crashes under certain conditions 7.4.403 valgrind reports errors when running test 72 7.4.404 Windows 64 bit compiler warnings 7.4.405 screen updating is slow when using matches 7.4.406 test 72 and 100 fail on MS-Windows 7.4.407 Visual block insert with cursor move repeats the wrong text 7.4.408 Visual block insert breaks a multi-byte character 7.4.409 can't build with Perl on Fedora 20 7.4.410 fold does not open after search with CmdwinLeave autocmd 7.4.411 "foo bar" sorts before "foo" with sort() 7.4.412 can't build on Windows XP with MSVC 7.4.413 MS-Windows: inserting dead key does not always work 7.4.414 cannot define a command only when it's used 7.4.415 (after 7.4.414) cannot build, warning for shadowed variable 7.4.416 problem with breakindent/showbreak and tabs 7.4.417 minimum width used for breakindent is not set after split 7.4.418 when leaving ":append" the cursor shape is like in Insert mode 7.4.419 when part of a list is locked it's possible to make changes 7.4.420 it's not obvious how to add a new test 7.4.421 crash when searching for "\ze*" 7.4.422 with conceal + linebreak some text is not displayed correctly 7.4.423 expand("$shell") does not work as documented 7.4.424 ml_get error when using Python to delete lines in a buffer 7.4.425 when 'showbreak' is used "gj" may move to the wrong position 7.4.426 README File missing from list of files 7.4.427 system() typeahead may be echoed and mess up the display 7.4.428 executable() may return a wrong result on MS-Windows 7.4.429 build fails with fewer features 7.4.430 test_listlbr fails when compiled with normal features
2014-05-03'list_remove', being defined as well on SunOS under <sys/list.h>, causesrichard4-0/+83
a 'conflicting types' error when building with perl, python and/or ruby. Affects the following files: eval.c, if_lua.c and if_py_both.c
2014-01-11Update to patchlevel 7.4.141.morr1-16/+0
Upstream changes: 7.4.053 test75 has a wrong header 7.4.054 reading past end of the 'stl' string 7.4.055 Mac: Where macros are defined depends on the system 7.4.056 Mac: Compilation problem with OS X 10.9 Mavericks 7.4.057 byteidx() does not work for composing characters 7.4.058 warnings on 64 bit Windows 7.4.059 set_last_cursor() may encounter w_buffer being NULL 7.4.060 declaration has wrong return type for PyObject_SetAttrString() 7.4.061 (after 7.4.056) configure check in the wrong place 7.4.062 (after 7.4.061) wrong configure check for AvailabilityMacros.h 7.4.063 crash when using invalid key in Python dictionary 7.4.064 in Visual block mode replacing with CR does not break lines 7.4.065 the character typed at the hit-enter prompt is recorded twice 7.4.066 MS-Windows: swap file name wrong if colon in file name 7.4.067 CTRL-\ CTRL-O moves the cursor after inserting comment leader 7.4.068 cannot build Vim on Mac with non-Apple compilers 7.4.069 cannot right shift comment lines starting with # 7.4.070 (after 7.4.069) can't compile with tiny features 7.4.071 (after 7.4.069) passing limits around too often 7.4.072 crash when using Insert mode completion 7.4.073 setting undolevels for one buffer changes undo in another 7.4.074 when undo'ing all and making a change, undo structure is wrong 7.4.075 locally setting 'undolevels' is not tested 7.4.076 "cgn" does not wrap around the end of the file 7.4.077 DOS installer creates shortcut without a path 7.4.078 MSVC 2013 is not supported 7.4.079 a script cannot detect whether 'hlsearch' highlighting is on 7.4.080 (after 7.4.079) missing documentation for v:hlsearch 7.4.081 (after 7.4.078) wrong logic when ANALYZE is "yes" 7.4.082 using "gf" in a changed buffer suggests adding "!" 7.4.083 hard to avoid adding a used pattern to the search history 7.4.084 Python: interrupt not being properly discarded 7.4.085 can't move cursor when inserting text in Visual block mode 7.4.086 can't skip over expression when not evaluating for dict member 7.4.087 compiler warning on 64 bit Windows systems 7.4.088 Asian characters are always marked as spell errors 7.4.089 Vim doesn't set the security context on a renamed file 7.4.090 Win32: no completion if dir name contains an exclamation mark 7.4.091 (after 7.4.089) missing semicolon 7.4.092 (after 7.4.088) can't build small version 7.4.093 configure can't use LuaJIT on ubuntu 12.04 7.4.094 configure may not find that -lint is needed for gettext() 7.4.095 (after 7.4.093) regexp for LuaJIT version doesn't work on BSD 7.4.096 can't change directory to an UNC path 7.4.097 unexpected behavior change related to 'virtualedit' 7.4.098 error for line numbers out of range when using ":'&lt;,'&gt;del" 7.4.099 append in blockwise Visual mode with "$" is wrong 7.4.100 NFA regexp doesn't handle backreference correctly 7.4.101 using \1 in pattern goes one line too far 7.4.102 crash when interrupting "z=" 7.4.103 dos installer escapes spaces in the diff command wrong 7.4.104 ":help s/\_" reports an internal error 7.4.105 completing a tag pattern may give an error for invalid pattern 7.4.106 can't build with Ruby using Cygwin 7.4.107 Python try/catch doesn't catch Vim error in vim.eval() 7.4.108 "zG" and "zW" leave temp files around on MS-Windows 7.4.109 ColorScheme autocommand matches with the current buffer name 7.4.110 "gUgn" cannot be repeeated 7.4.111 memory leak in Python OptionsAssItem 7.4.112 MS-Windows: defaults for 'dir' and 'bdir' do not include $TEMP 7.4.113 MSVC static analysis gives warnings 7.4.114 new GNU make directory change messages are different 7.4.115 Zsh: expanding ~abc fails when the result contains a space 7.4.116 'showcmd' does not show a typed space 7.4.117 can't build with Cygwin/MingW and Perl 5.18 7.4.118 redrawing status lines may causes recursive call 7.4.119 Vim doesn't work well on OpenVMS 7.4.120 (after 7.4.117) can't build with Perl 5.18 on Linux 7.4.121 completion doesn't work for ":py3d" and ":py3f" 7.4.122 Win32: :grep doesn't work when 'encoding' and ACP differ 7.4.123 Win32: Getting user name does not use wide function 7.4.124 Win32: Getting host name does not use wide function 7.4.125 Win32: Dealing with messages may not work for multi-byte chars 7.4.126 compiler warnings for "const" and incompatible types 7.4.127 Perl 5.18 on Unix doesn't work 7.4.128 Perl 5.18 for MSVC doesn't work 7.4.129 getline(-1) returns zero 7.4.130 relative line numbers mix up windows when using folds 7.4.131 syncbind causes E315 errors in some situations 7.4.132 (after 7.4.122) Win32: flags/inherit_handles args mixed up 7.4.133 Clang warns for using NUL 7.4.134 spurious space in MingW Makefile 7.4.135 missing dot in MingW test Makefile 7.4.136 (after 7.4.096) Windows: readonly when saving UNC path file 7.4.137 cannot use IME with Windows 8 console 7.4.138 (after 7.4.114) directory change messages are not recognized 7.4.139 crash when using :cd in autocommand 7.4.140 crash when autocommand wipes out only other buffer 7.4.141 problems when building with Borland pkgsrc changes: remove patches/patch-os__mac.h, it is included upstream.
2014-01-01Avoid conflicting sigaltstack types on OS X 10.9.schmonz1-0/+16
2013-10-07Update to version 7.4.052.morr1-6/+8
Patches for vim 7.4: 7.4.001 'ic' doesn't work for patterns such as [a-z] 7.4.002 pattern with two alternative look-behind matches doesn't match 7.4.003 memory access error in Ruby syntax highlighting 7.4.004 when closing a window fails ":bwipe" may hang 7.4.005 "vaB" while 'virtualedit' is set selects the wrong area 7.4.006 mkdir("foo/bar/", "p") gives an error message 7.4.007 creating a preview window on startup messes up the screen 7.4.008 new regexp engine can't be interrupted 7.4.009 too easy to write a file was not decrypted (yet) 7.4.010 (after 7.4.006) crash with invalid argument to mkdir() 7.4.011 cannot find out if "acl" and "xpm" features are supported 7.4.012 MS-Windows: resolving multi-bye shortcut does not work 7.4.013 MS-Windows: File name buffer too small for utf-8 7.4.014 MS-Windows: check for writing to device does not work 7.4.015 MS-Windows: Detecting node type fails for multi-byte chars 7.4.016 MS-Windows: File name completion has problem with Chinese 7.4.017 ":help !!" does not find the "!!" tag in the help file 7.4.018 when completing item becomes unselected 7.4.019 file name completion fails with Chinese characters 7.4.020 NFA engine matches too much with \@&gt; 7.4.021 NFA regexp: Using \ze may result in wrong end 7.4.022 deadlock while exiting, because of allocating memory 7.4.023 MS-Windows: warning for 64 bit type 7.4.024 current user cannot always use the undo file he created 7.4.025 reading before start of a string 7.4.026 clang warning for int shift overflow 7.4.027 valgrind error when using CTRL-X CTRL-F at start of the line 7.4.028 equivalence classes are not working for multi-byte characters 7.4.029 an error in a pattern is reported twice 7.4.030 the -mno-cygwin argument is no longer supported by Cygwin 7.4.031 ":diffoff!" resets options even when 'diff' is not set 7.4.032 NFA engine does not match the NUL character 7.4.033 if terminal has 20 lines test 92 and 93 overwrite input file 7.4.034 using "p" in Visual block mode only changes the first line 7.4.035 MS-Windows: mouse pointer flickers when going to Normal mode 7.4.036 NFA engine does not capture group correctly when using \@&gt; 7.4.037 "\ze" in a sub-pattern does set the end of the match 7.4.038 Using "zw" and "zg" when 'spell' is off give confusing error 7.4.039 MS-Windows: &lt; MSCV10 can't handle symlinks to a directory 7.4.040 error on exit when variable holds reference to a script scope 7.4.041 Visual selection does not remain after being copied over 7.4.042 after ":setlocal" 'spell'/'spellang' :spelldump doesn't work 7.4.043 VMS can't handle long function names 7.4.044 can't build with old MSVC 7.4.045 substitute() has a problem with pattern starting with "\ze". 7.4.046 can't use Tcl 8.6 7.4.047 input() does not work in a function invoked by a mapping 7.4.048 recent clang version complains about -fno-strength-reduce 7.4.049 in Ex mode substitute prompt is wrong with line numbers 7.4.050 "gn" may select too much when there are two matching lines 7.4.051 syntax highlighting a Yaml file causes a crash 7.4.052 cursor may end up in the wrong position when auto-formatting
2013-01-15Simplify patch a littlemorr1-12/+7
2012-08-28Regenerate patches, fix buildmorr5-24/+25
2009-10-28Don't leak the .buildlink directory into the final binary for vim-motif.joerg1-2/+2
Bump revision.
2008-08-11Updated VIM to 7.2martti3-15/+15
This is a minor release of Vim. In the 15 months since Vim 7.1 many bugs were fixed and runtime files have been added and updated. There are also security improvements, therefore it's a good idea to upgrade. The main new feature since 7.1 is floating point support. You can use it in the Vim script language to add up a list of amounts, for example. Once you have installed Vim 7.2 you can find details about the changes since Vim 7.1 with ":help version-7.2".
2008-06-23Updated editors/vim-share to 7.1.330martti1-7/+7
Add CHECK_INTERPRETER_SKIP for pkg/38710 Apply the following patches: 1480 7.1.316 when 'cscopetag' is set ":tag" gives an error message 5203 7.1.317 compiler warnings in Motif calls 5428 7.1.318 mem leak when closing xsmp conn.; crash on exit with Lesstif 1514 7.1.319 illegal memory access when pasting illegal utf-8 on cmd line 28763 7.1.320 Win64: Warnings while compiling Python interface 2603 7.1.321 (extra) Win32 / Win64: Install file is outdated 2677 7.1.322 can't get start of Visual area in an <expr> mapping 1734 7.1.323 test 19 and 38 fail with some termcaps 1847 7.1.324 file name path length on Unix is limited to 1024 3559 7.1.325 editing a command line that doesn't fit reverses char order 1641 7.1.326 ":smagic!from!to!" doesn't work, it sees the "!" as a flag 5454 7.1.327 gvimtutor is also installed when not building a GUI version 1859 7.1.328 crash when using Cygwin and non-posix path name in tags file 2172 7.1.329 right halve of double-wide char under popup menu not redrawn 1905 7.1.330 reading uninitialized memory when using Del in replace mode
2008-03-02+ Remove the check for whether you can remove -liconv from the linkerjlam1-0/+13
command line or not -- we want to do what the user specifies via the pkgsrc PREFER_* settings. + Drop dependency on ncurses -- vim only wants a termcap library. This should fix PR pkg/38110. + Add missing dependency on gettext-lib as one of the "normal" feature sets is to build with gettext and multi-language support. Bump the PKGREVISION of vim editor packages to 1.
2008-01-09Updated editors/vim-share to 7.1.212martti1-1/+3
2943 7.1.176 compiling with Aap fails if "compiledby" contains '<' or '>' 5450 7.1.177 freeing memory twice when in debug mode while reading a script 1567 7.1.178 "%" doesn't work on "/* comment *//* comment */" 6581 7.1.179 configure doesn't find TCL 8.5 7099 7.1.180 regexp patterns are not sufficiently tested 1878 7.1.181 accessing uninitialized memory in Farsi mode with ":s" 5457 7.1.182 with tab pages and an argument list session file may be wrong 2489 7.1.183 Internal error for ":echo matchstr('a', 'a\%[\&]')" 2132 7.1.184 crash when deleting backwards over a line break in Insert mode 3744 7.1.185 "gR" and then BS doesn't work properly with multi-byte chars 3294 7.1.186 "expand('<afile>')" returns a bogus value after ":cd dir" 2341 7.1.187 Win32 GUI: custom completion using system() doesn't work 1688 7.1.188 "W10" message could be displayed in the second column 1950 7.1.189 (after 7.1.104) need to call plain_vgetc() in ask_yesno() 1685 7.1.190 cursor after end-of-line: "iA sentence.<Esc>)" 2007 7.1.191 Win32 GUI: when not in focus click in scrollbar doesn't work 2605 7.1.192 CTRL-C doesn't stop duplicating text for "s" in Visual block 2962 7.1.193 some of the Vim 5.x digraphs could be supported 1650 7.1.194 Unix: ":echo glob('~/{}')" results in "/home/user//" 2273 7.1.195 '0 mark doesn't work for "~/foo ~ foo" 2642 7.1.196 (extra) Win32 GUI: "\n" in a tooltip doesn't cause line break 2308 7.1.197 Mac: "make install" doesn't work when $prefix is set 1460 7.1.198 hang when using ":s/\n//gn" 3572 7.1.199 can't do command line completion for a file name extension 2310 7.1.200 (after 7.1.177 and 7.1.182) compiler warnings 2705 7.1.201 when reading stdin 'fenc' and 'ff' are not set 2383 7.1.202 incomplete utf-8 byte sequence is not checked for validity 2261 7.1.203 if 'virtualedit' is "onemore" then ":normal 99|" is not right 2891 7.1.204 (extra) Win32: 'balloonexpr' tooltip disappears after 4 sec 5481 7.1.205 can't get the operator in an ":omap" 1690 7.1.206 compiler warnings when using MODIFIED_BY 7708 7.1.207 netbeans: "remove" cannot delete one line 2051 7.1.208 on Alpha get an unaligned access error 2249 7.1.209 GTK GUI: when using the netrw plugin ":gui" causes a hang 1923 7.1.210 listing mapping for 0xdb fails when 'encoding' is utf-8 25525 7.1.211 matchparen plugin may take so long it looks like Vim hangs 1491 7.1.212 accessing a byte before a line
2007-06-19portability fixes (use correct shell and avoid non-portable construct)dmcmahill1-0/+17
2007-05-16Updated editors/vim-share to 7.1.2martti4-55/+10
This is the latest stable version of VIM. Changes since 7.0.243: * some translation fixes * the following patches after the official 7.1 release 2404 7.1.001 can't build with Gnome GUI 2011 7.1.002 Oracle Pro*C/C++ files are not detected
2006-11-23Enable "ipfilter" syntax highlighting for ipf6.conf as well. Bump PKGREVISION.ghen1-0/+13
2006-10-17Updated editors/vim-share to 7.0.138martti2-23/+1
* download and extract vim-7.0-extra.tar.gz so that previously unused patches can be applied and that all future patches will apply without errors 1579 7.0.005 (extra) Win32: uninstall didn't delete spell and autoload dirs 1347 7.0.006 Mac: "make shadow" didn't link infplist.xml 1344 7.0.027 (extra) Win32: hang on exit when compiled with SNiFF+ 3014 7.0.028 (extra) OS/2: compilation problem 1424 7.0.032 (extra, after 7.0.027) missing semicolon 1741 7.0.045 (extra) Win32: MSVC 2005 compiler warnings for OLE version 1779 7.0.057 (extra, after 7.0.45) compilation trouble with Borland C 5.5 1750 7.0.065 (extra) Mac: horizontal scroll wheel caused vertical scroll 6819 7.0.074 (extra) Win32: tooltips can be in the wrong encoding 2583 7.0.108 (extra) Amiga: compilation error for mch_mkdir() * changes since 7.0.121 2865 7.0.122 only half of double-wide bold character may be drawn 4200 7.0.123 SCO Openserver: configure selects the wrong terminal library 2376 7.0.124 window-local variables from getwinvar() are for current window 2335 7.0.125 '< and '> marks were set before Visual mode finishes 2112 7.0.126 undo could be wrong when 'formatexpr' uses setline() 2605 7.0.127 crash when swap file has invalid timestamp 2246 7.0.128 GUI: display not updated when cancelling exit dialog 2884 7.0.129 GTK GUI: avoid GTK bug concerning directory for file dialog 5509 7.0.130 (extra) MS-DOS, MS-Windows: may get stuck using a device name 2632 7.0.131 Win32: "vim -r" does not find swap files starting with a dot 2163 7.0.132 (after 7.0.130) crash when reading from stdin 3189 7.0.133 too many messages in history when searching included files 2290 7.0.134 crash when trying to compare recusively looped List or Dict 10022 7.0.135 crash in garbage collector with recusively looped List/Dict 1703 7.0.136 CursorMoved not triggered when inserting a line 2746 7.0.137 configure check for big features is wrong 12174 7.0.138 (extra) Mac: modifiers keys don't work with function keys 2044 7.0.139 undo info missing when using CTRL-PageUp in Insert mode 2235 7.0.140 (after 7.0.134) comparing list/dict with itself is inefficient 6513 7.0.141 extra CR when pasting with the mouse on the command line 2075 7.0.142 middle mouse button didn't work right in Select mode 1531 7.0.143 setting 'scroll' to its default value didn't work correctly 5584 7.0.144 pattern matching may do wrong pointer computations
2006-10-17Pass CHECK_WRKREF check: do not let the path on the perl tool wrapper scriptseb1-4/+6
be embedded in the installed share/vim/vim70/tools/efm_perl.pl script; make this script interpreter be '${SETENV} perl' hence avoiding a run-time package dependency on perl. Approved by MAINTAINER.
2006-10-16Fix test ==martti2-1/+23
2006-05-10Make sure vim-share do not link with Xtonio1-6/+34
Also avoid installing language manpages for xxd, to fix PLIST
2006-05-09Update vim to 7.0.0martti4-29/+38
Since Vim 6.4 many new features have been added. To mention a few: - Spell checking support for about 50 languages - Intelligent completion for C, HTML, Ruby, Python, PHP, etc. - Tab pages, each containing multiple windows - Undo branches: never accidentally lose text again - Vim script supports Lists and Dictionaries (similar to Python) - Vim script profiling - Improved Unicode support - Highlighting of cursor line, cursor column and matching braces - Translated manual pages support. - Internal grep; works on all platforms, searches compressed files - Browsing remote directories, zip and tar archives - Printing multi-byte text Once you have installed Vim 7.0 you can find details about the changes since Vim 6.4 with ":help version7".
2005-10-17Updated vim to 6.4.0martti2-9/+13
This is a bugfix release of Vim. Since Vim 6.3 dozens of reported problems have been fixed. Also included are new and updated syntax files, translated menus and messages. There are no new features. This release is only fixing bugs.
2005-06-23Prevent paths to the build directories from being included in the package.kristerw1-7/+23
Bump PKGREVISION.
2005-06-05Recognize the softdep, devmtime and nodevmtime options. Bump PKGREVISION to 1.jmmv1-1/+20
Patch from Geert Hendrickx in tech-pkg@.
2005-05-26Apply patch to recognize NetBSD specific filesystems in fstab. Providedjmmv1-0/+13
by Geert Hendrickx in tech-pkg@. Bump PKGREVISION to 1 (and adjust DEPENDS lines in vim* to allow revisions).
2004-06-21Updated vim to 6.3martti2-14/+16
This is a bugfix release of Vim. Since Vim 6.2 hundreds of reported problems have been fixed. Also included are new and updated syntax files, translated menus and messages.
2003-06-02Updated vim to 6.2.0martti2-8/+8
This is a bugfix release of Vim. Since Vim 6.1 hundreds of reported problems have been fixed. Also included are new and updated syntax files, translated menus and messages. The main new features are: - Support for GTK 2. (Daniel Elstner) - Support for editing Arabic text. (Nadim Shaikli & Isam Bayazidi) - ":try" command and exception handling. (Servatius Brandt) - Support for the neXtaw GUI toolkit (mostly like Athena). (Alexey Froloff) - Support for PostScript printing in various 8-bit encodings. (Mike Williams)
2003-03-16Updated vim to 6.1.405martti1-4/+4
Lots of bug fixes since the official 6.1 release.
2002-09-14This patch is no longer needed for buildlink2.jlam1-20/+0
2002-03-24Updated vim to 6.1martti2-13/+13
* several bug fixes * new and updated syntax files * translated menus and messages * license has been made compatible with the GNU GPL
2001-10-09Updated VIM to version 6.0.11. The following problems were fixed since 6.0:martti3-9/+9
* Loading the sh.vim syntax file causes error messages * Using a '@' item in 'viminfo' doesn't work * The configure check for ACLs on AIX doesn't work * The find/replace dialog doesn't reuse a previous argument properly * In Insert mode, "CTRL-O :ls" has a delay before redrawing * With a vertical split, 'number' set and 'scrolloff' non-zero, making the window width very small causes a crash * When setting 'filetype' while there is no FileType autocommand, a following ":setfiletype" would set 'filetype' again * 'imdisable' is missing from the options window * Nextstep doesn't have S_ISBLK * Using "gf" on a file name starting with "./" or "../" in a buffer without a name causes a crash * Python: After replacing or deleting lines get an ml_get error
2001-10-04*sigh* cvs ate my patches.agc3-0/+77
Replace patches which I accidentally removed in the last commit.
2001-10-04Ooops, an old patch file from 5.8 was causing troubles withmartti1-13/+0
the documentation, i.e. the :help command didn't work.
2001-10-04Here it is folks, VIM 6.0! Changes since version 5.8:martti1-31/+8
----------------------------------------------------- The number of changes is huge. These are just the main new items: Folding - momentarily hide part of the text Vertically split windows - mixed with horizontal splits Diff mode - show and remove differences between files Easy Vim: click-and-type - for those who really don't like two modes User manual - learn to use Vim, reads like a book Flexible indenting - automatic indenting for any language Extended search patterns - more regexp power than you will need UTF-8 support - Unicode allows editing nearly all languages Multi-language support - translated messages and menus Plugin support - drop a script in a directory and you can use it Filetype plugins - an easy way to setup for editing a type of file File browser - browse directories, also on a terminal Editing files over a network - read and write a remote file directly command-line editing window - use any Vim command to edit an Ex command Debugging mode - debug your Vim functions and scripts Cursor in virtual position - edit tables and draw ASCII pictures Debugger interface - use Vim with Sun Visual Workshop Communication between Vims - let one Vim tell another Vim what to do Printing - print with syntax colors Quickfix extended - see error messages in a window and jump there Writing files improved - rename or copy to make a backup file Argument list - select groups of files to work on Restore a View - save the looks of a window and restore it later Color schemes - quickly switch between different color setups
2001-06-06Leftover of the old patches.common system. kill itpooka1-13/+0
2001-06-06Update vim to 5.8pooka2-29/+6
Changes since 5.7: * 74 new syntax files. * bugfixes * couple of security-related fixes * ctags is no longer distributed with vim
2001-04-22Copy common patch-zb file to the three packages that share it.wiz1-0/+13
Not nice, but IMHO much nicer than the previous copy-patch-files-just-before-patching-hack.