Skip to content
Snippets Groups Projects
  1. Nov 12, 2013
    • Bram Moolenaar's avatar
      updated for version 7.4.090 · 8f5610df
      Bram Moolenaar authored
      Problem:    Win32: When a directory name contains an exclamation mark,
                  completion doesn't complete the contents of the directory.
      Solution:   Escape the exclamation mark. (Jan Stocker)
      v7.4.090
      8f5610df
    • Bram Moolenaar's avatar
      updated for version 7.4.089 · 0671de33
      Bram Moolenaar authored
      Problem:    When editing a file in a directory mounted through sshfs Vim
                  doesn't set the security context on a renamed file.
      Solution:   Add mch_copy_sec() to vim_rename(). (Peter Backes)
      v7.4.089
      0671de33
    • Bram Moolenaar's avatar
      updated for version 7.4.088 · cc63c647
      Bram Moolenaar authored
      Problem:    When spell checking is enabled Asian characters are always marked
                  as error.
      Solution:   When 'spelllang' contains "cjk" do not mark Asian characters as
                  error. (Ken Takata)
      v7.4.088
      cc63c647
  2. Nov 11, 2013
  3. Nov 09, 2013
  4. Nov 08, 2013
  5. Nov 07, 2013
  6. Nov 06, 2013
  7. Nov 05, 2013
  8. Nov 04, 2013
    • Bram Moolenaar's avatar
      updated for version 7.4.068 · 0958e0fb
      Bram Moolenaar authored
      Problem:    Cannot build Vim on Mac with non-Apple compilers.
      Solution:   Remove the -no-cpp-precomp flag. (Misty De Meo)
      v7.4.068
      0958e0fb
    • Bram Moolenaar's avatar
      updated for version 7.4.067 · f332a656
      Bram Moolenaar authored
      Problem:    After inserting comment leader, CTRL-\ CTRL-O does move the
                  cursor. (Wiktor Ruben)
      Solution:   Avoid moving the cursor. (Christian Brabandt)
      v7.4.067
      f332a656
    • Bram Moolenaar's avatar
      updated for version 7.4.066 · 69c3500f
      Bram Moolenaar authored
      Problem:    MS-Windows: When there is a colon in the file name (sub-stream
                  feature) the swap file name is wrong.
      Solution:   Change the colon to "%". (Yasuhiro Matsumoto)
      v7.4.066
      69c3500f
    • Bram Moolenaar's avatar
      updated for version 7.4.065 · 332a2cad
      Bram Moolenaar authored
      Problem:    When recording, the character typed at the hit-enter prompt is
                  recorded twice. (Urtica Dioica)
      Solution:   Avoid recording the character twice. (Christian Brabandt)
      v7.4.065
      332a2cad
    • Bram Moolenaar's avatar
      updated for version 7.4.064 · d9820538
      Bram Moolenaar authored
      Problem:    When replacing a character in Visual block mode, entering a CR
                  does not cause a repeated line break.
      Solution:   Recognize the situation and repeat the line break. (Christian
                  Brabandt)
      v7.4.064
      d9820538
  9. Nov 03, 2013
  10. Nov 02, 2013
Loading