Skip to content

Tags: vim/vim-win32-installer

Tags

v9.2.0276

Toggle v9.2.0276's commit message
vim: Import v9.2.0276

* translation(cleanup): squeeze successive empty lines and remove stray comments
* 9.2.0276: [security]: modeline security bypass
* 9.2.0275: tests: test_options.vim fails
* 9.2.0274: BSU/ESU are output directly to the terminal
* 9.2.0273: tabpanel: undefined behaviour with large tabpanelop columns
* translation(ru): updated lang/README.ru.txt
* translation(ru): updated the Russian man page the xxd
* runtime(sshconfig): Add missing kex algorithm
* runtime(racket): Use shellescape() to harden the K mapping
* Fix a few typos in tests
* runtime(tera): use fnameescape() when loading separate syntax files
* translation(ru): updated translations

v9.2.0272

Toggle v9.2.0272's commit message
vim: Import v9.2.0272

* runtime(rustfmt): not correctly escaping directory names
* runtime(vimgoto): Not correctly escaping the filanems
* runtime(typeset): Use fnameescape() for the :lcd command
* runtime(context): use fnameescape() for the Log command
* 9.2.0272: [security]: 'tabpanel' can be set in a modeline

v9.2.0271

Toggle v9.2.0271's commit message
vim: Import v9.2.0271

* 9.2.0271: buffer underflow in vim_fgets()
* 9.2.0270: test: trailing spaces used in tests
* 9.2.0269: configure: Link error on Solaris
* 9.2.0268: memory leak in call_oc_method()
* 9.2.0267: 'autowrite' not triggered for :term
* 9.2.0266: typeahead buffer overflow during mouse drag event

v9.2.0265

Toggle v9.2.0265's commit message
vim: Import v9.2.0265

* 9.2.0265: unnecessary restrictions for defining dictionary function names
* 9.2.0264: Cannot disable kitty keyboard protocol in vim :terminal
* 9.2.0263: hlset() cannot handle attributes with spaces

v9.2.0261

Toggle v9.2.0261's commit message
vim: Import v9.2.0261

* 9.2.0262: invalid lnum when pasting text copied blockwise
* 9.2.0261: terminal: redraws are slow

v9.2.0260

Toggle v9.2.0260's commit message
vim: Import v9.2.0260

* 9.2.0260: statusline not redrawn after closing a popup window
* 9.2.0259: tabpanel: corrupted display during scrolling causing flicker
* 9.2.0258: memory leak in add_mark()
* 9.2.0257: unnecessary memory allocation in set_callback()
* 9.2.0256: visual selection size not shown in showcmd during test
* 9.2.0255: tests: Test_popup_opacity_vsplit() fails in a wide terminal
* 9.2.0254: w_locked can be bypassed when setting recursively
* 9.2.0253: various issues with wrong b_nwindows after closing buffers
* 9.2.0252: Crash when ending Visual mode after curbuf was unloaded
* 9.2.0251: Link error when building without channel feature
* runtime(amiga): revamp syntax highlighting and add new maintainer

v9.2.0250

Toggle v9.2.0250's commit message
vim: Import v9.2.0250

* translation(it): Update Italian xxd man page
* runtime(doc): Update examples in xxd.1 manpage
* 9.2.0250: system() does not support bypassing the shell
* 9.2.0249: clipboard: provider reacts to autoselect feature
* 9.2.0248: json_decode() is not strict enough
* 9.2.0247: popup: popups may not wrap as expected
* 9.2.0246: memory leak in globpath()
* 9.2.0245: xxd: color output detection is broken
* 9.2.0244: memory leak in eval8()
* 9.2.0243: memory leak in change_indent()
* 9.2.0242: memory leak in check_for_cryptkey()
* 9.2.0241: tests: Test_visual_block_hl_with_autosel() is flaky

v9.2.0240

Toggle v9.2.0240's commit message
vim: Import v9.2.0240

* 9.2.0240: syn_name2id() is slow due to linear search
* runtime(sh): Distinguish parts of function definitions
* runtime(sh): Improve the matching of function definitions
* 9.2.0239: signcolumn may cause flicker
* 9.2.0238: showmode message may not be displayed
* 9.2.0237: filetype: ObjectScript routines are not recognized
* runtime(manpager): use \x07 instead of \a for BEL in OSC 8 regex
* 9.2.0236: stack-overflow with deeply nested data in json_encode/decode()

v9.2.0235

Toggle v9.2.0235's commit message
vim: Import v9.2.0235

* runtime(java): Make changes for JDK 26
* 9.2.0235: filetype: wks files are not recognized.
* 9.2.0234: test: Test_close_handle() is flaky
* 9.2.0233: Compiler warning in strings.c
* 9.2.0232: fileinfo not shown after :bd of last listed buffer

v9.2.0231

Toggle v9.2.0231's commit message
vim: Import v9.2.0231

* 9.2.0231: Amiga: Link error for missing HAVE_LOCALE_H
* 9.2.0230: popup: opacity not working accross vert splits
* 9.2.0229: keypad keys may overwrite keycode for another key
* translation(it): Update Italian translation
* translation(it): Update Italian xxd man page
* 9.2.0228: still possible flicker
* 9.2.0227: MS-Windows: CSI sequences may be written to screen
* 9.2.0226: No 'incsearch' highlighting support for :uniq
* 9.2.0225: runtime(compiler): No compiler plugin for just
* 9.2.0224: channel: 2 issues with out/err callbacks
* translation: Regenerate desktop files in runtime directory
* 9.2.0223: Option handling for key:value suboptions is limited
* 9.2.0222: "zb" scrolls incorrectly with cursor on fold
* 9.2.0221: Visual selection drawn incorrectly with "autoselect"
* 9.2.0220: MS-Windows: some defined cannot be set on Cygwin/Mingw
* runtime(manpager): Strip OSC 8 hyperlink sequences in manpager plugin