summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-09-22Update runtime files. Add support for J.Bram Moolenaar
2013-09-22updated for version 7.4.032v7.4.032Bram Moolenaar
Problem: NFA engine does not match the NUL character. (Jonathon Merz) Solution: Ues 0x0a instead of NUL. (Christian Brabandt)
2013-09-20updated for version 7.4.031v7.4.031Bram Moolenaar
Problem: ":diffoff!" resets options even when 'diff' is not set. (Charles Cooper) Solution: Only resets related options in a window where 'diff' is set.
2013-09-19updated for version 7.4.030v7.4.030Bram Moolenaar
Problem: The -mno-cygwin argument is no longer supported by Cygwin. Solution: Remove the arguments. (Steve Hall)
2013-09-19Add files missing from 7.4.028.Bram Moolenaar
2013-09-19updated for version 7.4.029v7.4.029Bram Moolenaar
Problem: An error in a pattern is reported twice. Solution: Remove the retry with the backtracking engine, it won't work.
2013-09-19updated for version 7.4.028v7.4.028Bram Moolenaar
Problem: Equivalence classes are not working for multi-byte characters. Solution: Copy the rules from the old to the new regexp engine. Add a test to check both engines.
2013-09-08updated for version 7.4.027v7.4.027Bram Moolenaar
Problem: Another valgrind error when using CTRL-X CTRL-F at the start of the line. (Dominique Pelle) Solution: Don't call mb_ptr_back() at the start of the line. Add a test.
2013-09-08updated for version 7.4.026v7.4.026Bram Moolenaar
Problem: Clang warning for int shift overflow. Solution: Use unsigned and cast back to int. (Dominique Pelle)
2013-09-08updated for version 7.4.025v7.4.025Bram Moolenaar
Problem: Reading before start of a string. Solution: Do not call mb_ptr_back() at start of a string. (Dominique Pelle)
2013-09-08updated for version 7.4.024v7.4.024Bram Moolenaar
Problem: When root edits a file the undo file is owned by root while the edited file may be owned by another user, which is not allowed. (cac2s) Solution: Accept an undo file owned by the current user.
2013-09-07updated for version 7.4.023v7.4.023Bram Moolenaar
Problem: Compiler warning on 64 bit windows. Solution: Add type cast. (Mike Williams)
2013-09-05Updated runtime files.Bram Moolenaar
2013-09-05updated for version 7.4.022v7.4.022Bram Moolenaar
Problem: Deadlock while exiting, because of allocating memory. Solution: Do not use gettext() in deathtrap(). (James McCoy)
2013-09-05updated for version 7.4.021v7.4.021Bram Moolenaar
Problem: NFA regexp: Using \ze in one branch which doesn't match may cause end of another branch to be wrong. (William Fugh) Solution: Set end position if it wasn't set yet.
2013-09-05updated for version 7.4.020v7.4.020Bram Moolenaar
Problem: NFA engine matches too much with \@>. (John McGowan) Solution: When a whole pattern match is found stop searching.
2013-09-05updated for version 7.4.019v7.4.019Bram Moolenaar
Problem: MS-Windows: File name completion doesn't work properly with Chinese characters. (Yue Wu) Solution: Take care of multi-byte characters when looking for the start of the file name. (Ken Takata)
2013-09-05updated for version 7.4.018v7.4.018Bram Moolenaar
Problem: When completing item becomes unselected. (Shougo Matsu) Solution: Revert patch 7.3.1269.
2013-09-05updated for version 7.4.017v7.4.017Bram Moolenaar
Problem: ":help !!" does not find the "!!" tag in the help file. (Ben Fritz) Solution: When reading the start of the tags file do parse lines that are not header lines.
2013-08-30updated for version 7.4.016v7.4.016Bram Moolenaar
Problem: MS-Windows: File name completion doesn't work properly with Chinese characters. (Yue Wu) Solution: Add fname_casew(). (Ken Takata)
2013-08-30updated for version 7.4.015v7.4.015Bram Moolenaar
Problem: MS-Windows: Detecting node type does not work for multi-byte characters. Solution: Use wide character function when needed. (Ken Takata)
2013-08-30updated for version 7.4.014v7.4.014Bram Moolenaar
Problem: MS-Windows: check for writing to device does not work. Solution: Fix #ifdefs. (Ken Takata)
2013-08-30updated for version 7.4.013v7.4.013Bram Moolenaar
Problem: File name buffer too small for utf-8. Solution: Use character count instead of byte count. (Ken Takata)
2013-08-30updated for version 7.4.012v7.4.012Bram Moolenaar
Problem: MS-Windows: resolving shortcut does not work properly with multi-byte characters. Solution: Use wide system functions. (Ken Takata)
2013-08-30updated for version 7.4.011v7.4.011Bram Moolenaar
Problem: Cannot find out if "acl" and "xpm" features are supported. Solution: Add "acl" and "xpm" to the list of features. (Ken Takata)
2013-08-30updated for version 7.4.010v7.4.010Bram Moolenaar
Problem: Crash with invalid argument to mkdir(). Solution: Check for empty string. (lcd47)
2013-08-25updated for version 7.4.009v7.4.009Bram Moolenaar
Problem: When a file was not decrypted (yet), writing it may destroy the contents. Solution: Mark the file as readonly until decryption was done. (Christian Brabandt)
2013-08-25updated for version 7.4.008v7.4.008Bram Moolenaar
Problem: New regexp engine can't be interrupted. Solution: Check for CTRL-C pressed. (Yasuhiro Matsumoto)
2013-08-22updated for version 7.4.007v7.4.007Bram Moolenaar
Problem: Creating a preview window on startup leaves the screen layout in a messed up state. (Marius Gedminas) Solution: Don't change firstwin. (Christian Brabandt)
2013-08-22updated for version 7.4.006v7.4.006Bram Moolenaar
Problem: mkdir("foo/bar/", "p") gives an error message. (David Barnett) Solution: Remove the trailing slash. (lcd)
2013-08-14updated for version 7.4.005v7.4.005Bram Moolenaar
Problem: Using "vaB" while 'virtualedit' is set selects the wrong area. (Dimitar Dimitrov) Solution: Reset coladd when finding a match.
2013-08-14updated for version 7.4.004v7.4.004Bram Moolenaar
Problem: When closing a window fails ":bwipe" may hang. Solution: Let win_close() return FAIL and break out of the loop.
2013-08-14updated for version 7.4.003v7.4.003Bram Moolenaar
Problem: Memory access error in Ruby syntax highlighting. (Christopher Chow) Solution: Refresh stale pointer. (James McCoy)
2013-08-14updated for version 7.4.002v7.4.002Bram Moolenaar
Problem: Pattern with two alternative look-behind matches does not match. (Amadeus Demarzi) Solution: When comparing PIMs also compare their state ID to see if they are different.
2013-08-14updated for version 7.4.001v7.4.001Bram Moolenaar
Problem: Character classes such as [a-z] to not react to 'ignorecase'. Breaks man page highlighting. (Mario Grgic) Solution: Add separate items for classes that react to 'ignorecase'. Clean up logic handling character classes. Add more tests.
2013-08-10release version 7.4v7.4Bram Moolenaar
2013-08-10updated for version 7.4b.022v7.4b.022Bram Moolenaar
Problem: Not waiting for a character when the tick count overflows. Solution: Subtract the unsigned numbers and cast to int. (Ken Takata)
2013-08-09updated for version 7.4b.021v7.4b.021Bram Moolenaar
Problem: Pressing "u" after an external command results in multiple press-enter messages. (glts) Solution: Don't call hit_return_msg() when we have K_IGNORE. (Christian Brabandt)
2013-08-09updated for version 7.4b.020v7.4b.020Bram Moolenaar
Problem: "g~ap" changes first character of next paragraph. (Manuel Ortega) Solution: Avoid subtracting (0 - 1) from todo. (Mike Williams)
2013-08-07updated for version 7.4b.019v7.4b.019Bram Moolenaar
Problem: Tabline is not updated properly when closing a tab on Win32. Solution: Only reduce flickering when adding a tab. (Ken Takata)
2013-08-07updated for version 7.4b.018v7.4b.018Bram Moolenaar
Problem: Win32: Dialog can still be too big. Solution: Move the check for height further down. (Andrei Olsen)
2013-08-07updated for version 7.4b.017v7.4b.017Bram Moolenaar
Problem: ":he \^x" gives a strange error message. (glts) Solution: Do not translate \^x to \_CTRL-x.
2013-08-07updated for version 7.4b.016v7.4b.016Bram Moolenaar
Problem: Ruby detection fails on Fedora 19. Solution: Use one way to get the Ruby version. (Michael Henry)
2013-08-05updated for version 7.4b.015v7.4b.015Bram Moolenaar
Problem: Can't compile without the 'acd' feature. Solution: Add #ifdefs. (Kazunobu Kuriyama)
2013-08-03Update runtime files.Bram Moolenaar
2013-08-03updated for version 7.4b.014v7.4b.014Bram Moolenaar
Problem: Stupid mistake. Solution: Changle "len" to "i".
2013-08-03updated for version 7.4b.013v7.4b.013Bram Moolenaar
Problem: Install dir for JP man pages is wrong. Solution: Remove ".UTF-8" from the directory name. (Ken Takata)
2013-08-03updated for version 7.4b.012v7.4b.012Bram Moolenaar
Problem: Output from a shell command is truncated at a NUL. (lcd 47) Solution: Change every NUL into an SOH.
2013-08-03updated for version 7.4b.011v7.4b.011Bram Moolenaar
Problem: ":he \%(\)" does not work. (ZyX) Solution: Add an exception to the list.
2013-08-02updated for version 7.4b.010v7.4b.010Bram Moolenaar
Problem: Win32: Tcl library load does not use standard mechanism. Solution: Call vimLoadLib() instead of LoadLibraryEx(). (Ken Takata)