Skip to content

Tags: urbie-mk2/vim

Tags

v7-4-678

Toggle v7-4-678's commit message
updated for version 7.4.678

Problem:    When using --remote the directory may end up being wrong.
Solution:   Use localdir() to find out what to do. (Xaizek)

v7-4-677

Toggle v7-4-677's commit message
updated for version 7.4.677

Problem:    Configure fails when specifying a python-config-dir. (Lcd)
Solution:   Check if PYTHONFRAMEWORKPREFIX is set.

v7-4-676

Toggle v7-4-676's commit message
updated for version 7.4.676

Problem:    On Mac, when not using the default Python framework configure
	    doesn't do the right thing.
Solution:   Use a linker search path. (Kazunobu Kuriyama)

v7-4-675

Toggle v7-4-675's commit message
updated for version 7.4.675

Problem:    When a FileReadPost autocommand moves the cursor inside a line it
	    gets moved back.
Solution:   When checking whether an autocommand moved the cursor store the
	    column as well. (Christian Brabandt)

v7-4-674

Toggle v7-4-674's commit message
updated for version 7.4.674

Problem:    Missing changes in one file.
Solution:   Also change the win32 file.

v7-4-673

Toggle v7-4-673's commit message
updated for version 7.4.673

Problem:    The first syntax entry gets sequence number zero, which doesn't
	    work. (Clinton McKay)
Solution:   Start at number one. (Bjorn Linse)

v7-4-672

Toggle v7-4-672's commit message
updated for version 7.4.672

Problem:    When completing a shell command, directories in the current
	    directory are not listed.
Solution:   When "." is not in $PATH also look in the current directory for
	    directories.

v7-4-671

Toggle v7-4-671's commit message
updated for version 7.4.671

Problem:    Warning for shadowing a variable.
Solution:   Rename off to mb_off. (Kazunobu Kuriyama)

v7-4-670

Toggle v7-4-670's commit message
updated for version 7.4.670

Problem:    Using 'cindent' for Javascript is less than perfect.
Solution:   Improve indenting of continuation lines. (Hirohito Higashi)

v7-4-669

Toggle v7-4-669's commit message
updated for version 7.4.669

Problem:    When netbeans is active the sign column always shows up.
Solution:   Only show the sign column once a sign has been added. (Xavier de
	    Gaye)