Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: xgywd/vim

Tags

v7.4.2321

Toggle v7.4.2321's commit message
patch 7.4.2321

Problem:    When a test is commented out we forget about it.
Solution:   Let a test throw an exception with "Skipped" and list skipped test
            functions. (Christian Brabandt)

v7.4.2320

Toggle v7.4.2320's commit message
patch 7.4.2320

Problem:    Redraw problem when using 'incsearch'.
Solution:   Save the current view when deleting characters. (Christian
            Brabandt) Fix that the '" mark is set in the wrong position. Don't
            change the search start when using BS.

v7.4.2319

Toggle v7.4.2319's commit message
patch 7.4.2319

Problem:    No way for a system wide vimrc to stop loading defaults.vim.
            (Christian Hesse)
Solution:   Bail out of defaults.vim if skip_defaults_vim was set.

v7.4.2318

Toggle v7.4.2318's commit message
patch 7.4.2318

Problem:    When 'incsearch' is not set CTRL-T and CTRL-G are not inserted as
            before.
Solution:   Move #ifdef and don't use goto.

v7.4.2317

Toggle v7.4.2317's commit message
patch 7.4.2317

Problem:    Normal mode tests fail on MS-Windows.
Solution:   Do some tests only on Unix.  Set 'fileformat' to "unix".

v7.4.2316

Toggle v7.4.2316's commit message
patch 7.4.2316

Problem:    Channel sort test is flaky.
Solution:   Add a check the output has been read.

v7.4.2315

Toggle v7.4.2315's commit message
patch 7.4.2315

Problem:    Insufficient testing for Normal mode commands.
Solution:   Add a big test. (Christian Brabandt, closes vim#1029)

v7.4.2314

Toggle v7.4.2314's commit message
patch 7.4.2314

Problem:    No error when deleting an augroup while it's the current one.
Solution:   Disallow deleting an augroup when it's the current one.

v7.4.2313

Toggle v7.4.2313's commit message
patch 7.4.2313

Problem:    Crash when deleting an augroup and listing an autocommand.
            (Dominique Pelle)
Solution:   Make sure deleted_augroup is valid.

v7.4.2312

Toggle v7.4.2312's commit message
patch 7.4.2312

Problem:    Crash when autocommand moves to another tab. (Dominique Pelle)
Solution:   When navigating to another window halfway the :edit command go
            back to the right window.