summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-06-30updated for version 7.3.1278Bram Moolenaar
Problem: When someone sets the screen size to a huge value with "stty" Vim runs out of memory before reducing the size. Solution: Limit Rows and Columns in more places.
2013-06-30updated for version 7.3.1277Bram Moolenaar
Problem: In diff mode 'cursorline' also draws in the non-active window. When 'nu' and 'sbr' are set the 'sbr' string is not underlined. Solution: Only draw the cursor line in the current window. Combine the 'cursorline' and other highlighting attributes. (Christian Brabandt)
2013-06-30updated for version 7.3.1276Bram Moolenaar
Problem: When using a cscope connection resizing the window may send SIGWINCH to cscope and it quits. Solution: Call setpgid(0, 0) in the child process. (Narendran Gopalakrishnan)
2013-06-30updated for version 7.3.1275Bram Moolenaar
Problem: "gn" does not work when the match is a single character. Solution: Fix it, add a test. (Christian Brabandt)
2013-06-30updated for version 7.3.1274Bram Moolenaar
Problem: When selecting an entry from a location list it may pick an arbitrary window or open a new one. Solution: Prefer using a window related to the location list. (Lech Lorens)
2013-06-30updated for version 7.3.1273Bram Moolenaar
Problem: When copying a location list the index might be wrong. Solution: Set the index to one when using the first entry. (Lech Lorens)
2013-06-30updated for version 7.3.1272Bram Moolenaar
Problem: Crash when editing Ruby file. (Aliaksandr Rahalevich) Solution: Reallocate the state list when necessary.
2013-06-30updated for version 7.3.1271Bram Moolenaar
Problem: Command line completion does not work. Solution: Move setting xp_line down. (Daniel Thau)
2013-06-29Updated runtime files.Bram Moolenaar
2013-06-29updated for version 7.3.1270Bram Moolenaar
Problem: Using "Vp" in an empty buffer can't be undone. (Hauke Petersen) Solution: Save one line in an empty buffer. (Christian Brabandt)
2013-06-29updated for version 7.3.1269Bram Moolenaar
Problem: Insert completion keeps entry selected even though the list has changed. (Olivier Teuliere) Solution: Reset compl_shown_match and compl_curr_match. (Christian Brabandt)
2013-06-29updated for version 7.3.1268Bram Moolenaar
Problem: ACL support doesn't work when when compiled with MingW. Solution: Support ACL on MingW. (Ken Takata)
2013-06-29updated for version 7.3.1267Bram Moolenaar
Problem: MS-Windows ACL support doesn't work well. Solution: Implement more ACL support. (Ken Takata)
2013-06-29updated for version 7.3.1266Bram Moolenaar
Problem: QNX: GUI fails to start. Solution: Remove the QNX-specific #ifdef. (Sean Boudreau)
2013-06-29updated for version 7.3.1265Bram Moolenaar
Problem: Accepting "Vim:" for a modeline causes errors too often. Solution: Require "Vim:" to be followed by "set".
2013-06-29updated for version 7.3.1264Bram Moolenaar
Problem: Missing m_nowait. Solution: Include missing part of the patch.
2013-06-29updated for version 7.3.1263Bram Moolenaar
Problem: Typo in short option name. Solution: Change "imse" to "imsf".
2013-06-29updated for version 7.3.1262Bram Moolenaar
Problem: Crash and compilation warnings with Cygwin. Solution: Check return value of XmbTextListToTextProperty(). Add type casts. Adjust #ifdefs. (Lech Lorens)
2013-06-29updated for version 7.3.1261Bram Moolenaar
Problem: A buffer-local language mapping from a keymap stops a global insert mode mapping from working. (Ron Aaron) Solution: Do not wait for more characters to be typed only when the mapping was defined with <nowait>.
2013-06-29updated for version 7.3.1260Bram Moolenaar
Problem: User completion does not get the whole command line in the command line window. Solution: Pass on the whole command line. (Daniel Thau)
2013-06-29updated for version 7.3.1259Bram Moolenaar
Problem: No test for patch 7.3.1258 Solution: Add a test entry.
2013-06-28updated for version 7.3.1258Bram Moolenaar
Problem: Using submatch() may crash Vim. (Ingo Karkat) Solution: Restore the number of subexpressions used.
2013-06-28updated for version 7.3.1257Bram Moolenaar
Problem: With GNU gettext() ":lang de_DE.utf8" does not always result in German messages. Solution: Clear the $LANGUAGE environment variable.
2013-06-28updated for version 7.3.1256Bram Moolenaar
Problem: Can't build without eval or autocmd feature. Solution: Add #ifdefs.
2013-06-28Update runtime files. Remove duplicate tags in help.Bram Moolenaar
2013-06-27updated for version 7.3.1255Bram Moolenaar
Problem: Clang warnings when building with Athena. Solution: Add type casts. (Dominique Pelle)
2013-06-27updated for version 7.3.1254Bram Moolenaar
Problem: Can't build without the multi-lang feature. (John Marriott) Solution: Add #ifdef.
2013-06-27updated for version 7.3.1253Bram Moolenaar
Problem: Still undo problem after using CTRL-R = setline(). (Hirohito Higashi) Solution: Set the ins_need_undo flag.
2013-06-27updated for version 7.3.1252Bram Moolenaar
Problem: Gvim does not find the toolbar bitmap files in ~/vimfiles/bitmaps if the corresponding menu command contains additional characters like the shortcut marker '&' or if you use a non-english locale. Solution: Use menu->en_dname or menu->dname. (Martin Gieseking)
2013-06-26updated for version 7.3.1251Bram Moolenaar
Problem: Test 61 messes up viminfo. Solution: Specify a separate viminfo file.
2013-06-26updated for version 7.3.1250Bram Moolenaar
Problem: Python tests fail on MS-Windows. Solution: Change backslashes to slashes. (Taro Muraoka)
2013-06-26updated for version 7.3.1249Bram Moolenaar
Problem: Modeline not recognized when using "Vim" instead of "vim". Solution: Also accept "Vim".
2013-06-26updated for version 7.3.1248Bram Moolenaar
Problem: Still have old hacking code for Input Method. Solution: Add 'imactivatefunc' and 'imstatusfunc' as a generic solution to Input Method activation. (Yukihiro Nakadaira)
2013-06-26updated for version 7.3.1247Bram Moolenaar
Problem: New regexp engine: '[ ]\@!\p\%([ ]\@!\p\)*:' does not always match. Solution: When there is a PIM add a duplicate state that starts at another position.
2013-06-26updated for version 7.3.1246Bram Moolenaar
Problem: When setting 'winfixheight' and resizing the window causes the window layout to be wrong. Solution: Add frame_check_height() and frame_check_width() (Yukihiro Nakadaira)
2013-06-26Updated runtime files. New version of TOhtml plugin.Bram Moolenaar
2013-06-26updated for version 7.3.1245Bram Moolenaar
Problem: MS-Windows: confirm() dialog text may still not fit. Solution: Use GetTextWidthEnc() instead of GetTextWidth() in two more places. (Yasuhiro Matsumoto)
2013-06-26updated for version 7.3.1244Bram Moolenaar
Problem: MS-Windows: confirm() dialog text may not fit. Solution: Use GetTextWidthEnc() instead of GetTextWidth(). (Yasuhiro Matsumoto)
2013-06-26updated for version 7.3.1243Bram Moolenaar
Problem: New regexp engine: back references in look-behind match don't work. (Lech Lorens) Solution: Copy the submatches before a recursive match.
2013-06-24updated for version 7.3.1242Bram Moolenaar
Problem: No failure when trying to use a number as a string. Solution: Give an error when StringToLine() is called with an instance of the wrong type. (Jun Takimoto)
2013-06-24updated for version 7.3.1241Bram Moolenaar
Problem: Some test files missing from the distribution. Solution: Update the list of files.
2013-06-24Update runtime files.Bram Moolenaar
2013-06-24updated for version 7.3.1240Bram Moolenaar
Problem: Memory leak in findfile(). Solution: Free the memory. (Christian Brabandt)
2013-06-24updated for version 7.3.1239Bram Moolenaar
Problem: Can't build with Python and MSVC10. Solution: Move #if outside of macro. (Taro Muraoka)
2013-06-24updated for version 7.3.1238Bram Moolenaar
Problem: Crash in Python interface on 64 bit machines. Solution: Change argument type of PyString_AsStringAndSize. (Taro Muraoka, Jun Takimoto)
2013-06-23updated for version 7.3.1237Bram Moolenaar
Problem: Python: non-import errors not handled correctly. Solution: Let non-ImportError exceptions pass the finder. (ZyX)
2013-06-23updated for version 7.3.1236Bram Moolenaar
Problem: Python: WindowSetattr() missing support for NUMBER_UNSIGNED. Solution: Add NUMBER_UNSIGNED, add more tests. Various fixes. (ZyX)
2013-06-23updated for version 7.3.1235Bram Moolenaar
Problem: In insert mode CTRL-] is not inserted, on the command-line it is. Solution: Don't insert CTRL-] on the command line. (Yukihiro Nakadaira)
2013-06-23updated for version 7.3.1234Bram Moolenaar
Problem: Python: Strings are not marked for translation. Solution: Add N_() where appropriate. (ZyX)
2013-06-23updated for version 7.3.1233Bram Moolenaar
Problem: Various Python problems. Solution: Fix VimTryEnd. Crash with debug build and PYTHONDUMPREFS=1. Memory leaks in StringToLine(), BufferMark() and convert_dl. (ZyX)