Skip to content

Tags: teodosi/vim

Tags

v7.4.2009

Toggle v7.4.2009's commit message
patch 7.4.2009

Problem:    Messages test fails.
Solution:   Don't set redir_execute before returning.

v7.4.2008

Toggle v7.4.2008's commit message
patch 7.4.2008

Problem:    evalcmd() has a confusing name.
Solution:   Rename to execute().  Make silent optional.  Support a list of
            commands.

v7.4.2007

Toggle v7.4.2007's commit message
patch 7.4.2007

Problem:    Running the tests leaves a viminfo file behind.
Solution:   Make the viminfo option empty.

v7.4.2006

Toggle v7.4.2006's commit message
patch 7.4.2006

Problem:    Crash when using tabnext in BufUnload autocmd. (Norio Takagi)
Solution:   First check that the current buffer is the right one. (Hirohito
            Higashi)

v7.4.2005

Toggle v7.4.2005's commit message
patch 7.4.2005

Problem:    After using evalcmd() message output is in the wrong position.
            (Christian Brabandt)
Solution:   Reset msg_col.

v7.4.2004

Toggle v7.4.2004's commit message
patch 7.4.2004

Problem:    GUI: cursor displayed in the wrong position.
Solution:   Correct screen_cur_col and screen_cur_row.

v7.4.2003

Toggle v7.4.2003's commit message
patch 7.4.2003

Problem:    Still cursor flickering when a callback updates the screen. (David
            Samvelyan)
Solution:   Put the cursor in the right position after updating the screen.

v7.4.2002

Toggle v7.4.2002's commit message
patch 7.4.2002

Problem:    Crash when passing number to filter() or map().
Solution:   Convert to a string. (Ozaki Kiichi)

v7.4.2001

Toggle v7.4.2001's commit message
patch 7.4.2001

Problem:    Tiny build fails. (Tony Mechelynck)
Solution:   Add #ifdef.

v7.4.2000

Toggle v7.4.2000's commit message
patch 7.4.2000

Problem:    Evalcmd test fails.
Solution:   Add missing piece.