Skip to content

Tags: sv99/vim

Tags

v7.4.1187

Toggle v7.4.1187's commit message
patch 7.4.1187

Problem:    MS-Windows channel code only supports one channel.  Doesn't build
            without netbeans support.
Solution:   Get the channel index from the socket in the message. Closes vim#600.

v7.4.1186

Toggle v7.4.1186's commit message
patch 7.4.1186

Problem:    Error messages for security context are hard to translate.
Solution:   Use one string with %s. (Ken Takata)

v7.4.1185

Toggle v7.4.1185's commit message
patch 7.4.1185

Problem:    Can't build with TCL on some systems.
Solution:   Rename the channel_ functions.

v7.4.1184

Toggle v7.4.1184's commit message
patch 7.4.1184

Problem:    MS-Windows build is still broken.
Solution:   Change nbsock to ch_fd.

v7.4.1183

Toggle v7.4.1183's commit message
patch 7.4.1183

Problem:    MS-Windows build is broken.
Solution:   Remove init in wrong place.

v7.4.1182

Toggle v7.4.1182's commit message
patch 7.4.1182

Problem:    Still socket code intertwined with netbeans.
Solution:   Move code from netbeans.c to channel.c

v7.4.1181

Toggle v7.4.1181's commit message
patch 7.4.1181

Problem:    free_tv() can't handle special variables. (Damien)
Solution:   Add the variable type.

v7.4.1180

Toggle v7.4.1180's commit message
patch 7.4.1180

Problem:    Crash with invalid argument to glob2regpat().
Solution:   Check for NULL. (Justin M. Keyes, closes vim#596)  Add a test.

v7.4.1179

Toggle v7.4.1179's commit message
patch 7.4.1179

Problem:    test_writefile and test_viml do not delete the tempfile.
Solution:   Delete the tempfile. (Charles Cooper)  Add DeleteTheScript().

v7.4.1178

Toggle v7.4.1178's commit message
patch 7.4.1178

Problem:    empty() doesn't work for the new special variables.
Solution:   Make empty() work. (Damien)