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

Skip to content

Tags: zerolatent/vim

Tags

v7.4.2294

Toggle v7.4.2294's commit message
patch 7.4.2294

Problem:    Sign test fails on MS-Windows when using the distributed zip
            archives.
Solution:   Create dummy files instead of relying on files in the pixmaps
            directory.

v7.4.2293

Toggle v7.4.2293's commit message
patch 7.4.2293

Problem:    Modelines in source code are inconsistant.
Solution:   Use the same line in most files.  Add 'noet'.  (Naruhiko Nishino)

v7.4.2292

Toggle v7.4.2292's commit message
patch 7.4.2292

Problem:    Not all systems understand %F in printf().
Solution:   Use %f.

v7.4.2291

Toggle v7.4.2291's commit message
patch 7.4.2291

Problem:    printf() handles floats wrong when there is a sign.
Solution:   Fix placing the sign.  Add tests. (Dominique Pelle)

v7.4.2290

Toggle v7.4.2290's commit message
patch 7.4.2290

Problem:    Compiler warning in tiny build. (Tony Mechelynck)
Solution:   Add #ifdef around infinity_str().

v7.4.2289

Toggle v7.4.2289's commit message
patch 7.4.2289

Problem:    When installing and $DESTDIR is set the icons probably won't be
            installed.
Solution:   Create the icon directories if $DESTDIR is not empty. (Danek
            Duvall)

v7.4.2288

Toggle v7.4.2288's commit message
patch 7.4.2288

Problem:    MS-Windows build instructions are clumsy. "dosbin" doesn't build.
Solution:   Add rename.bat. Fix building "dosbin".

v7.4.2287

Toggle v7.4.2287's commit message
patch 7.4.2287

Problem:    The callback passed to ch_sendraw() is not used.
Solution:   Pass the read part, not the send part. (haya14busa, closes vim#1019)

v7.4.2286

Toggle v7.4.2286's commit message
patch 7.4.2286

Problem:    The tee program isn't included.  Makefile contains build
            instructions that don't work.
Solution:   Update the Filelist and build instructions. Remove build
            instructions for DOS and old Windows.  Add the tee program.

v7.4.2285

Toggle v7.4.2285's commit message
patch 7.4.2285

Problem:    Generated files are outdated.
Solution:   Generate the files.  Avoid errors when generating prototypes.