summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.053v7.3.053Bram Moolenaar2010-11-102-1/+7
| | | | | | | Problem: complete() function doesn't reset complete direction. Can't use an empty string in the list of matches. Solution: Set compl_direction to FORWARD. Add "empty" key to allow empty words. (Kikuchan)
* updated for version 7.3.052v7.3.052Bram Moolenaar2010-11-108-11/+51
| | | | | | | Problem: When 'completefunc' opens a new window all kinds of errors follow. (Xavier Deguillard) Solution: When 'completefunc' goes to another window or buffer and when it deletes text abort completion. Add a test for 'completefunc'.
* updated for version 7.3.051v7.3.051Bram Moolenaar2010-11-103-5/+20
| | | | | Problem: Crash when /home/mool/bin:/usr/local/sbin:/usr/local/bin:/home/mool/java/jdk/bin:/bin:/sbin:/usr/bin:/usr/games:/usr/sbin:/usr/X11R6/bin:/usr/local/linux-jdk1.3.1/bin:/usr/local/lib/python2.2/Tools/idle is empty. Solution: Check for vim_getenv() returning NULL. (Yasuhiro Matsumoto)
* updated for version 7.3.050v7.3.050Bram Moolenaar2010-11-036-3/+56
| | | | | | Problem: The link script is clumsy. Solution: Use the --as-needed linker option if available. (Kirill A. Shutemov)
* updated for version 7.3.049v7.3.049Bram Moolenaar2010-11-037-27/+129
| | | | | Problem: PLT has rebranded their Scheme to Racket. Solution: Add support for Racket 5.x. (Sergey Khorev)
* updated for version 7.3.048v7.3.048Bram Moolenaar2010-11-032-3/+14
| | | | | | | Problem: ":earlier 1f" doesn't work after loading undo file. Solution: Set b_u_save_nr_cur when loading an undo file. (Christian Brabandt) Fix only showing time in ":undolist"
* updated for version 7.3.047v7.3.047Bram Moolenaar2010-10-277-7/+10
| | | | | Problem: Missing makefile updates for test 75. Solution: Update the makefiles.
* Updated runtile files.Bram Moolenaar2010-10-2712-96/+85
|
* updated for version 7.3.046v7.3.046Bram Moolenaar2010-10-272-2/+6
| | | | | Problem: Can't build Ruby on MS-Windows. Solution: Add #ifdef, don't use WIN3264 before including vim.h.
* updated for version 7.3.045v7.3.045Bram Moolenaar2010-10-272-1/+3
| | | | | Problem: Compiler warning for uninitialized variable. Solution: Initialize the variable always.
* updated for version 7.3.044v7.3.044Bram Moolenaar2010-10-272-1/+6
| | | | | | Problem: The preview window opened by the popup menu is larger than specified with 'previewheight'. (Benjamin Haskell) Solution: Use 'previewheight' if it's set and smaller.
* updated for version 7.3.043v7.3.043Bram Moolenaar2010-10-276-26/+61
| | | | | Problem: Can't load Ruby dynamically on Unix. Solution: Adjust the configure script. (James Vega)
* updated for version 7.3.042v7.3.042Bram Moolenaar2010-10-272-3/+5
| | | | | | Problem: No spell highlighting when re-using an empty buffer. Solution: Clear the spell checking info only when clearing the options for a buffer. (James Vega)
* updated for version 7.3.041v7.3.041Bram Moolenaar2010-10-271-2/+4
| | | | | Problem: Compiler warning for accessing mediumVersion. (Tony Mechelynck) Solution: Use the pointer instead of the array itself. (Dominique Pelle)
* updated for version 7.3.040v7.3.040Bram Moolenaar2010-10-272-0/+5
| | | | | | Problem: Comparing strings while ignoring case goes beyond end of the string when there are illegal bytes. (Dominique Pelle) Solution: Explicitly check for illegal bytes.
* updated for version 7.3.039v7.3.039Bram Moolenaar2010-10-272-16/+21
| | | | | | Problem: Crash when using skk.vim plugin. Solution: Get length of expression evaluation result only after checking for NULL. (Noriaki Yagi, Dominique Pelle)
* updated for version 7.3.038v7.3.038Bram Moolenaar2010-10-273-1/+12
| | | | | Problem: v:windowid isn't set on MS-Windows. Solution: Set it to the window handle. (Chris Sutcliffe)
* updated for version 7.3.037v7.3.037Bram Moolenaar2010-10-274-6/+9
| | | | | Problem: Compiler warnings for loss of data. (Mike Williams) Solution: Add type casts.
* updated for version 7.3.036v7.3.036Bram Moolenaar2010-10-272-2/+4
| | | | | | Problem: Win32 GUI: When building without menus, the font for dialogs and tab page headers also changes. Solution: Define USE_SYSMENU_FONT always. (Harig G.)
* updated for version 7.3.035v7.3.035Bram Moolenaar2010-10-242-1/+3
| | | | | Problem: Stray semicolon after if statement. (Hari G) Solution: Remove the semicolon.
* updated for version 7.3.034v7.3.034Bram Moolenaar2010-10-2312-50/+68
| | | | | Problem: Win32: may be loading .dll from the wrong directory. Solution: Go to the Vim executable directory when opening a library.
* updated for version 7.3.033v7.3.033Bram Moolenaar2010-10-222-0/+6
| | | | | Problem: Can't build without FEAT_LOCALMAP. Solution: Add an #ifdef. (John Marriott)
* updated for version 7.3.032v7.3.032Bram Moolenaar2010-10-2011-74/+196
| | | | | | Problem: maparg() doesn't return the flags, such as <buffer>, <script>, <silent>. These are needed to save and restore a mapping. Solution: Improve maparg(). (also by Christian Brabandt)
* updated for version 7.3.031v7.3.031Bram Moolenaar2010-10-206-1/+25
| | | | | Problem: Can't pass the X window ID to another application. Solution: Add v:windowid. (Christian J. Robinson, Lech Lorens)
* Updated runtime files and translations.Bram Moolenaar2010-10-2016-166/+237
|
* updated for version 7.3.030v7.3.030Bram Moolenaar2010-10-2012-16/+88
| | | | | Problem: Cannot store Dict and List in viminfo file. Solution: Add support for this. (Christian Brabandt)
* updated for version 7.3.029v7.3.029Bram Moolenaar2010-10-154-8/+22
| | | | | | Problem: ":sort n" sorts lines without a number as number zero. (Beeyawned) Solution: Make lines without a number sort before lines with a number. Also fix sorting negative numbers.
* updated for version 7.3.028v7.3.028Bram Moolenaar2010-10-142-26/+38
| | | | | | Problem: Signs don't show up. (Charles Campbell) Solution: Don't use negative numbers. Also assign a number to signs that have a name of all digits to avoid using a sign number twice.
* updated for version 7.3.027v7.3.027Bram Moolenaar2010-10-132-1/+12
| | | | | | Problem: Opening a file on a network share is very slow. Solution: When fixing file name case append "\*" to directory, server and network share names. (David Anderson, John Beckett)
* updated for version 7.3.026v7.3.026Bram Moolenaar2010-10-132-2/+9
| | | | | Problem: CTRL-] in a help file doesn't always work. (Tony Mechelynck) Solution: Don't escape special characters. (Carlo Teubner)
* updated for version 7.3.025v7.3.025Bram Moolenaar2010-10-132-38/+23
| | | | | Problem: ":mksession" does not square brackets escape file name properly. Solution: Improve escapging of file names. (partly by Peter Odding)
* updated for version 7.3.024v7.3.024Bram Moolenaar2010-10-132-8/+13
| | | | | Problem: Named signs do not use a negative number as intended. Solution: Fix the numbering of named signs. (Xavier de Gaye)
* updated for version 7.3.023v7.3.023Bram Moolenaar2010-10-132-1/+10
| | | | | | Problem: External program may hang when it tries to write to the tty. Solution: Don't close the slave tty until after the child exits. (Nikola Knezevic)
* updated for version 7.3.022v7.3.022Bram Moolenaar2010-10-132-1/+3
| | | | | Problem: When opening a new window the 'spellcapcheck' option is cleared. Solution: Copy the correct option value. (Christian Brabandt)
* updated for version 7.3.021v7.3.021Bram Moolenaar2010-10-103-2/+8
| | | | | Problem: Conflict for defining Boolean in Mac header files. Solution: Define NO_X11_INCLUDES. (Rainer Muller)
* updated for version 7.3.020v7.3.020Bram Moolenaar2010-10-094-4/+21
| | | | | | Problem: Cursor position wrong when joining multiple lines and 'formatoptions' contains "a". (Moshe Kamensky) Solution: Adjust cursor position for skipped indent. (Carlo Teubner)
* Runtime file updates.Bram Moolenaar2010-09-3020-80/+454
|
* updated for version 7.3.019v7.3.019Bram Moolenaar2010-09-302-0/+12
| | | | | | Problem: ":nbstart" can fail silently. Solution: Give an error when netbeans is not supported by the GUI. (Xavier de Gaye)
* updated for version 7.3.018v7.3.018Bram Moolenaar2010-09-293-2/+4
| | | | | Problem: Missing argument to windres in MingW makefiles. Solution: Add the argument that was wrapped in the patch. (Jon Maken)
* updated for version 7.3.017v7.3.017Bram Moolenaar2010-09-293-6/+10
| | | | | Problem: smatch reports errors. Solution: Fix the reported errors. (Dominique Pelle)
* updated for version 7.3.016v7.3.016Bram Moolenaar2010-09-295-12/+15
| | | | | Problem: Netbeans doesn't work under Athena. Solution: Support Athena, just like Motif. (Xavier de Gaye)
* updated for version 7.3.015v7.3.015Bram Moolenaar2010-09-292-2/+4
| | | | | Problem: Test is using error message that no longer exists. Solution: Change E106 to E121. (Dominique Pelle)
* updated for version 7.3.014v7.3.014Bram Moolenaar2010-09-292-8/+26
| | | | | | | Problem: Ending a line in a backslash inside an ":append" or ":insert" command in Ex mode doesn't work properly. (Ray Frush) Solution: Halve the number of backslashes, only insert a NUL after an odd number of backslashes.
* updated for version 7.3.013v7.3.013Bram Moolenaar2010-09-292-6/+32
| | | | | | Problem: Dynamic loading with Ruby doesn't work for 1.9.2. Solution: Handle rb_str2cstr differently. Also support dynamic loading on Unix. (Jon Maken)
* updated for version 7.3.012v7.3.012Bram Moolenaar2010-09-293-2/+4
| | | | | Problem: Problems building with MingW. Solution: Adjust the MingW makefiles. (Jon)
* Updated runtime files.Bram Moolenaar2010-09-215-79/+33
|
* updated for version 7.3.011v7.3.011Bram Moolenaar2010-09-213-29/+72
| | | | | | | | Problem: X11 clipboard doesn't work in Athena/Motif GUI. First selection after a shell command doesn't work. Solution: When using the GUI use XtLastTimestampProcessed() instead of changing a property. (partly by Toni Ronkko) When executing a shell command disown the selection.
* updated for version 7.3.010v7.3.010Bram Moolenaar2010-09-212-13/+15
| | | | | Problem: Mac GUI: Missing break statements. Solution: Add the break statements. (Dominique Pelle)
* updated for version 7.3.009v7.3.009Bram Moolenaar2010-09-212-0/+37
| | | | | | Problem: Win32: Crash on Windows when using a bad argument for strftime(). (Christian Brabandt) Solution: Use the bad_param_handler(). (Mike Williams)
* updated for version 7.3.008v7.3.008Bram Moolenaar2010-09-2113-52/+45
| | | | | Problem: 'cursorbind' is kept in places where 'scrollbind' is reset. Solution: Reset 'cursorbind'.