summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)Author
2013-07-04updated for version 7.3.1307v7.3.1307Bram Moolenaar
Problem: MS-Windows build instructions are outdated. Solution: Adjust for building on Windows 7. Drop Windows 95/98/ME support.
2013-07-04updated for version 7.3.1306v7.3.1306Bram Moolenaar
Problem: When redrawing the screen during startup the intro message may be cleared. Solution: Redisplay the intro message when appropriate.
2013-07-04updated for version 7.3.1305v7.3.1305Bram Moolenaar
Problem: Warnings from 64 bit compiler. Solution: Add type casts.
2013-07-04updated for version 7.3.1304v7.3.1304Bram Moolenaar
Problem: Test 89 still fails on MS-Windows. Solution: Set 'shellslash'. (Taro Muraoka)
2013-07-04updated for version 7.3.1303v7.3.1303Bram Moolenaar
Problem: Undo is synced whenever CTRL-R = is called, breaking some plugins. Solution: Only break undo when calling setline() or append().
2013-07-03updated for version 7.3.1302v7.3.1302Bram Moolenaar
Problem: Test 17 fails on MS-Windows. Includes line break in file name everywhere. Solution: Fix 'fileformat'. Omit CR-LF from a line read from an included file.
2013-07-03updated for version 7.3.1301v7.3.1301Bram Moolenaar
Problem: Some tests fail on MS-Windows. Solution: Fix path separators in test 89 and 96. Omit test 97, escaping works differently. Make findfile() work on MS-Windows.
2013-07-03updated for version 7.3.1300v7.3.1300Bram Moolenaar
Problem: Mac: tiny and small build fails. Solution: Don't include os_macosx.m in tiny build. Include mouse support in small build. (Kazunobu Kuriyama)
2013-07-03updated for version 7.3.1299v7.3.1299Bram Moolenaar
Problem: Errors when doing "make proto". Didn't do "make depend" for a while. Solution: Add #ifdefs. Update dependencies. Update proto files.
2013-07-03updated for version 7.3.1298v7.3.1298Bram Moolenaar
Problem: Crash. Solution: Use STRCPY() instead of STRCAT() and allocate one more byte.
2013-07-03updated for version 7.3.1297v7.3.1297Bram Moolenaar
Problem: findfile() directory matching does not work when a star follows text. (Markus Braun) Solution: Make a wildcard work properly. (Christian Brabandt)
2013-07-03updated for version 7.3.1296v7.3.1296Bram Moolenaar
Problem: Only MS-Windows limits the GUI window size to what fits on the monitor. Solution: Limit the size for all systems. (Daniel Harding)
2013-07-03updated for version 7.3.1295v7.3.1295Bram Moolenaar
Problem: glob() and globpath() do not handle escaped special characters properly. Solution: Handle escaped characters differently. (Adnan Zafar)
2013-07-03updated for version 7.3.1294v7.3.1294Bram Moolenaar
Problem: ":diffoff" resets options. Solution: Save and restore option values. (Christian Brabandt)
2013-07-03updated for version 7.3.1293v7.3.1293Bram Moolenaar
Problem: Put in empty buffer cannot be undone. Solution: Save one more line for undo. (Ozaki)
2013-07-03updated for version 7.3.1292v7.3.1292Bram Moolenaar
Problem: Possibly using invalid pointer when searcing for window. (Raichoo) Solution: Use "firstwin" instead of "tp_firstwin" for current tab.
2013-07-03updated for version 7.3.1291v7.3.1291Bram Moolenaar
Problem: Compiler warnings for uninitialized variables. (Tony Mechelynck) Solution: Initialize the variables.
2013-07-03updated for version 7.3.1290v7.3.1290Bram Moolenaar
Problem: CTRL-R = in Insert mode changes the start of the insert position. (Ingo Karkat) Solution: Only break undo, don't start a new insert.
2013-07-03updated for version 7.3.1289v7.3.1289Bram Moolenaar
Problem: Get GLIB warning when removing a menu item. Solution: Reference menu-id and also call gtk_container_remove(). (Ivan Krasilnikov)
2013-07-03updated for version 7.3.1288v7.3.1288Bram Moolenaar
Problem: The first ":echo 'hello'" command output doesn't show. Mapping for <S-F3> gets triggered during startup. Solution: Add debugging code for the termresponse. When receiving the "Co" entry and when setting 'ambiwidth' redraw right away if possible. Add redraw_asap(). Don't set 'ambiwidth' if it already had the right value. Do the 'ambiwidth' check in the second row to avoid confusion with <S-F3>.
2013-07-01updated for version 7.3.1287v7.3.1287Bram Moolenaar
Problem: Python SystemExit exception is not handled properly. Solution: Catch the exception and give an error. (Yasuhiro Matsumoto, Ken Takata)
2013-07-01updated for version 7.3.1286v7.3.1286Bram Moolenaar
Problem: Check for screen size missing for Athena and Motif. Solution: Add call to limit_screen_size().
2013-07-01updated for version 7.3.1285v7.3.1285Bram Moolenaar
Problem: No tests for picking a window when selecting an entry in a location list. Not picking the right window sometimes. Solution: Add test 96. Set usable_win appropriately. (Lech Lorens)
2013-07-01updated for version 7.3.1284v7.3.1284Bram Moolenaar
Problem: Compiler warnings in MS-Windows clipboard handling. Solution: Add type casts. (Ken Takata)
2013-07-01updated for version 7.3.1283v7.3.1283Bram Moolenaar
Problem: Test 71 fails on MS-Windows. Solution: Put the binary data in a separate file. (Ken Takata)
2013-07-01updated for version 7.3.1282v7.3.1282Bram Moolenaar
Problem: 'cursorline' not drawn in any other window. (Charles Campbell) Solution: Do draw the cursor line in other windows.
2013-07-01updated for version 7.3.1281v7.3.1281Bram Moolenaar
Problem: When 'ttymouse' is set to "xterm2" clicking in column 123 moves the cursor to column 96. (Kevin Goodsell) Solution: Decode KE_CSI.
2013-06-30updated for version 7.3.1280v7.3.1280Bram Moolenaar
Problem: Reading memory already freed since patch 7.3.1247. (Simon Ruderich, Dominique Pelle) Solution: Copy submatches before reallocating the state list.
2013-06-30updated for version 7.3.1279v7.3.1279Bram Moolenaar
Problem: Compiler warning for variable uninitialized. (Tony Mechelynck) Solution: Add an init.
2013-06-30updated for version 7.3.1278v7.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.1277v7.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.1276v7.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.1275v7.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.1274v7.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.1273v7.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.1272v7.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.1271v7.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.1270v7.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.1269v7.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.1268v7.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.1267v7.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.1266v7.3.1266Bram Moolenaar
Problem: QNX: GUI fails to start. Solution: Remove the QNX-specific #ifdef. (Sean Boudreau)
2013-06-29updated for version 7.3.1265v7.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.1264v7.3.1264Bram Moolenaar
Problem: Missing m_nowait. Solution: Include missing part of the patch.
2013-06-29updated for version 7.3.1263v7.3.1263Bram Moolenaar
Problem: Typo in short option name. Solution: Change "imse" to "imsf".
2013-06-29updated for version 7.3.1262v7.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.1261v7.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.1260v7.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.1259v7.3.1259Bram Moolenaar
Problem: No test for patch 7.3.1258 Solution: Add a test entry.