summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-11-24updated for version 7.3.064Bram Moolenaar
Problem: Win32: ":dis +" shows nothing, but "+p does insert text. Solution: Display the * register, since that's what will be inserted. (Christian Brabandt)
2010-11-24updated for version 7.3.063Bram Moolenaar
Problem: Win32: Running a filter command makes Vim lose focus. Solution: Use SW_SHOWMINNOACTIVE instead of SW_SHOWMINIMIZED. (Hong Xu)
2010-11-16Updated runtime files.Bram Moolenaar
2010-11-16updated for version 7.3.062Bram Moolenaar
Problem: Python doesn't work properly when installed in another directory than expected. Solution: Figure out home directory in configure and use Py_SetPythonHome() at runtime. (Roland Puntaier)
2010-11-16updated for version 7.3.061Bram Moolenaar
Problem: Remote ":drop" does not respect 'autochdir'. (Peter Odding) Solution: Don't restore the directory when 'autochdir' is set. (Benjamin Fritz)
2010-11-16updated for version 7.3.060Bram Moolenaar
Problem: Netbeans: crash when socket is disconnected unexpectedly. Solution: Don't cleanup when a read fails, put a message in the queue and disconnect later. (Xavier de Gaye)
2010-11-16updated for version 7.3.059Bram Moolenaar
Problem: Netbeans: Problem with recursively handling messages for Athena and Motif. Solution: Call netbeans_parse_messages() in the main loop, like it's done for GTK. (Xavier de Gaye)
2010-11-16updated for version 7.3.058Bram Moolenaar
Problem: Error "code converter not found" when loading Ruby script. Solution: Load Gem module. (Yasuhiro Matsumoto)
2010-11-16updated for version 7.3.057Bram Moolenaar
Problem: Segfault with command line abbreviation. (Randy Morris) Solution: Don't retrigger the abbreviation when abandoning the command line. Continue editing the command line after the error.
2010-11-16updated for version 7.3.056Bram Moolenaar
Problem: "getline" argument in do_cmdline() shadows global. Solution: Rename the argument. Files: src/ex_docmd.c
2010-11-10updated for version 7.3.055Bram Moolenaar
Problem: Recursively nested lists and dictionaries cause a near-endless loop when comparing them with a copy. (ZyX) Solution: Limit recursiveness in a way that non-recursive structures can still be nested very deep. Files: src/eval.c, src/testdir/test55.in, src/testdir/test55.ok
2010-11-10updated for version 7.3.054Bram Moolenaar
Problem: Can define a user command for :Print, but it doesn't work. (Aaron Thoma) Solution: Let user command :Print overrule the builtin command (Christian Brabandt) Disallow :X and :Next as a user defined command.
2010-11-10updated for version 7.3.053Bram Moolenaar
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)
2010-11-10updated for version 7.3.052Bram Moolenaar
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'.
2010-11-10updated for version 7.3.051Bram Moolenaar
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)
2010-11-03updated for version 7.3.050Bram Moolenaar
Problem: The link script is clumsy. Solution: Use the --as-needed linker option if available. (Kirill A. Shutemov)
2010-11-03updated for version 7.3.049Bram Moolenaar
Problem: PLT has rebranded their Scheme to Racket. Solution: Add support for Racket 5.x. (Sergey Khorev)
2010-11-03updated for version 7.3.048Bram Moolenaar
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"
2010-10-27updated for version 7.3.047Bram Moolenaar
Problem: Missing makefile updates for test 75. Solution: Update the makefiles.
2010-10-27Updated runtile files.Bram Moolenaar
2010-10-27updated for version 7.3.046Bram Moolenaar
Problem: Can't build Ruby on MS-Windows. Solution: Add #ifdef, don't use WIN3264 before including vim.h.
2010-10-27updated for version 7.3.045Bram Moolenaar
Problem: Compiler warning for uninitialized variable. Solution: Initialize the variable always.
2010-10-27updated for version 7.3.044Bram Moolenaar
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.
2010-10-27updated for version 7.3.043Bram Moolenaar
Problem: Can't load Ruby dynamically on Unix. Solution: Adjust the configure script. (James Vega)
2010-10-27updated for version 7.3.042Bram Moolenaar
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)
2010-10-27updated for version 7.3.041Bram Moolenaar
Problem: Compiler warning for accessing mediumVersion. (Tony Mechelynck) Solution: Use the pointer instead of the array itself. (Dominique Pelle)
2010-10-27updated for version 7.3.040Bram Moolenaar
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.
2010-10-27updated for version 7.3.039Bram Moolenaar
Problem: Crash when using skk.vim plugin. Solution: Get length of expression evaluation result only after checking for NULL. (Noriaki Yagi, Dominique Pelle)
2010-10-27updated for version 7.3.038Bram Moolenaar
Problem: v:windowid isn't set on MS-Windows. Solution: Set it to the window handle. (Chris Sutcliffe)
2010-10-27updated for version 7.3.037Bram Moolenaar
Problem: Compiler warnings for loss of data. (Mike Williams) Solution: Add type casts.
2010-10-27updated for version 7.3.036Bram Moolenaar
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.)
2010-10-24updated for version 7.3.035Bram Moolenaar
Problem: Stray semicolon after if statement. (Hari G) Solution: Remove the semicolon.
2010-10-23updated for version 7.3.034Bram Moolenaar
Problem: Win32: may be loading .dll from the wrong directory. Solution: Go to the Vim executable directory when opening a library.
2010-10-22updated for version 7.3.033Bram Moolenaar
Problem: Can't build without FEAT_LOCALMAP. Solution: Add an #ifdef. (John Marriott)
2010-10-20updated for version 7.3.032Bram Moolenaar
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)
2010-10-20updated for version 7.3.031Bram Moolenaar
Problem: Can't pass the X window ID to another application. Solution: Add v:windowid. (Christian J. Robinson, Lech Lorens)
2010-10-20Updated runtime files and translations.Bram Moolenaar
2010-10-20updated for version 7.3.030Bram Moolenaar
Problem: Cannot store Dict and List in viminfo file. Solution: Add support for this. (Christian Brabandt)
2010-10-15updated for version 7.3.029Bram Moolenaar
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.
2010-10-14updated for version 7.3.028Bram Moolenaar
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.
2010-10-13updated for version 7.3.027Bram Moolenaar
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)
2010-10-13updated for version 7.3.026Bram Moolenaar
Problem: CTRL-] in a help file doesn't always work. (Tony Mechelynck) Solution: Don't escape special characters. (Carlo Teubner)
2010-10-13updated for version 7.3.025Bram Moolenaar
Problem: ":mksession" does not square brackets escape file name properly. Solution: Improve escapging of file names. (partly by Peter Odding)
2010-10-13updated for version 7.3.024Bram Moolenaar
Problem: Named signs do not use a negative number as intended. Solution: Fix the numbering of named signs. (Xavier de Gaye)
2010-10-13updated for version 7.3.023Bram Moolenaar
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)
2010-10-13updated for version 7.3.022Bram Moolenaar
Problem: When opening a new window the 'spellcapcheck' option is cleared. Solution: Copy the correct option value. (Christian Brabandt)
2010-10-10updated for version 7.3.021Bram Moolenaar
Problem: Conflict for defining Boolean in Mac header files. Solution: Define NO_X11_INCLUDES. (Rainer Muller)
2010-10-09updated for version 7.3.020Bram Moolenaar
Problem: Cursor position wrong when joining multiple lines and 'formatoptions' contains "a". (Moshe Kamensky) Solution: Adjust cursor position for skipped indent. (Carlo Teubner)
2010-09-30updated for version 7.3.019Bram Moolenaar
Problem: ":nbstart" can fail silently. Solution: Give an error when netbeans is not supported by the GUI. (Xavier de Gaye)
2010-09-29updated for version 7.3.018Bram Moolenaar
Problem: Missing argument to windres in MingW makefiles. Solution: Add the argument that was wrapped in the patch. (Jon Maken)