Skip to content

Tags: nisaige/vim

Tags

v8.0.1288

Toggle v8.0.1288's commit message
patch 8.0.1288: GUI: cannot drag the statusline of a terminal window

Problem:    GUI: cannot drag the statusline of a terminal window.
Solution:   Handle the TERMINAL state. (Hirohito Higashi)

v8.0.1287

Toggle v8.0.1287's commit message
patch 8.0.1287: temp file used for viminfo may have wrong permissions

Problem:    The temp file used when updating the viminfo file may have the
            wrong permissions if setting the group fails.
Solution:   Check if the group matches and reduce permissions if not.

v8.0.1286

Toggle v8.0.1286's commit message
patch 8.0.1286: occasional crash when using a channel

Problem:    Occasional crash when using a channel. (Marek)
Solution:   Decrement reference count later. (closes vim#2315)

v8.0.1285

Toggle v8.0.1285's commit message
patch 8.0.1285: occasional crash when using a channel

Problem:    Occasional crash when using a channel. (Marek)
Solution:   Decrement reference count later. (closes vim#2315)

v8.0.1284

Toggle v8.0.1284's commit message
patch 8.0.1284: loading file type detection slows down startup

Problem:    Loading file type detection slows down startup.
Solution:   Store the last pattern of an autocommand event to make appending
            quicker.

v8.0.1283

Toggle v8.0.1283's commit message
patch 8.0.1283: test 86 fails under ASAN

Problem:    Test 86 fails under ASAN.
Solution:   Fix that an item was added to a dictionary twice.

v8.0.1282

Toggle v8.0.1282's commit message
patch 8.0.1282: script-local variable defined in the wrong script

Problem:    script-local variable defined in the wrong script
Solution:   Move variable to autoload/filetype.vim.

v8.0.1281

Toggle v8.0.1281's commit message
patch 8.0.1281: loading file type detection slows down startup

Problem:    Loading file type detection slows down startup.
Solution:   Move functions to an autoload script.

v8.0.1280

Toggle v8.0.1280's commit message
patch 8.0.1280: Python None cannot be converted to a Vim type

Problem:    Python None cannot be converted to a Vim type.
Solution:   Convert it to v:none. (Ken Takata)

v8.0.1279

Toggle v8.0.1279's commit message
patch 8.0.1279: initializing menus can be slow

Problem:    Initializing menus can be slow, especially when there are many
            keymaps, color schemes, etc.
Solution:   Do the globbing for runtime files lazlily. (Ken Takata)