Skip to content

Tags: Silex/vim

Tags

v7-3-198

Toggle v7-3-198's commit message
updated for version 7.3.198

Problem:    No completion for ":lang".
Solution:   Get locales to complete from. (Dominique Pelle)

v7-3-197

Toggle v7-3-197's commit message
updated for version 7.3.197

Problem:    When a QuickfixCmdPost event removes all errors, Vim still tries
	    to jump to the first error, resulting in E42.
Solution:   Get the number of error after the autocmd event. (Mike Lundy)

v7-3-196

Toggle v7-3-196's commit message
updated for version 7.3.196

Problem:    Can't intercept a character that is going to be inserted.
Solution:   Add the InsertCharPre autocommand event. (Jakson A. Aquino)

v7-3-195

Toggle v7-3-195's commit message
updated for version 7.3.195

Problem:    "} else" causes following lines to be indented too much. (Rouben
	    Rostamian)
Solution:   Better detection for the "else". (Lech Lorens)

v7-3-194

Toggle v7-3-194's commit message
updated for version 7.3.194

Problem:    When "b" is a symlink to directory "a", resolve("b/") doesn't
	    result in "a/".  (ZyX)
Solution:   Remove the trailing slash. (Jean-Rene David)

v7-3-193

Toggle v7-3-193's commit message
updated for version 7.3.193

Problem:    In the command line window ":close" doesn't work properly. (Tony
	    Mechelynck)
Solution:   Use Ctrl_C instead of K_IGNORE for cmdwin_result. (Jean-Rene
	    David)

v7-3-192

Toggle v7-3-192's commit message
updated for version 7.3.192

Problem:    Ex command ":s/ \?/ /g" splits multi-byte characters into bytes.
	    (Dominique Pelle)
Solution:   Advance over whole character instead of one byte.

v7-3-191

Toggle v7-3-191's commit message
updated for version 7.3.191

Problem:    Still some RISC OS stuff to remove.
Solution:   Remove files and lines. (Hong Xu)
	    Remove the 'osfiletype' option code.

v7-3-190

Toggle v7-3-190's commit message
updated for version 7.3.190

Problem:    When there is a "containedin" syntax argument highlighting may be
	    wrong. (Radek)
Solution:   Reset current_next_list. (Ben Schmidt)

v7-3-189

Toggle v7-3-189's commit message
updated for version 7.3.189

Problem:    Can't build without +clipboard feature. (Christian Ebert)
Solution:   Add the missing #ifdef.