summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.4a.010v7.4a.010Bram Moolenaar2013-07-093-0/+98
| | | | | | Problem: Test 86 and 97 fail when building with Python or Python 3 and using a static library. Solution: Add configure check to add -fPIE compiler flag.
* updated for version 7.4a.009v7.4a.009Bram Moolenaar2013-07-093-5/+6
| | | | | Problem: Compiler warnings for function prototypes. Solution: Add "void". Move list_features() prototype. (Ken Takata)
* updated for version 7.4a.008v7.4a.008Bram Moolenaar2013-07-092-1/+4
| | | | | | | Problem: Python 3 doesn't handle multibyte characters prooperly when 'encoding' is not utf-8. Solution: Use PyUnicode_Decode() instead of PyUnicode_FromString(). (Ken Takata)
* updated for version 7.4a.007v7.4a.007Bram Moolenaar2013-07-092-1/+7
| | | | | | Problem: After "g$" with 'virtualedit' set, "k" moves to a different column. (Dimitar Dimitrov) Solution: Set w_curswant. (Christian Brabandt)
* Updated runtime files. Fix NL translations.Bram Moolenaar2013-07-0920-4116/+3299
|
* updated for version 7.4a.006v7.4a.006Bram Moolenaar2013-07-092-1/+3
| | | | | Problem: Failure in po file check goes unnoticed. Solution: Fail "make test" if the po file check fails.
* updated for version 7.4a.005v7.4a.005Bram Moolenaar2013-07-0911-7/+62
| | | | | | Problem: Scroll binding causes unexpected scroll. Solution: Store the topline after updating scroll binding. Add a test. (Lech Lorens)
* updated for version 7.4a.004v7.4a.004Bram Moolenaar2013-07-092-0/+5
| | | | | Problem: MSVC 2012 Update 3 is not recognized. Solution: Add the version number. (Raymond Ko)
* updated for version 7.4a.003v7.4a.003Bram Moolenaar2013-07-093-2/+4
| | | | | Problem: Copyright year is oudated. Solution: Only use the first year.
* updated for version 7.4a.002v7.4a.002Bram Moolenaar2013-07-072-1/+4
| | | | | Problem: Valgrind errors in test 89. (Simon Ruderich) Solution: Allocate one more byte. (Dominique Pelle)
* Fix duplicate patch number 1.Bram Moolenaar2013-07-061-2/+0
|
* updated for version 7.4a.001v7.4a.001Bram Moolenaar2013-07-061-0/+4
| | | | | | Problem: Script to update syntax menu is oudated. Solution: Add the missing items. (only changing the version, file was already updated)
* Vim 7.4a BETA release.v7.4aBram Moolenaar2013-07-06162-2870/+7864
|
* Update runtime files.Bram Moolenaar2013-07-065-565/+945
|
* updated for version 7.3.1314v7.3.1314Bram Moolenaar2013-07-062-0/+15
| | | | | Problem: Test 87 fails with Python 3.3. Solution: Filter the error messages. (Taro Muraoka)
* updated for version 7.3.1313v7.3.1313Bram Moolenaar2013-07-063-0/+8
| | | | | | Problem: :py and :py3 don't work when compiled with Cygwin or MingW with 64 bit. Solution: Add -DMS_WIN64 to the build command. (Ken Takata)
* updated for version 7.3.1312v7.3.1312Bram Moolenaar2013-07-062-4/+9
| | | | | Problem: Not giving correct error messages for SystemExit(). Solution: Move E858 into an else. (Ken Takata)
* A few updated runtime files.Bram Moolenaar2013-07-056-75/+124
|
* updated for version 7.3.1311v7.3.1311Bram Moolenaar2013-07-053-1/+9
| | | | | Problem: Compiler warnings on Cygwin. Solution: Add type casts. Add windows include files. (Ken Takata)
* updated for version 7.3.1310v7.3.1310Bram Moolenaar2013-07-052-2/+7
| | | | | Problem: Typos in nsis script. Can use better compression. Solution: Fix typos. Use lzma compression. (Ken Takata)
* updated for version 7.3.1309v7.3.1309Bram Moolenaar2013-07-053-1/+7
| | | | | | | Problem: When a script defines a function the flag to wait for the user to hit enter is reset. Solution: Restore the flag. (Yasuhiro Matsumoto) Except when the user was typing the function.
* updated for version 7.3.1308v7.3.1308Bram Moolenaar2013-07-049-54/+38
| | | | | Problem: Typos in MS-Windows build settings and README. Solution: Minor changes to MS-Windows files.
* updated for version 7.3.1307v7.3.1307Bram Moolenaar2013-07-043-42/+56
| | | | | Problem: MS-Windows build instructions are outdated. Solution: Adjust for building on Windows 7. Drop Windows 95/98/ME support.
* updated for version 7.3.1306v7.3.1306Bram Moolenaar2013-07-043-8/+25
| | | | | | Problem: When redrawing the screen during startup the intro message may be cleared. Solution: Redisplay the intro message when appropriate.
* updated for version 7.3.1305v7.3.1305Bram Moolenaar2013-07-042-6/+9
| | | | | Problem: Warnings from 64 bit compiler. Solution: Add type casts.
* updated for version 7.3.1304v7.3.1304Bram Moolenaar2013-07-042-0/+3
| | | | | Problem: Test 89 still fails on MS-Windows. Solution: Set 'shellslash'. (Taro Muraoka)
* updated for version 7.3.1303v7.3.1303Bram Moolenaar2013-07-046-4/+43
| | | | | Problem: Undo is synced whenever CTRL-R = is called, breaking some plugins. Solution: Only break undo when calling setline() or append().
* updated for version 7.3.1302v7.3.1302Bram Moolenaar2013-07-034-3/+15
| | | | | | | 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.
* updated for version 7.3.1301v7.3.1301Bram Moolenaar2013-07-036-8/+14
| | | | | | 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.
* updated for version 7.3.1300v7.3.1300Bram Moolenaar2013-07-034-0/+16
| | | | | | 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)
* updated for version 7.3.1299v7.3.1299Bram Moolenaar2013-07-0310-25/+34
| | | | | | Problem: Errors when doing "make proto". Didn't do "make depend" for a while. Solution: Add #ifdefs. Update dependencies. Update proto files.
* updated for version 7.3.1298v7.3.1298Bram Moolenaar2013-07-032-3/+5
| | | | | Problem: Crash. Solution: Use STRCPY() instead of STRCAT() and allocate one more byte.
* updated for version 7.3.1297v7.3.1297Bram Moolenaar2013-07-034-5/+75
| | | | | | Problem: findfile() directory matching does not work when a star follows text. (Markus Braun) Solution: Make a wildcard work properly. (Christian Brabandt)
* updated for version 7.3.1296v7.3.1296Bram Moolenaar2013-07-032-7/+3
| | | | | | Problem: Only MS-Windows limits the GUI window size to what fits on the monitor. Solution: Limit the size for all systems. (Daniel Harding)
* updated for version 7.3.1295v7.3.1295Bram Moolenaar2013-07-0311-12/+89
| | | | | | Problem: glob() and globpath() do not handle escaped special characters properly. Solution: Handle escaped characters differently. (Adnan Zafar)
* updated for version 7.3.1294v7.3.1294Bram Moolenaar2013-07-034-7/+80
| | | | | Problem: ":diffoff" resets options. Solution: Save and restore option values. (Christian Brabandt)
* updated for version 7.3.1293v7.3.1293Bram Moolenaar2013-07-032-1/+3
| | | | | Problem: Put in empty buffer cannot be undone. Solution: Save one more line for undo. (Ozaki)
* updated for version 7.3.1292v7.3.1292Bram Moolenaar2013-07-032-1/+4
| | | | | Problem: Possibly using invalid pointer when searcing for window. (Raichoo) Solution: Use "firstwin" instead of "tp_firstwin" for current tab.
* updated for version 7.3.1291v7.3.1291Bram Moolenaar2013-07-032-4/+6
| | | | | Problem: Compiler warnings for uninitialized variables. (Tony Mechelynck) Solution: Initialize the variables.
* updated for version 7.3.1290v7.3.1290Bram Moolenaar2013-07-032-1/+2
| | | | | | 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.
* updated for version 7.3.1289v7.3.1289Bram Moolenaar2013-07-032-0/+15
| | | | | | Problem: Get GLIB warning when removing a menu item. Solution: Reference menu-id and also call gtk_container_remove(). (Ivan Krasilnikov)
* updated for version 7.3.1288v7.3.1288Bram Moolenaar2013-07-034-9/+246
| | | | | | | | | | 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>.
* updated for version 7.3.1287v7.3.1287Bram Moolenaar2013-07-015-18/+69
| | | | | | Problem: Python SystemExit exception is not handled properly. Solution: Catch the exception and give an error. (Yasuhiro Matsumoto, Ken Takata)
* updated for version 7.3.1286v7.3.1286Bram Moolenaar2013-07-012-0/+3
| | | | | Problem: Check for screen size missing for Athena and Motif. Solution: Add call to limit_screen_size().
* updated for version 7.3.1285v7.3.1285Bram Moolenaar2013-07-0110-7/+161
| | | | | | 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)
* updated for version 7.3.1284v7.3.1284Bram Moolenaar2013-07-012-5/+9
| | | | | Problem: Compiler warnings in MS-Windows clipboard handling. Solution: Add type casts. (Ken Takata)
* updated for version 7.3.1283v7.3.1283Bram Moolenaar2013-07-013-13/+21
| | | | | Problem: Test 71 fails on MS-Windows. Solution: Put the binary data in a separate file. (Ken Takata)
* updated for version 7.3.1282v7.3.1282Bram Moolenaar2013-07-012-5/+6
| | | | | Problem: 'cursorline' not drawn in any other window. (Charles Campbell) Solution: Do draw the cursor line in other windows.
* updated for version 7.3.1281v7.3.1281Bram Moolenaar2013-07-012-2/+6
| | | | | | Problem: When 'ttymouse' is set to "xterm2" clicking in column 123 moves the cursor to column 96. (Kevin Goodsell) Solution: Decode KE_CSI.
* updated for version 7.3.1280v7.3.1280Bram Moolenaar2013-06-302-15/+37
| | | | | | Problem: Reading memory already freed since patch 7.3.1247. (Simon Ruderich, Dominique Pelle) Solution: Copy submatches before reallocating the state list.