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

Skip to content

Tags: zhaocai/macvim

Tags

v7-4-430

Toggle v7-4-430's commit message
updated for version 7.4.430

Problem:    test_listlbr fails when compiled with normal features.
Solution:   Check for the +conceal feature.

v7-4-429

Toggle v7-4-429's commit message
updated for version 7.4.429

Problem:    Build fails with fewer features. (Elimar Riesebieter)
Solution:   Add #ifdef.

v7-4-428

Toggle v7-4-428's commit message
updated for version 7.4.428

Problem:    executable() may return a wrong result on MS-Windows.
Solution:   Change the way SearchPath() is called. (Yasuhiro Matsumoto, Ken
	    Takata)

v7-4-427

Toggle v7-4-427's commit message
updated for version 7.4.427

Problem:    When an InsertCharPre autocommand executes system() typeahead may
	    be echoed and messes up the display. (Jacob Niehus)
Solution:   Do not set cooked mode when invoked from ":silent".

v7-4-426

Toggle v7-4-426's commit message
updated for version 7.4.426

Problem:    README File missing from list of files.
Solution:   Update the list of files.

v7-4-425

Toggle v7-4-425's commit message
updated for version 7.4.425

Problem:    When 'showbreak' is used "gj" may move to the wrong position.
	    (Nazri Ramliy)
Solution:   Adjust virtcol when 'showbreak' is set. (Christian Brabandt)

v7-4-424

Toggle v7-4-424's commit message
updated for version 7.4.424

Problem:    Get ml_get error when using Python to delete lines in a buffer
	    that is not in a window.  issue 248.
Solution:   Do not try adjusting the cursor for a different buffer.

v7-4-423

Toggle v7-4-423's commit message
updated for version 7.4.423

Problem:    expand("$shell") does not work as documented.
Solution:   Do not escape the $ when expanding environment variables.

v7-4-422

Toggle v7-4-422's commit message
updated for version 7.4.422

Problem:    When using conceal with linebreak some text is not displayed
	    correctly. (Grüner Gimpel)
Solution:   Check for conceal mode when using linebreak. (Christian Brabandt)

v7-4-421

Toggle v7-4-421's commit message
updated for version 7.4.421

Problem:    Crash when searching for "\ze*". (Urtica Dioica)
Solution:   Disallow a multi after \ze and \zs.