summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2015-06-25patch 7.4.756v7.4.756Bram Moolenaar
Problem: Can't use strawberry Perl 5.22 x64 on MS-Windows. Solution: Add new defines and #if. (Ken Takata)
2015-06-25patch 7.4.755v7.4.755Bram Moolenaar
Problem: It is not easy to count the number of characters. Solution: Add the skipcc argument to strchars(). (Hirohito Higashi, Ken Takata)
2015-06-25patch 7.4.754v7.4.754Bram Moolenaar
Problem: Using CTRL-A in Visual mode does not work well. (Gary Johnson) Solution: Make it increment all numbers in the Visual area. (Christian Brabandt)
2015-06-25patch 7.4.753v7.4.753Bram Moolenaar
Problem: Appending in Visual mode with 'linebreak' set does not work properly. Also when 'selection' is "exclusive". (Ingo Karkat) Solution: Recalculate virtual columns. (Christian Brabandt)
2015-06-21patch 7.4.752v7.4.752Bram Moolenaar
Problem: Unicode 8.0 not supported. Solution: Update tables for Unicode 8.0. Avoid E36 when running the script. (James McCoy)
2015-06-21patch 7.4.751v7.4.751Bram Moolenaar
Problem: It is not obvious how to enable the address sanitizer. Solution: Add commented-out flags in the Makefile. (Dominique Pelle) Also add missing test targets.
2015-06-21patch 7.4.750v7.4.750Bram Moolenaar
Problem: Cannot build with clang 3.5 on Cygwin with perl enabled. Solution: Strip "-fdebug-prefix-map" in configure. (Ken Takata)
2015-06-20patch 7.4.749v7.4.749Bram Moolenaar
Problem: For some options two consecutive commas are OK. (Nikolay Pavlov) Solution: Add the P_ONECOMMA flag.
2015-06-19patch 7.4.748v7.4.748Bram Moolenaar
Problem: Buffer overflow. Solution: Make the buffer larger. (Kazunobu Kuriyama)
2015-06-19Add the logiPat plugin to the distribution.Bram Moolenaar
2015-06-19patch 7.4.747v7.4.747Bram Moolenaar
Problem: ":cnext" may jump to the wrong column when setting 'virtualedit=all' (cs86661) Solution: Reset the coladd field. (Hirohito Higashi)
2015-06-19patch 7.4.746v7.4.746Bram Moolenaar
Problem: ":[count]tag" is not always working. (cs86661) Solution: Set cur_match a bit later. (Hirohito Higashi)
2015-06-19patch 7.4.745v7.4.745Bram Moolenaar
Problem: The entries added by matchaddpos() are returned by getmatches() but can't be set with setmatches(). (Lcd) Solution: Fix setmatches(). (Christian Brabandt)
2015-06-19patch 7.4.744v7.4.744Bram Moolenaar
Problem: No tests for Ruby and Perl. Solution: Add minimal tests. (Ken Takata)
2015-06-19patch 7.4.743v7.4.743Bram Moolenaar
Problem: "p" in Visual mode causes an unexpected line split. Solution: Advance the cursor first. (Yukihiro Nakadaira)
2015-06-19patch 7.4.742v7.4.742Bram Moolenaar
Problem: Cannot specify a vertical split when loading a buffer for a quickfix command. Solution: Add the "vsplit" value to 'switchbuf'. (Brook Hong)
2015-06-19patch 7.4.741v7.4.741Bram Moolenaar
Problem: When using += with ":set" a trailing comma is not recognized. (Issue 365) Solution: Don't add a second comma. Add a test. (partly by Christian Brabandt)
2015-06-19Updated runtime files.Bram Moolenaar
2015-06-19patch 7.4.740v7.4.740Bram Moolenaar
Problem: ":1quit" works like ":.quit". (Bohr Shaw) Solution: Don't exit Vim when a range is specified. (Christian Brabandt)
2015-06-19patch 7.4.739v7.4.739Bram Moolenaar
Problem: In a string "\U" only takes 4 digits, while after CTRL-V U eight digits can be used. Solution: Make "\U" also take eight digits. (Christian Brabandt)
2015-06-10patch 7.4.738v7.4.738Bram Moolenaar
Problem: Can't compile without the syntax highlighting feature. Solution: Add #ifdef around use of w_p_cul. (Hirohito Higashi)
2015-06-09patch 7.4.737v7.4.737Bram Moolenaar
Problem: On MS-Windows vimgrep over arglist doesn't work (Issue 361) Solution: Only escape backslashes in ## expansion when it is not used as the path separator. (James McCoy)
2015-06-09patch 7.4.736v7.4.736Bram Moolenaar
Problem: Invalid memory access. Solution: Avoid going over the end of a NUL terminated string. (Dominique Pelle)
2015-06-09patch 7.4.735v7.4.735Bram Moolenaar
Problem: Wrong argument for sizeof(). Solution: Use a pointer argument. (Chris Hall)
2015-06-09patch 7.4.734v7.4.734Bram Moolenaar
Problem: ml_get error when using "p" in a Visual selection in the last line. Solution: Change the behavior at the last line. (Yukihiro Nakadaira)
2015-06-09patch 7.4.733v7.4.733Bram Moolenaar
Problem: test_listchars breaks on MS-Windows. (Kenichi Ito) Solution: Set fileformat to "unix". (Christian Brabandt)
2015-06-09Updated runtime files.Bram Moolenaar
2015-06-09patch 7.4.732v7.4.732Bram Moolenaar
Problem: The cursor line is not always updated for the "O" command. Solution: Reset the VALID_CROW flag. (Christian Brabandt)
2015-06-09patch 7.4.731v7.4.731Bram Moolenaar
Problem: The tab menu shows "Close tab" even when it doesn't work. Solution: Don't show "Close tab" for the last tab. (John Marriott)
2015-06-09patch 7.4.730v7.4.730Bram Moolenaar
Problem: When setting the crypt key and using a swap file, text may be encrypted twice or unencrypted text remains in the swap file. (Issue 369) Solution: Call ml_preserve() before re-encrypting. Set correct index for next pointer block.
2015-05-14patch 7.4.729v7.4.729Bram Moolenaar
Problem: Occasional crash with 'list' set. Solution: Fix off-by-one error. (Christian Brabandt)
2015-05-06patch 7.4.728v7.4.728Bram Moolenaar
Problem: Can't build with some version of Visual Studio 2015. Solution: Recognize another version 14 number. (Sinan)
2015-05-06patch 7.4.727v7.4.727Bram Moolenaar
Problem: Cannot build GvimExt with MingW. Solution: Add -lgdi32. (KF Leong)
2015-05-05patch 7.4.726v7.4.726Bram Moolenaar
Problem: Cannot build GvimExt. Solution: Set APPVER to 5.0. (KF Leong)
2015-05-04patch 7.4.725v7.4.725Bram Moolenaar
Problem: ":call setreg('"', [])" reports an internal error. Solution: Make the register empty. (Yasuhiro Matsumoto)
2015-05-04patch 7.4.724v7.4.724Bram Moolenaar
Problem: Vim icon does not show in Windows context menu. (issue 249) Solution: Load the icon in GvimExt.
2015-05-04patch 7.4.723v7.4.723Bram Moolenaar
Problem: For indenting, finding the C++ baseclass can be slow. Solution: Cache the result. (Hirohito Higashi)
2015-05-04patch 7.4.722v7.4.722Bram Moolenaar
Problem: 0x202f is not recognized as a non-breaking space character. Solution: Add 0x202f to the list. (Christian Brabandt)
2015-05-04patch 7.4.721v7.4.721Bram Moolenaar
Problem: When 'list' is set Visual mode does not highlight anything in empty lines. (mgaleski) Solution: Check the value of lcs_eol in another place. (Christian Brabandt)
2015-05-04patch 7.4.720v7.4.720Bram Moolenaar
Problem: Can't build with Visual Studio 2015. Solution: Recognize the "version 14" numbers and omit /nodefaultlib when appropriate. (Paul Moore)
2015-05-04patch 7.4.719v7.4.719Bram Moolenaar
Problem: Overflow when adding MAXCOL to a pointer. Solution: Subtract pointers instead. (James McCoy)
2015-05-04patch 7.4.718v7.4.718Bram Moolenaar
Problem: Autocommands triggered by quickfix cannot get the current title value. Solution: Set w:quickfix_title earlier. (Yannick) Also move the check for a title into the function.
2015-05-04patch 7.4.717v7.4.717Bram Moolenaar
Problem: ":let list += list" can change a locked list. Solution: Check for the lock earlier. (Olaf Dabrunz)
2015-05-04patch 7.4.716v7.4.716Bram Moolenaar
Problem: When using the 'c' flag of ":substitute" and selecting "a" or "l" at the prompt the flags are not remembered for ":&&". (Ingo Karkat) Solution: Save the flag values and restore them. (Hirohito Higashi)
2015-05-04patch 7.4.715v7.4.715Bram Moolenaar
Problem: Invalid memory access when there are illegal bytes. Solution: Get the length from the text, not from the character. (Dominique Pelle)
2015-05-04patch 7.4.714v7.4.714Bram Moolenaar
Problem: Illegal memory access when there are illegal bytes. Solution: Check the byte length of the character. (Dominique Pelle)
2015-05-04patch 7.4.713v7.4.713Bram Moolenaar
Problem: Wrong condition for #ifdef. Solution: Change USR_EXRC_FILE2 to USR_VIMRC_FILE2. (Mikael Fourrier)
2015-04-22patch 7.4.712v7.4.712Bram Moolenaar
Problem: Missing change in another file. Solution: Also change message.c
2015-04-21patch 7.4.711v7.4.711Bram Moolenaar
Problem: Missing change in one file. Solution: Also change option.c
2015-04-21patch 7.4.710v7.4.710Bram Moolenaar
Problem: It is not possible to make spaces visibible in list mode. Solution: Add the "space" item to 'listchars'. (David Bürgin, issue 350)