summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.4a.023v7.4a.023Bram Moolenaar2013-07-142-1/+3
| | | | | Problem: Still another superfluous parenthesis. (ZyX) Solution: Remove it.
* updated for version 7.4a.022v7.4a.022Bram Moolenaar2013-07-142-1/+3
| | | | | Problem: Using "d2g$" does not delete the last character. (ZyX) Solution: Set the "inclusive" flag properly.
* updated for version 7.4a.021v7.4a.021Bram Moolenaar2013-07-142-1/+4
| | | | | Problem: Using feedkeys() doesn't always work. Solution: Omit feedkeys(). (Ken Takata)
* updated for version 7.4a.020v7.4a.020Bram Moolenaar2013-07-142-2/+3
| | | | | Problem: Superfluous mb_ptr_adv(). Solution: Remove the call. (Dominique Pelle)
* updated for version 7.4a.019v7.4a.019Bram Moolenaar2013-07-143-7/+9
| | | | | | Problem: Invalid closing parenthesis in test 62. Command truncated at double quote. Solution: Remove the parenthesis. Change double quote to ''. (ZyX)
* updated for version 7.4a.018v7.4a.018Bram Moolenaar2013-07-133-3/+6
| | | | | Problem: Compiler warning for code unreachable. (Charles Campbell) Solution: Use "while" instead of endless loop. Change break to continue.
* updated for version 7.4a.017v7.4a.017Bram Moolenaar2013-07-132-0/+6
| | | | | | Problem: When 'foldmethod' is "indent", using ">>" on a line just above a fold makes the cursor line folded. (Evan Laforge) Solution: Call foldOpenCursor(). (Christian Brabandt)
* updated for version 7.4a.016v7.4a.016Bram Moolenaar2013-07-132-5/+7
| | | | | Problem: Features enabled in Makefile. Solution: Undo accidental changes.
* updated for version 7.4a.015v7.4a.015Bram Moolenaar2013-07-132-0/+11
| | | | | | Problem: No Japanese man pages. Solution: Add Japanese translations of man pages. (Ken Takata, Yukihiro Nakadaira, et al.)
* updated for version 7.4a.014v7.4a.014Bram Moolenaar2013-07-134-8/+25
| | | | | Problem: Test 86 and 89 have a problem with using a shadow dir. Solution: Adjust for the different directory structure. (James McCoy)
* updated for version 7.4a.013v7.4a.013Bram Moolenaar2013-07-134-5/+22
| | | | | | | Problem: Setting/resetting 'lbr' in the main help file changes alignment after a Tab. (Dimitar Dimitrov) Solution: Also use the code for conceal mode where n_extra is computed for 'lbr'.
* updated for version 7.4a.012v7.4a.012Bram Moolenaar2013-07-122-1/+5
| | | | | Problem: "make test" fails when using a shadow directory. Solution: Create links for files in src/po. (James McCoy)
* updated for version 7.4a.011v7.4a.011Bram Moolenaar2013-07-123-8/+4
| | | | | Problem: Configure check for Python 3 config name isn't right. Solution: Always include vi_cv_var_python3_version. (Tim Harder)
* 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-096-4013/+3200
|
* 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-067-2644/+16
|
* Update runtime files.Bram Moolenaar2013-07-063-543/+918
|
* 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)
* 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-051-0/+2
| | | | | 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-044-3/+5
| | | | | 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-041-0/+2
| | | | | 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.