summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2012-02-04updated for version 7.3.425v7.3.425Bram Moolenaar
Problem: Search history lines are duplicated. (Edwin Steiner) Solution: Convert separator character from space to NUL.
2012-02-04updated for version 7.3.424v7.3.424Bram Moolenaar
Problem: Win16 version missing some functions. Solution: Add #defines for the functions.
2012-02-04updated for version 7.3.423v7.3.423Bram Moolenaar
Problem: Small mistakes in comments, proto and indent. Solution: Fix the mistakes. Also update runtime files
2012-02-04updated for version 7.3.422v7.3.422Bram Moolenaar
Problem: Python 3 does not have __members__. Solution: Add "name" and "number" in another way. (lilydjwg)
2012-01-28updated for version 7.3.421v7.3.421Bram Moolenaar
Problem: Get E832 when setting 'undofile' in vimrc and there is a file to be edited on the command line. (Toothpik) Solution: Do not try reading the undo file for a file that wasn't loaded.
2012-01-26updated for version 7.3.420v7.3.420Bram Moolenaar
Problem: "it" and "at" don't work properly with a dash in the tag name. Solution: Require a space to match the tag name. (Christian Brabandt)
2012-01-26updated for version 7.3.419v7.3.419Bram Moolenaar
Problem: DBCS encoding in a user command does not always work. Solution: Skip over DBCS characters. (Yasuhiro Matsumoto)
2012-01-26updated for version 7.3.418v7.3.418Bram Moolenaar
Problem: When a user complete function returns -1 an error message is given. Solution: When -2 is returned stop completion silently. (Yasuhiro Matsumoto)
2012-01-26updated for version 7.3.417v7.3.417Bram Moolenaar
Problem: Test 43 fails with a tiny build. Solution: Only run test 43 with at least a small build.
2012-01-26updated for version 7.3.416v7.3.416Bram Moolenaar
Problem: Compiler warning for wrong pointer. Solution: Add type cast.
2012-01-26updated for version 7.3.416Bram Moolenaar
Problem: Compiler warning for wrong pointer. Solution: Add type cast.
2012-01-26updated for version 7.3.415v7.3.415Bram Moolenaar
Problem: Completion of functions stops once a dictionary is encountered. (James McCoy) Solution: Return an empty string instead of NULL.
2012-01-26updated for version 7.3.414v7.3.414Bram Moolenaar
Problem: Using CTRL-A on "000" drops the leading zero, while on "001" it doesn't. Solution: Detect "000" as an octal number. (James McCoy)
2012-01-26updated for version 7.3.413v7.3.413Bram Moolenaar
Problem: Build warnings on MS-Windows. Solution: Add type casts. (Mike Williams)
2012-01-26updated for version 7.3.412v7.3.412Bram Moolenaar
Problem: Storing a float in a session file has an additional '&'. Solution: Remove the '&'. (Yasuhiro Matsumoto)
2012-01-26updated for version 7.3.411v7.3.411Bram Moolenaar
Problem: Pasting in Visual mode using the "" register does not work. (John Beckett) Solution: Detect that the write is overwriting the pasted register. (Christian Brabandt)
2012-01-23updated for version 7.3.410v7.3.410Bram Moolenaar
Problem: Compiler error for // comment. (Joachim Schmitz) Solution: Turn into /* comment */.
2012-01-20updated for version 7.3.409v7.3.409Bram Moolenaar
Problem: The license in pty.c is unclear. Solution: Add a comment about the license.
2012-01-20Update runtime files.Bram Moolenaar
2012-01-20updated for version 7.3.408v7.3.408Bram Moolenaar
Problem: Missing declaration. Solution: Add the declaration. (John Marriott)
2012-01-20updated for version 7.3.407v7.3.407Bram Moolenaar
Problem: ":12verbose call F()" may duplicate text while trying to truncate. (Thinca) Solution: Only truncate when there is not enough room. Also check the byte length of the buffer.
2012-01-20updated for version 7.3.406v7.3.406Bram Moolenaar
Problem: Multi-byte characters in b:browsefilter are not handled correctly. Solution: First use convert_filter() normally and then convert to wide characters. (Taro Muraoka)
2012-01-20updated for version 7.3.405v7.3.405Bram Moolenaar
Problem: When xterm gets back the function keys it may delete the urxvt mouse termcap code. Solution: Check for the whole code, not just the start. (Egmont Koblinger)
2012-01-20updated for version 7.3.404v7.3.404Bram Moolenaar
Problem: When a complete function uses refresh "always" redo will not work properly. Solution: Do not reset compl_leader when compl_opt_refresh_always is set. (Yasuhiro Matsumoto)
2012-01-20updated for version 7.3.403v7.3.403Bram Moolenaar
Problem: ":helpgrep" does not trigger QuickFixCmd* autocommands. Solution: Trigger the autocommands. (Christian Brabandt)
2012-01-20updated for version 7.3.402v7.3.402Bram Moolenaar
Problem: When jumping to the first error a line of the buffer is sometimes redrawn on top of the list of errors. Solution: Do not call update_topline_redraw() if the display was scrolled up.
2012-01-10updated for version 7.3.401v7.3.401Bram Moolenaar
Problem: A couple more shadowed variables. Solution: Rename the variables.
2012-01-10updated for version 7.3.400v7.3.400Bram Moolenaar
Problem: Compiler warnings for shadowed variables. Solution: Remove or rename the variables.
2012-01-10updated for version 7.3.399v7.3.399Bram Moolenaar
Problem: ":cd" doesn't work when the path contains wildcards. (Yukihiro Nakadaira) Solution: Ignore wildcard errors when the EW_NOTWILD flag is used.
2012-01-10updated for version 7.3.398v7.3.398Bram Moolenaar
Problem: When creating more than 10 location lists and adding items one by one a previous location may be used. (Audrius Kažukauskas) Solution: Clear the location list completely when adding the tenth one.
2012-01-10updated for version 7.3.397v7.3.397Bram Moolenaar
Problem: ":helpgrep" does not work properly when 'encoding' is not utf-8 or latin1. Solution: Convert non-ascii lines to 'encoding'. (Yasuhiro Matsumoto)
2012-01-10Updated runtime files.Bram Moolenaar
2012-01-10updated for version 7.3.396v7.3.396Bram Moolenaar
Problem: After forcing an operator to be characterwise it can still become linewise when spanning whole lines. Solution: Don't make the operator linewise when motion_force was set. (Christian Brabandt)
2012-01-10updated for version 7.3.395v7.3.395Bram Moolenaar
Problem: "dv?bar" in the last line deletes too much and breaks undo. Solution: Only adjust the cursor position when it's after the last line of the buffer. Add a test. (Christian Brabandt)
2012-01-10updated for version 7.3.394v7.3.394Bram Moolenaar
Problem: When placing a mark while starting up a screen redraw messes up the screen. (lith) Solution: Don't redraw while still starting up. (Christian Brabandt)
2012-01-04updated for version 7.3.393v7.3.393Bram Moolenaar
Problem: Win32: When resizing Vim it is always moved to the primary monitor if the secondary monitor is on the left. Solution: Use the nearest monitor. (Yukihiro Nakadaira)
2012-01-04updated for version 7.3.392v7.3.392Bram Moolenaar
Problem: When setting 'undofile' while the file is already loaded but unchanged, try reading the undo file. (Andy Wokula) Solution: Compute a checksum of the text when 'undofile' is set. (Christian Brabandt)
2012-01-04updated for version 7.3.391v7.3.391Bram Moolenaar
Problem: Can't check if the XPM_W32 feature is enabled. Solution: Add xpm_w32 to the list of features. (kat)
2011-12-30updated for version 7.3.390v7.3.390Bram Moolenaar
Problem: Using NULL buffer pointer in a window. Solution: Check for w_buffer being NULL in more places. (Bjorn Winckler)
2011-12-30updated for version 7.3.389v7.3.389Bram Moolenaar
Problem: After typing at a prompt the "MORE" message appears too soon. Solution: reset lines_left in msg_end_prompt(). (Eswald)
2011-12-30updated for version 7.3.388v7.3.388Bram Moolenaar
Problem: Crash on exit when EXITFREE is defined and using tiny features. Solution: Check for NULL window pointer. (Dominique Pelle)
2011-12-30Updated runtime files.Bram Moolenaar
2011-12-30updated for version 7.3.387v7.3.387Bram Moolenaar
Problem: Test 83 may fail for some encodings. Solution: Set 'encoding' to utf-8 earlier.
2011-12-23updated for version 7.3.386v7.3.386Bram Moolenaar
Problem: Test 83 fails when iconv does not support cp932. (raf) Solution: Test if conversion works. (Yukihiro Nakadaira)
2011-12-23updated for version 7.3.385v7.3.385Bram Moolenaar
Problem: When using an expression mapping on the command line the cursor ends up in the wrong place. (Yasuhiro Matsumoto) Solution: Save and restore msg_col and msg_row when evaluating the expression.
2011-12-23updated for version 7.3.384v7.3.384Bram Moolenaar
Problem: Mapping CTRL-K in Insert mode breaks CTRL-X CTRL-K for dictionary completion. Solution: Add CTRL-K to the list of recognized keys. (James McCoy)
2011-12-23updated for version 7.3.383v7.3.383Bram Moolenaar
Problem: For EBCDIC pound sign is defined as 't'. Solution: Correctly define POUND.
2011-12-15updated for version 7.3.382v7.3.382Bram Moolenaar
Problem: IME characters are inserted twice. Solution: Do not call DefWindowProc() if the event was handled. (Yasuhiro Matsumoto)
2011-12-14Update runtime files.Bram Moolenaar
2011-12-14updated for version 7.3.381v7.3.381Bram Moolenaar
Problem: Configure silently skips interfaces that won't work. Solution: Add the --enable-fail_if_missing argument. (Shlomi Fish)