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

Skip to content

Tags: genoma/macvim

Tags

g-snapshot-32

Toggle g-snapshot-32's commit message
Merge branch 'vim'

v7-4-648

Toggle v7-4-648's commit message
updated for version 7.4.648

Problem:    Tests broken on MS-Windows.
Solution:   Delete wrong copy line. (Ken Takata)

v7-4-647

Toggle v7-4-647's commit message
updated for version 7.4.647

Problem:    After running the tests on MS-Windows many files differ from their
	    originals as they were checked out.
Solution:   Use a temp directory for executing the tests. (Ken Takata, Taro
	    Muraoka)

v7-4-646

Toggle v7-4-646's commit message
updated for version 7.4.646

Problem:    ":bufdo" may start at a deleted buffer.
Solution:   Find the first not deleted buffer. (Shane Harper)

v7-4-645

Toggle v7-4-645's commit message
updated for version 7.4.645

Problem:    When splitting the window in a BufAdd autocommand while still in
	    the first, empty buffer the window count is wrong.
Solution:   Do not reset b_nwindows to zero and don't increment it.

v7-4-644

Toggle v7-4-644's commit message
updated for version 7.4.644

Problem:    Stratus VOS doesn't have sync().
Solution:   Use fflush(). (Karli Aurelia)

v7-4-643

Toggle v7-4-643's commit message
updated for version 7.4.643

Problem:    Using the default file format for Mac files. (Issue 77)
Solution:   Reset the try_mac counter in the right place. (Oswald)

v7-4-642

Toggle v7-4-642's commit message
updated for version 7.4.642

Problem:    When using "gf" escaped spaces are not handled.
Solution:   Recognize escaped spaces.

v7-4-641

Toggle v7-4-641's commit message
updated for version 7.4.641

Problem:    The tabline menu was using ":999tabnew" which is now invalid.
Solution:   Use ":$tabnew" instead. (Florian Degner)

g-shapshot-31

Toggle g-shapshot-31's commit message
Merge branch 'vim'