Skip to content
Snippets Groups Projects
  1. Jul 03, 2013
    • Bram Moolenaar's avatar
      updated for version 7.3.1293 · caf2dffd
      Bram Moolenaar authored
      Problem:    Put in empty buffer cannot be undone.
      Solution:   Save one more line for undo. (Ozaki)
      v7.3.1293
      caf2dffd
    • Bram Moolenaar's avatar
      updated for version 7.3.1292 · 5e6d5ca1
      Bram Moolenaar authored
      Problem:    Possibly using invalid pointer when searcing for window. (Raichoo)
      Solution:   Use "firstwin" instead of "tp_firstwin" for current tab.
      v7.3.1292
      5e6d5ca1
    • Bram Moolenaar's avatar
      updated for version 7.3.1291 · e1fc4e2f
      Bram Moolenaar authored
      Problem:    Compiler warnings for uninitialized variables. (Tony Mechelynck)
      Solution:   Initialize the variables.
      v7.3.1291
      e1fc4e2f
    • Bram Moolenaar's avatar
      updated for version 7.3.1290 · 79f7e147
      Bram Moolenaar authored
      Problem:    CTRL-R = in Insert mode changes the start of the insert position.
                  (Ingo Karkat)
      Solution:   Only break undo, don't start a new insert.
      v7.3.1290
      79f7e147
    • Bram Moolenaar's avatar
      updated for version 7.3.1289 · f9da680a
      Bram Moolenaar authored
      Problem:    Get GLIB warning when removing a menu item.
      Solution:   Reference menu-id and also call gtk_container_remove().  (Ivan
                  Krasilnikov)
      v7.3.1289
      f9da680a
    • Bram Moolenaar's avatar
      updated for version 7.3.1288 · 2951b77e
      Bram Moolenaar authored
      Problem:    The first ":echo 'hello'" command output doesn't show.  Mapping
                  for <S-F3> gets triggered during startup.
      Solution:   Add debugging code for the termresponse.  When receiving the "Co"
                  entry and when setting 'ambiwidth' redraw right away if possible.
                  Add redraw_asap().  Don't set 'ambiwidth' if it already had the
                  right value.  Do the 'ambiwidth' check in the second row to avoid
                  confusion with <S-F3>.
      v7.3.1288
      2951b77e
  2. Jul 01, 2013
  3. Jun 30, 2013
  4. Jun 29, 2013
  5. Jun 28, 2013
Loading