summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-05-14Updated runtime files.Bram Moolenaar
2010-05-14updated for version 7.2.433Bram Moolenaar
Problem: Can't use cscope with QuickFixCmdPre and QuickFixCmdPost. Solution: Add cscope support for these autocmd events. (Bryan Venteicher)
2010-05-14updated for version 7.2.432Bram Moolenaar
Problem: When menus are translated they can only be found by the translated name. That makes ":emenu" difficult to use. Solution: Store the untranslated name and use it for completion and :emenu. (Edward L. Fox / Liang Peng / Bezetek James)
2010-05-14updated for version 7.2.431Bram Moolenaar
Problem: ":amenu" moves the cursor when in Insert mode. Solution: Use CTRL-\ CTRL-O instead of CTRL-O. (Christian Brabandt)
2010-05-14updated for version 7.2.430Bram Moolenaar
Problem: The ++bad argument is handled wrong, resulting in an invalid memory access. Solution: Use the bad_char field only for the replacement character, add bad_char_idx to store the position. (Dominique Pelle)
2010-05-14updated for version 7.2.429Bram Moolenaar
Problem: A file that exists but access is denied may result in a "new file" message. E.g. when its directory is unreadable. Solution: Specifically check for ENOENT to decide a file doesn't exist. (partly by James Vega)
2010-05-14updated for version 7.2.428Bram Moolenaar
Problem: Using setqflist([]) to clear the error list doesn't work properly. Solution: Set qf_nonevalid to TRUE when appropriate. (Christian Brabandt)
2010-05-14updated for version 7.2.427Bram Moolenaar
Problem: The swapfile is created using the destination of a symlink, but recovery doesn't follow symlinks. Solution: When recovering, resolve symlinks. (James Vega)
2010-05-14updated for version 7.2.426Bram Moolenaar
Problem: Commas in 'langmap' are not always handled correctly. Solution: Require commas to be backslash escaped. (James Vega)
2010-05-14updated for version 7.2.425Bram Moolenaar
Problem: Some compilers complain about fourth EX() argument. Solution: Add cast to long_u.
2010-05-14updated for version 7.2.424Bram Moolenaar
Problem: ":colorscheme" without an argument doesn't do anything. Solution: Make it echo the current color scheme name. (partly by Christian Brabandt)
2010-05-14updated for version 7.2.423Bram Moolenaar
Problem: Crash when assigning s: to variable. (Yukihiro Nakadaira) Solution: Make ga_scripts contain pointer to scriptvar_T instead of scriptvar_T itself. (Dominique Pelle)
2010-05-13updated for version 7.2.422Bram Moolenaar
Problem: May get E763 when using spell dictionaries. Solution: Avoid utf-8 case folded character to be truncated to 8 bits and differ from latin1. (Dominique Pelle)
2010-05-13updated for version 7.2.421Bram Moolenaar
Problem: Folds are sometimes not updated properly and there is no way to force an update. Solution: Make "zx" and "zX" recompute folds (suggested by Christian Brabandt)
2010-05-13updated for version 7.2.420Bram Moolenaar
Problem: ":argedit" does not accept "++enc=utf8" as documented. (Dominique Pelle) Solution: Add the ARGOPT flag to ":argedit".
2010-05-13updated for version 7.2.419Bram Moolenaar
Problem: Memory leak in Motif when clicking on "Search Vim Help". Solution: Free string returned by XmTextGetString(). (Dominique Pelle)
2010-05-13updated for version 7.2.418Bram Moolenaar
Problem: Vim tries to set the background or foreground color in a terminal to -1. (Graywh) Happens with ":hi Normal ctermbg=NONE". Solution: When resetting the foreground or background color don't set the color, let the clear screen code do that.
2010-05-13updated for version 7.2.417Bram Moolenaar
Problem: When 'shell' has an argument with a slash then 'shellpipe' is not set properly. (Britton Kerin) Solution: Assume there are no spaces in the path, arguments follow.
2010-05-07updated for version 7.2.416Bram Moolenaar
Problem: Logtalk.dict is not installed. Solution: Add it to the install target. (Markus Heidelberg)
2010-05-07updated for version 7.2.415Bram Moolenaar
Problem: Win32: Can't open a remote file when starting Vim. Solution: Don't invoke cygwin_conv_path() for URLs. (Tomoya Adachi)
2010-05-07updated for version 7.2.414Bram Moolenaar
Problem: CTRK-K <space> <space> does not produce 0xa0 as expected. (Tony Mechelynck) Solution: Remove the Unicode range 0xe000 - 0xefff from digraphs, these are not valid characters.
2010-05-07updated for version 7.2.413Bram Moolenaar
Problem: Large file support is incorrect. Solution: Add AC_SYS_LARGEFILE to configure. (James Vega)
2010-05-07updated for version 7.2.412Bram Moolenaar
Problem: [ or ] followed by mouse click doesn't work. Solution: Reverse check for key being a mouse event. (Dominique Pelle)
2010-03-23updated for version 7.2.411Bram Moolenaar
Problem: When parsing 'cino' a comma isn't skipped properly. Solution: Skip the comma. (Lech Lorens)
2010-03-23updated for version 7.2.410Bram Moolenaar
Problem: Highlighting directories for completion doesn't work properly. Solution: Don't halve backslashes when not needed, expaned "~/". (Dominique Pelle)
2010-03-23updated for version 7.2.409Bram Moolenaar
Problem: Summary of number of substitutes is incorrect for ":folddo". (Jean Johner) Solution: Reset sub_nsubs and sub_nlines in global_exe().
2010-03-23updated for version 7.2.408Bram Moolenaar
Problem: With ":g/the/s/foo/bar/" the '[ and '] marks can be set to a line that was not changed. Solution: Only set '[ and '] marks when a substitution was done.
2010-03-23updated for version 7.2.407Bram Moolenaar
Problem: When using an expression in ":s" backslashes in the result are dropped. (Sergey Goldgaber, Christian Brabandt) Solution: Double backslashes.
2010-03-23updated for version 7.2.406Bram Moolenaar
Problem: Patch 7.2.119 introduces uninit mem read. (Dominique Pelle) Solution: Only used ScreeenLinesC when ScreeenLinesUC is not zero. (Yukihiro Nakadaira) Also clear ScreeenLinesC when allocating.
2010-03-23updated for version 7.2.405Bram Moolenaar
Problem: When built with small features the matching text is not highlighted for ":s/pat/repl/c". Solution: Remove the #ifdef for IncSearch. (James Vega)
2010-03-23updated for version 7.2.404Bram Moolenaar
Problem: Pointers for composing characters are not properly initialized. Solution: Compute the size of the pointer, not what it points to. (Yukihiro Nakadaira)
2010-03-19updated for version 7.2.403Bram Moolenaar
Problem: Compiler warning for pointer type. (Tony Mechelynck) Solution: Move type cast to the right place.
2010-03-17Updated runtime and language files.Bram Moolenaar
2010-03-17updated for version 7.2.402Bram Moolenaar
Problem: This gives a #705 error: let X = function('haslocaldir') let X = function('getcwd') Solution: Don't give E705 when the name is found in the hashtab. (Sergey Khorev)
2010-03-17updated for version 7.2.401Bram Moolenaar
Problem: ":e dir<Tab>" with 'wildmode' set to "list" doesn't highlight directory names with a space. (Alexandre Provencio) Solution: Remove the backslash before checking if the name is a directory. (Dominique Pelle)
2010-03-17updated for version 7.2.400Bram Moolenaar
Problem: Dynamic Ruby is not initialised properly for version 1.9.1. Ruby cannot create strings from NULL. Solution: Cleanup #ifdefs. Handle NULL like an empty string. Add ruby_init_stack. (Sergey Khorev)
2010-03-17updated for version 7.2.399Bram Moolenaar
Problem: Cannot compile on MingW Solution: Move ifneq to separate line. (Vlad Sandrini, Dominique Pelle)
2010-03-17updated for version 7.2.398Bram Moolenaar
Problem: When moving windows the cursor ends up in the wrong line. Solution: Set the window width and height properly. (Lech Lorens)
2010-03-17updated for version 7.2.397Bram Moolenaar
Problem: Redundant check for w_lines_valid. Solution: Remove the if. (Lech Lorens)
2010-03-17updated for version 7.2.396Bram Moolenaar
Problem: Get E38 errors. (Dasn) Solution: Set cursor to line 1 instead of 0. (Dominique Pelle)
2010-03-17updated for version 7.2.395Bram Moolenaar
Problem: In help CTRL=] on g?g? escapes the ?, causing it to fail. (Tony Mechelynck) Solution: Don't escape ? for a help command. (Sergey Khorev)
2010-03-10updated for version 7.2.394Bram Moolenaar
Problem: .xz files are not supported. Solution: Recognize .xz files so that they can be edited.
2010-03-10updated for version 7.2.393Bram Moolenaar
Problem: Mac: Can't build with different Xcode developer tools directory. Solution: make "Developer" directory name configurable. (Rainer Muller)
2010-03-10updated for version 7.2.392Bram Moolenaar
Problem: Netbeans hangs reading from a socket at the maximum block size. Solution: Use select() or poll(). (Xavier de Gaye)
2010-03-10updated for version 7.2.391Bram Moolenaar
Problem: Internal alloc(0) error when doing "CTRL-V $ c". (Martti Kuparinen) Solution: Fix computations in getvcol(). (partly by Lech Lorens)
2010-03-10updated for version 7.2.390Bram Moolenaar
Problem: In some situations the popup menu can be displayed wrong. Solution: Remove the popup menu if the cursor moved. (Lech Lorens)
2010-03-10updated for version 7.2.389Bram Moolenaar
Problem: synIDattr() cannot return the font. Solution: Support the "font" argument. (Christian Brabandt)
2010-03-10updated for version 7.2.388Bram Moolenaar
Problem: Ruby with MingW still doesn't build all versions. Solution: Different approach to build file. (Sergey Khorev)
2010-03-10updated for version 7.2.387Bram Moolenaar
Problem: Ruby with MingW still doesn't build all versions. Solution: More #ifdefs for the Ruby code. (Sergey Khorev)
2010-03-10updated for version 7.2.386Bram Moolenaar
Problem: Focus hack for KDE 3.1 causes problems for other window managers. Solution: Remove the hack. (forwarded by Joel Bradshaw)