vim
Problem: MS-Windows: default 'viewdir' may include read-only directory. Solution: Use $HOME instead of $VIM for 'viewdir' default. (closes #12119) github.com
Problem: The falsy operator is not tested properly. Solution: Add a few more test cases. (closes #12319) github.com
Problem: find_file_in_path() is not reentrant. Solution: Instead of global variables pass pointers to the functions. (closes #12093) github.com
Problem: CPON files are not recognized. Solution: Add patterns for CPON files. (Amaan Qureshi, closes #12053) github.com
Problem: :interface is not implemented yet. Solution: Implement the basics of :interface. github.com
Problem: A hashtab with many removed items is not cleaned up. Solution: Re-hash a hashtab even when the size didn't change if too many items were removed. github.com
Problem: A hashtab with many removed items is not cleaned up. Solution: Re-hash a hashtab even when the size didn't change if too many items were removed. github.com
Problem: With 'smoothscroll' skipcol may be reset unnecessarily. Solution: Check the line does actually fit in the window. github.com
Problem: The pattern "_s\zs" matches at EOL. Solution: Make the pattern "_s\zs" match at the start of the next line. (closes #11617) github.com
Problem: Cursor moves too far with 'smoothscroll'. Solution: Only move as far as really needed. (Yee Cheng Chin, closes #11504) github.com
Problem: Compiler complains about repeated typedef. Solution: Remove one typedef. github.com
Problem: There is no real need for a "big" build. Solution: Move common features to "normal" build, less often used features to the "huge" build. (Martin Tournoij, closes #11283) もう9来てた Release v9.0.0700: patch 9.0.0700: there is no r…
Release v9.0.0150: patch 9.0.0150: error for using #{ in an expression is a bit confusing · vim/vim · GitHub Problem Error for using #{ in an expression is a bit confusing. Solution Mention that this error is only given for an expression. …
Problem: No patch for documentation updates. Solution: Update documentation files. Release v8.2.5000: patch 8.2.5000: no patch for documentation updates · vim/vim · GitHub
Release v8.2.4950: patch 8.2.4950: text properties position wrong after shifting text · vim/vim · GitHub Problem: Text properties position wrong after shifting text. Solution: Adjust the text properties when shifting a block of text.
Problem: Vim9 expression test fails without the job feature. Solution: Add a check for the job feature. (Dominique Pellé, closes #10373) github.com
Release v8.2.4800: patch 8.2.4800: missing test update for adjusted t_8u behavior · vim/vim · GitHub Problem: Missing test update for adjusted t_8u behavior. Solution: Update and extend the test.
Release v8.2.4600: patch 8.2.4600: Vim9: not enough test coverage for executing :def fun… · vim/vim · GitHub Problem: Vim9: not enough test coverage for executing :def function. Solution: Add a few more tests. Fix inconsistencies.
v8.2.4550: patch 8.2.4550: Motif: cannot set the color of the scrollbar thumb brew bump-formula-pr --url=https://github.com/vim/vim/archive/v8.2.4550.tar.gz --sha256=55d3ac526bed12090b8d2021810ec6c7565a55a54ba8401c614f4e794d58c7e0 vim --fo…
Release v8.2.2800: patch 8.2.2800: after a timer displays text a hit-enter prompt is given · vim/vim · GitHub Problem: After a timer displays text a hit-enter prompt is given. Solution: Reset msg_didany and need_wait_return. (closes #8136)
Release v8.2.2750: patch 8.2.2750: Vim9: error for using underscore in nested function · vim/vim · GitHub Problem: Vim9: error for using underscore in nested function. Solution: Do not consider "_" already defined. (closes #8096)
Release v8.2.2600: patch 8.2.2600: Vim9: crash when putting an unknown type in a dictionary · vim/vim · GitHub Problem: Vim9: crash when putting an unknown type in a dictionary. Solution: Handle a NULL type pointer.
Release v8.2.2550: patch 8.2.2550: signal stack size is wrong with latest glibc 2.34 · vim/vim · GitHub Problem: Signal stack size is wrong with latest glibc 2.34. Solution: Use sysconf(_SC_SIGSTKSZ) if available. (Zdenek Dohnal, closes #7…
Release v8.2.2500: patch 8.2.2500: build fails without the GUI feature · vim/vim · GitHub Problem: Build fails without the GUI feature. Solution: Add #ifdef.
Release v8.2.2400: patch 8.2.2400: Vim9: compiled functions are not profiled · vim/vim · GitHub Problem: Vim9: compiled functions are not profiled. Solution: Add initial changes to profile compiled functions. Fix that a script-local functi…
Release v8.2.2250: patch 8.2.2250: Vim9: sublist is ambiguous · vim/vim · GitHub Problem: Vim9: sublist is ambiguous. Solution: Require white space around the colon. (closes #7409)
Release v8.2.2150: patch 8.2.2150: Github actions CI isn't used for all available platforms · vim/vim · GitHub Problem: Github actions CI isn't used for all available platforms. Solution: Update the github workflows. (Ozaki Kiichi, closes …
Release v8.2.2100: patch 8.2.2100: insufficient testing for function range and dict · vim/vim · GitHub Problem: Insufficient testing for function range and dict. Solution: Add a few tests. (Dominique Pellé, closes #7428)
Release v8.2.2050: patch 8.2.2050: search test contains unneeded sleeps · vim/vim · GitHub Problem: Search test contains unneeded sleeps. Solution: Rename the function, remove sleeps. (Christian Brabandt, closes #7369) 久々
v8.2.1700: patch 8.2.1700: Vim9: try/catch causes wrong value to be returned Problem: Vim9: try/catch causes wrong value to be returned. Solution: Reset tcd_return. (closes #6964)