Skip to content
Snippets Groups Projects
  1. Jul 09, 2016
    • Bram Moolenaar's avatar
      patch 7.4.2010 · 537ef084
      Bram Moolenaar authored
      Problem:    There is a :cbottom command but no :lbottom command.
      Solution:   Add :lbottom. (Yegappan Lakshmanan)
      v7.4.2010
      537ef084
    • Bram Moolenaar's avatar
      patch 7.4.2009 · ed59aa60
      Bram Moolenaar authored
      Problem:    Messages test fails.
      Solution:   Don't set redir_execute before returning.
      v7.4.2009
      ed59aa60
    • Bram Moolenaar's avatar
      patch 7.4.2008 · 79815f1e
      Bram Moolenaar authored
      Problem:    evalcmd() has a confusing name.
      Solution:   Rename to execute().  Make silent optional.  Support a list of
                  commands.
      v7.4.2008
      79815f1e
    • Bram Moolenaar's avatar
      patch 7.4.2007 · fc4ad616
      Bram Moolenaar authored
      Problem:    Running the tests leaves a viminfo file behind.
      Solution:   Make the viminfo option empty.
      v7.4.2007
      fc4ad616
    • Bram Moolenaar's avatar
      patch 7.4.2006 · 30445cb6
      Bram Moolenaar authored
      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.2006
      30445cb6
  2. Jul 08, 2016
  3. Jul 07, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1999 · bc5d6dd1
      Bram Moolenaar authored
      Problem:    evalcmd() doesn't work recursively.
      Solution:   Use redir_evalcmd instead of redir_vname.
      v7.4.1999
      bc5d6dd1
    • Bram Moolenaar's avatar
      patch 7.4.1998 · bf2cc5f3
      Bram Moolenaar authored
      Problem:    When writing buffer lines to a job there is no NL to NUL
                  conversion.
      Solution:   Make it work symmetrical with writing lines from a job into a
                  buffer.
      v7.4.1998
      bf2cc5f3
    • Bram Moolenaar's avatar
      patch 7.4.1997 · dcb17001
      Bram Moolenaar authored
      Problem:    Cannot easily scroll the quickfix window.
      Solution:   Add ":cbottom".
      v7.4.1997
      dcb17001
    • Bram Moolenaar's avatar
      patch 7.4.1996 · 1e5e1231
      Bram Moolenaar authored
      Problem:    Capturing the output of a command takes a few commands.
      Solution:   Add evalcmd().
      v7.4.1996
      1e5e1231
    • Bram Moolenaar's avatar
      patch 7.4.1995 · 9d5d3c9c
      Bram Moolenaar authored
      Problem:    GUI: cursor drawn in wrong place if a timer callback causes a
                  screen update. (David Samvelyan)
      Solution:   Also redraw the cursor when it's blinking and on.
      v7.4.1995
      9d5d3c9c
    • Bram Moolenaar's avatar
      patch 7.4.1994 · 05e418d4
      Bram Moolenaar authored
      Problem:    True-false test fails.
      Solution:   Filter the dict to only keep the value that matters.
      v7.4.1994
      05e418d4
    • Bram Moolenaar's avatar
      patch 7.4.1993 · 6bb45014
      Bram Moolenaar authored
      Problem:    Not all TRUE and FALSE arguments are tested.
      Solution:   Add a few more tests.
      v7.4.1993
      6bb45014
    • Bram Moolenaar's avatar
      patch 7.4.1992 · e381d3d5
      Bram Moolenaar authored
      Problem:    Values for true and false can be confusing.
      Solution:   Update the documentation.  Add a test.  Make v:true evaluate to
                  TRUE for a non-zero-arg.
      v7.4.1992
      e381d3d5
    • Bram Moolenaar's avatar
      patch 7.4.1991 · 00efded1
      Bram Moolenaar authored
      Problem:    glob() does not add a symbolic link when there are no wildcards.
      Solution:   Remove the call to mch_getperm().
      v7.4.1991
      00efded1
  4. Jul 05, 2016
  5. Jul 04, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1989 · b33c7eb5
      Bram Moolenaar authored
      Problem:    filter() and map() only accept a string argument.
      Solution:   Implement using a Funcref argument (Yasuhiro Matsumoto, Ken
                  Takata)
      v7.4.1989
      b33c7eb5
  6. Jul 03, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1988 · ab9c89b6
      Bram Moolenaar authored
      Problem:    When updating viminfo with file marks there is no time order.
      Solution:   Remember the time when a buffer was last used, store marks for
                  the most recently used buffers.
      v7.4.1988
      ab9c89b6
  7. Jul 02, 2016
  8. Jul 01, 2016
    • Bram Moolenaar's avatar
      patch 7.4.1979 · 2acfbed9
      Bram Moolenaar authored
      Problem:    Getting value of binary option is wrong. (Kent Sibilev)
      Solution:   Fix type cast.  Add a test.
      v7.4.1979
      2acfbed9
    • Bram Moolenaar's avatar
      patch 7.4.1978 · c5af40ae
      Bram Moolenaar authored
      Problem:    Large file test does not delete its output.
      Solution:   Delete the output. Check size properly when possible. (Ken Takata)
      v7.4.1978
      c5af40ae
    • Bram Moolenaar's avatar
      patch 7.4.1977 · bde9810d
      Bram Moolenaar authored
      Problem:    With 64 bit changes don't need three calls to sprintf().
      Solution:   Simplify the code, use vim_snprintf(). (Ken Takata)
      v7.4.1977
      bde9810d
    • Bram Moolenaar's avatar
      patch 7.4.1976 · 22fcfad2
      Bram Moolenaar authored
      Problem:    Number variables are not 64 bits while they could be.
      Solution:   Add the num64 feature. (Ken Takata)
      v7.4.1976
      22fcfad2
    • Bram Moolenaar's avatar
      patch 7.4.1975 · 8767f52f
      Bram Moolenaar authored
      Problem:    On MS-Windows large files (> 2Gbyte) cause problems.
      Solution:   Use "off_T" instead of "off_t".  Use "stat_T" instead of "struct
                  stat".  Use 64 bit system functions if available.  (Ken Takata)
      v7.4.1975
      8767f52f
    • Bram Moolenaar's avatar
      patch 7.4.1974 · 4a6c670b
      Bram Moolenaar authored
      Problem:    GUI has a problem with some termcodes.
      Solution:   Handle negative numbers. (Kazunobu Kuriyama)
      v7.4.1974
      4a6c670b
    • Bram Moolenaar's avatar
      patch 7.4.1973 · 4c5717ed
      Bram Moolenaar authored
      Problem:    On MS-Windows the package directory may be added at the end
                  because of forward/backward slash differences. (Matthew
                  Desjardins)
      Solution:   Ignore slash differences.
      v7.4.1973
      4c5717ed
    • Bram Moolenaar's avatar
      patch 7.4.1972 · 40de4566
      Bram Moolenaar authored
      Problem:    On Solaris select() does not work as expected when there is
                  typeahead.
      Solution:   Add ICANON when sleeping. (Ozaki Kiichi)
      v7.4.1972
      40de4566
Loading