Skip to content

Tags: ocean69/vim

Tags

v7-4-803

Toggle v7-4-803's commit message
patch 7.4.803

Problem:    C indent does not support C11 raw strings. (Mark Lodato)
Solution:   Do not change indent inside the raw string.

v7-4-802

Toggle v7-4-802's commit message
patch 7.4.802

Problem:    Using "A" in Visual mode while 'linebreak' is set is not tested.
Solution:   Add a test for this, verifies the problem is fixed. (Ingo Karkat)

v7-4-801

Toggle v7-4-801's commit message
patch 7.4.801

Problem:    Test for ":diffoff" doesn't catch all potential problems.
Solution:   Add a :diffthis and a :diffoff command. (Olaf Dabrunz)

v7-4-800

Toggle v7-4-800's commit message
patch 7.4.800

Problem:    Using freed memory when triggering CmdUndefined autocommands.
Solution:   Set pointer to NULL. (Dominique Pelle)

v7-4-799

Toggle v7-4-799's commit message
patch 7.4.799

Problem:    Accessing memory before an allocated block.
Solution:   Check for not going before the start of a pattern. (Dominique
            Pelle)

v7-4-798

Toggle v7-4-798's commit message
patch 7.4.798

Problem:    Repeating a change in Visual mode does not work as expected.
            (Urtica Dioica)
Solution:   Make redo in Visual mode work better. (Christian Brabandt)

v7-4-797

Toggle v7-4-797's commit message
patch 7.4.797

Problem:    Crash when using more lines for the command line than
            'maxcombine'.
Solution:   Use the correct array index.  Also, do not try redrawing when
            exiting.  And use screen_Columns instead of Columns.

v7-4-796

Toggle v7-4-796's commit message
patch 7.4.796

Problem:    Warning from 64 bit compiler.
Solution:   Add type cast. (Mike Williams)

v7-4-795

Toggle v7-4-795's commit message
patch 7.4.795

Problem:    The 'fixeol' option is not copied to a new window.
Solution:   Copy the option value. (Yasuhiro Matsumoto)

v7-4-794

Toggle v7-4-794's commit message
patch 7.4.794

Problem:    Visual Studio 2015 is not recognized.
Solution:   Add the version numbers to the makefile. (Taro Muraoka)