- Jun 29, 2013
-
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Using "Vp" in an empty buffer can't be undone. (Hauke Petersen) Solution: Save one line in an empty buffer. (Christian Brabandt)
-
Bram Moolenaar authored
Problem: Insert completion keeps entry selected even though the list has changed. (Olivier Teuliere) Solution: Reset compl_shown_match and compl_curr_match. (Christian Brabandt)
-
Bram Moolenaar authored
Problem: ACL support doesn't work when when compiled with MingW. Solution: Support ACL on MingW. (Ken Takata)
-
Bram Moolenaar authored
Problem: MS-Windows ACL support doesn't work well. Solution: Implement more ACL support. (Ken Takata)
-
Bram Moolenaar authored
Problem: QNX: GUI fails to start. Solution: Remove the QNX-specific #ifdef. (Sean Boudreau)
-
Bram Moolenaar authored
Problem: Accepting "Vim:" for a modeline causes errors too often. Solution: Require "Vim:" to be followed by "set".
-
Bram Moolenaar authored
Problem: Missing m_nowait. Solution: Include missing part of the patch.
-
Bram Moolenaar authored
Problem: Typo in short option name. Solution: Change "imse" to "imsf".
-
Bram Moolenaar authored
Problem: Crash and compilation warnings with Cygwin. Solution: Check return value of XmbTextListToTextProperty(). Add type casts. Adjust #ifdefs. (Lech Lorens)
-
Bram Moolenaar authored
Problem: A buffer-local language mapping from a keymap stops a global insert mode mapping from working. (Ron Aaron) Solution: Do not wait for more characters to be typed only when the mapping was defined with <nowait>.
-
Bram Moolenaar authored
Problem: User completion does not get the whole command line in the command line window. Solution: Pass on the whole command line. (Daniel Thau)
-
Bram Moolenaar authored
Problem: No test for patch 7.3.1258 Solution: Add a test entry.
-
- Jun 28, 2013
-
-
Bram Moolenaar authored
Problem: Using submatch() may crash Vim. (Ingo Karkat) Solution: Restore the number of subexpressions used.
-
Bram Moolenaar authored
Problem: With GNU gettext() ":lang de_DE.utf8" does not always result in German messages. Solution: Clear the $LANGUAGE environment variable.
-
Bram Moolenaar authored
Problem: Can't build without eval or autocmd feature. Solution: Add #ifdefs.
-
Bram Moolenaar authored
-
- Jun 27, 2013
-
-
Bram Moolenaar authored
Problem: Clang warnings when building with Athena. Solution: Add type casts. (Dominique Pelle)
-
Bram Moolenaar authored
Problem: Can't build without the multi-lang feature. (John Marriott) Solution: Add #ifdef.
-
Bram Moolenaar authored
Problem: Still undo problem after using CTRL-R = setline(). (Hirohito Higashi) Solution: Set the ins_need_undo flag.
-
Bram Moolenaar authored
Problem: Gvim does not find the toolbar bitmap files in ~/vimfiles/bitmaps if the corresponding menu command contains additional characters like the shortcut marker '&' or if you use a non-english locale. Solution: Use menu->en_dname or menu->dname. (Martin Gieseking)
-
- Jun 26, 2013
-
-
Bram Moolenaar authored
Problem: Test 61 messes up viminfo. Solution: Specify a separate viminfo file.
-
Bram Moolenaar authored
Problem: Python tests fail on MS-Windows. Solution: Change backslashes to slashes. (Taro Muraoka)
-
Bram Moolenaar authored
Problem: Modeline not recognized when using "Vim" instead of "vim". Solution: Also accept "Vim".
-
Bram Moolenaar authored
Problem: Still have old hacking code for Input Method. Solution: Add 'imactivatefunc' and 'imstatusfunc' as a generic solution to Input Method activation. (Yukihiro Nakadaira)
-
Bram Moolenaar authored
Problem: New regexp engine: '[ ]\@!\p\%([ ]\@!\p\)*:' does not always match. Solution: When there is a PIM add a duplicate state that starts at another position.
-
Bram Moolenaar authored
Problem: When setting 'winfixheight' and resizing the window causes the window layout to be wrong. Solution: Add frame_check_height() and frame_check_width() (Yukihiro Nakadaira)
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: MS-Windows: confirm() dialog text may still not fit. Solution: Use GetTextWidthEnc() instead of GetTextWidth() in two more places. (Yasuhiro Matsumoto)
-
Bram Moolenaar authored
Problem: MS-Windows: confirm() dialog text may not fit. Solution: Use GetTextWidthEnc() instead of GetTextWidth(). (Yasuhiro Matsumoto)
-
Bram Moolenaar authored
Problem: New regexp engine: back references in look-behind match don't work. (Lech Lorens) Solution: Copy the submatches before a recursive match.
-
- Jun 24, 2013
-
-
Bram Moolenaar authored
Problem: No failure when trying to use a number as a string. Solution: Give an error when StringToLine() is called with an instance of the wrong type. (Jun Takimoto)
-
Bram Moolenaar authored
Problem: Some test files missing from the distribution. Solution: Update the list of files.
-
Bram Moolenaar authored
-
Bram Moolenaar authored
Problem: Memory leak in findfile(). Solution: Free the memory. (Christian Brabandt)
-
Bram Moolenaar authored
Problem: Can't build with Python and MSVC10. Solution: Move #if outside of macro. (Taro Muraoka)
-
Bram Moolenaar authored
Problem: Crash in Python interface on 64 bit machines. Solution: Change argument type of PyString_AsStringAndSize. (Taro Muraoka, Jun Takimoto)
-
- Jun 23, 2013
-
-
Bram Moolenaar authored
Problem: Python: non-import errors not handled correctly. Solution: Let non-ImportError exceptions pass the finder. (ZyX)
-
Bram Moolenaar authored
Problem: Python: WindowSetattr() missing support for NUMBER_UNSIGNED. Solution: Add NUMBER_UNSIGNED, add more tests. Various fixes. (ZyX)
-
Bram Moolenaar authored
Problem: In insert mode CTRL-] is not inserted, on the command-line it is. Solution: Don't insert CTRL-] on the command line. (Yukihiro Nakadaira)
-