Skip to content
Snippets Groups Projects
  1. Apr 06, 2013
  2. Apr 05, 2013
  3. Apr 03, 2013
  4. Mar 21, 2013
  5. Mar 19, 2013
  6. Mar 16, 2013
  7. Mar 13, 2013
  8. Mar 07, 2013
    • Bram Moolenaar's avatar
      updated for version 7.3.854 · 3978e08f
      Bram Moolenaar authored
      Problem:    After using backspace in insert mode completion, CTRL-N and CTRL-P
                  do not highlight the right entry. (Olivier Teuliere)
      Solution:   Set the current item to the shown item after using backspace.
      v7.3.854
      3978e08f
    • Bram Moolenaar's avatar
      updated for version 7.3.853 · db813951
      Bram Moolenaar authored
      Problem:    Using "ra" in multiple lines on multi-byte characters leaves a few
                  characters not replaced.
      Solution:   Adjust the end column only in the last line. (Yasuhiro Matsumoto)
      v7.3.853
      db813951
    • Bram Moolenaar's avatar
      updated for version 7.3.852 · e2e663f6
      Bram Moolenaar authored
      Problem:    system() breaks clipboard text. (Yukihiro Nakadaira)
      Solution:   Use Xutf8TextPropertyToTextList(). (Christian Brabandt)
                  Also do not put the text in the clip buffer if conversion fails.
      v7.3.852
      e2e663f6
    • Bram Moolenaar's avatar
      updated for version 7.3.851 · 210f3704
      Bram Moolenaar authored
      Problem:    Using an empty pattern with :sort silently continues when there is
                  no previous search pattern.
      Solution:   Give an error message.
      v7.3.851
      210f3704
    • Bram Moolenaar's avatar
      updated for version 7.3.850 · 60abe753
      Bram Moolenaar authored
      Problem:    ":vimgrep //" matches everywhere.
      Solution:   Make it use the previous search pattern. (David Bürgin)
      v7.3.850
      60abe753
    • Bram Moolenaar's avatar
      updated for version 7.3.849 · c389fd3a
      Bram Moolenaar authored
      Problem:    ":g//" gives "Pattern not found error" with E486.  Should not use
                  the error number, it's not a regular error message.
      Solution:   Use a normal message. (David Bürgin)
      v7.3.849
      c389fd3a
    • Bram Moolenaar's avatar
      updated for version 7.3.848 · db3fbe52
      Bram Moolenaar authored
      Problem:    Can't build with Ruby 2.0 when using MinGW x64 or MSVC10.
      Solution:   Fix it. Also detect RUBY_PLATFORM and RUBY_INSTALL_NAME for x64.
                  (Ken Takata)
      v7.3.848
      db3fbe52
Loading