summaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.1272v7.3.1272Bram Moolenaar2013-06-302-8/+35
| | | | | Problem: Crash when editing Ruby file. (Aliaksandr Rahalevich) Solution: Reallocate the state list when necessary.
* updated for version 7.3.1271v7.3.1271Bram Moolenaar2013-06-302-5/+7
| | | | | Problem: Command line completion does not work. Solution: Move setting xp_line down. (Daniel Thau)
* updated for version 7.3.1270v7.3.1270Bram Moolenaar2013-06-292-1/+5
| | | | | Problem: Using "Vp" in an empty buffer can't be undone. (Hauke Petersen) Solution: Save one line in an empty buffer. (Christian Brabandt)
* updated for version 7.3.1269v7.3.1269Bram Moolenaar2013-06-292-0/+3
| | | | | | 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)
* updated for version 7.3.1268v7.3.1268Bram Moolenaar2013-06-293-9/+8
| | | | | Problem: ACL support doesn't work when when compiled with MingW. Solution: Support ACL on MingW. (Ken Takata)
* updated for version 7.3.1267v7.3.1267Bram Moolenaar2013-06-292-31/+219
| | | | | Problem: MS-Windows ACL support doesn't work well. Solution: Implement more ACL support. (Ken Takata)
* updated for version 7.3.1266v7.3.1266Bram Moolenaar2013-06-292-7/+2
| | | | | Problem: QNX: GUI fails to start. Solution: Remove the QNX-specific #ifdef. (Sean Boudreau)
* updated for version 7.3.1265v7.3.1265Bram Moolenaar2013-06-292-0/+4
| | | | | Problem: Accepting "Vim:" for a modeline causes errors too often. Solution: Require "Vim:" to be followed by "set".
* updated for version 7.3.1264v7.3.1264Bram Moolenaar2013-06-292-1/+4
| | | | | Problem: Missing m_nowait. Solution: Include missing part of the patch.
* updated for version 7.3.1263v7.3.1263Bram Moolenaar2013-06-292-1/+3
| | | | | Problem: Typo in short option name. Solution: Change "imse" to "imsf".
* updated for version 7.3.1262v7.3.1262Bram Moolenaar2013-06-294-7/+15
| | | | | | Problem: Crash and compilation warnings with Cygwin. Solution: Check return value of XmbTextListToTextProperty(). Add type casts. Adjust #ifdefs. (Lech Lorens)
* updated for version 7.3.1261v7.3.1261Bram Moolenaar2013-06-295-17/+36
| | | | | | | 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>.
* updated for version 7.3.1260v7.3.1260Bram Moolenaar2013-06-293-12/+15
| | | | | | Problem: User completion does not get the whole command line in the command line window. Solution: Pass on the whole command line. (Daniel Thau)
* updated for version 7.3.1259v7.3.1259Bram Moolenaar2013-06-293-1/+8
| | | | | Problem: No test for patch 7.3.1258 Solution: Add a test entry.
* updated for version 7.3.1258v7.3.1258Bram Moolenaar2013-06-282-0/+5
| | | | | Problem: Using submatch() may crash Vim. (Ingo Karkat) Solution: Restore the number of subexpressions used.
* updated for version 7.3.1257v7.3.1257Bram Moolenaar2013-06-282-0/+5
| | | | | | Problem: With GNU gettext() ":lang de_DE.utf8" does not always result in German messages. Solution: Clear the $LANGUAGE environment variable.
* updated for version 7.3.1256v7.3.1256Bram Moolenaar2013-06-283-4/+17
| | | | | Problem: Can't build without eval or autocmd feature. Solution: Add #ifdefs.
* updated for version 7.3.1255v7.3.1255Bram Moolenaar2013-06-272-2/+4
| | | | | Problem: Clang warnings when building with Athena. Solution: Add type casts. (Dominique Pelle)
* updated for version 7.3.1254v7.3.1254Bram Moolenaar2013-06-272-3/+7
| | | | | Problem: Can't build without the multi-lang feature. (John Marriott) Solution: Add #ifdef.
* updated for version 7.3.1253v7.3.1253Bram Moolenaar2013-06-272-3/+7
| | | | | | Problem: Still undo problem after using CTRL-R = setline(). (Hirohito Higashi) Solution: Set the ins_need_undo flag.
* updated for version 7.3.1252v7.3.1252Bram Moolenaar2013-06-272-1/+5
| | | | | | | 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)
* updated for version 7.3.1251v7.3.1251Bram Moolenaar2013-06-262-1/+3
| | | | | Problem: Test 61 messes up viminfo. Solution: Specify a separate viminfo file.
* updated for version 7.3.1250v7.3.1250Bram Moolenaar2013-06-263-8/+10
| | | | | Problem: Python tests fail on MS-Windows. Solution: Change backslashes to slashes. (Taro Muraoka)
* updated for version 7.3.1249v7.3.1249Bram Moolenaar2013-06-262-1/+4
| | | | | Problem: Modeline not recognized when using "Vim" instead of "vim". Solution: Also accept "Vim".
* updated for version 7.3.1248v7.3.1248Bram Moolenaar2013-06-266-31/+55
| | | | | | Problem: Still have old hacking code for Input Method. Solution: Add 'imactivatefunc' and 'imstatusfunc' as a generic solution to Input Method activation. (Yukihiro Nakadaira)
* updated for version 7.3.1247v7.3.1247Bram Moolenaar2013-06-264-8/+15
| | | | | | 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.
* updated for version 7.3.1246v7.3.1246Bram Moolenaar2013-06-262-2/+54
| | | | | | | 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)
* updated for version 7.3.1245v7.3.1245Bram Moolenaar2013-06-262-2/+4
| | | | | | Problem: MS-Windows: confirm() dialog text may still not fit. Solution: Use GetTextWidthEnc() instead of GetTextWidth() in two more places. (Yasuhiro Matsumoto)
* updated for version 7.3.1244v7.3.1244Bram Moolenaar2013-06-262-1/+3
| | | | | | Problem: MS-Windows: confirm() dialog text may not fit. Solution: Use GetTextWidthEnc() instead of GetTextWidth(). (Yasuhiro Matsumoto)
* updated for version 7.3.1243v7.3.1243Bram Moolenaar2013-06-264-4/+24
| | | | | | Problem: New regexp engine: back references in look-behind match don't work. (Lech Lorens) Solution: Copy the submatches before a recursive match.
* updated for version 7.3.1242v7.3.1242Bram Moolenaar2013-06-242-1/+16
| | | | | | 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)
* updated for version 7.3.1241v7.3.1241Bram Moolenaar2013-06-241-0/+2
| | | | | Problem: Some test files missing from the distribution. Solution: Update the list of files.
* Update runtime files.Bram Moolenaar2013-06-241-2/+1
|
* updated for version 7.3.1240v7.3.1240Bram Moolenaar2013-06-242-1/+3
| | | | | Problem: Memory leak in findfile(). Solution: Free the memory. (Christian Brabandt)
* updated for version 7.3.1239v7.3.1239Bram Moolenaar2013-06-242-8/+14
| | | | | Problem: Can't build with Python and MSVC10. Solution: Move #if outside of macro. (Taro Muraoka)
* updated for version 7.3.1238v7.3.1238Bram Moolenaar2013-06-242-2/+4
| | | | | | Problem: Crash in Python interface on 64 bit machines. Solution: Change argument type of PyString_AsStringAndSize. (Taro Muraoka, Jun Takimoto)
* updated for version 7.3.1237v7.3.1237Bram Moolenaar2013-06-234-2/+12
| | | | | Problem: Python: non-import errors not handled correctly. Solution: Let non-ImportError exceptions pass the finder. (ZyX)
* updated for version 7.3.1236v7.3.1236Bram Moolenaar2013-06-2314-225/+549
| | | | | Problem: Python: WindowSetattr() missing support for NUMBER_UNSIGNED. Solution: Add NUMBER_UNSIGNED, add more tests. Various fixes. (ZyX)
* updated for version 7.3.1235v7.3.1235Bram Moolenaar2013-06-232-2/+4
| | | | | 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)
* updated for version 7.3.1234v7.3.1234Bram Moolenaar2013-06-232-86/+92
| | | | | Problem: Python: Strings are not marked for translation. Solution: Add N_() where appropriate. (ZyX)
* updated for version 7.3.1233v7.3.1233Bram Moolenaar2013-06-236-666/+929
| | | | | | Problem: Various Python problems. Solution: Fix VimTryEnd. Crash with debug build and PYTHONDUMPREFS=1. Memory leaks in StringToLine(), BufferMark() and convert_dl. (ZyX)
* updated for version 7.3.1232v7.3.1232Bram Moolenaar2013-06-233-241/+266
| | | | | Problem: Python: inconsistencies in variable names. Solution: Rename variables. (ZyX)
* updated for version 7.3.1231v7.3.1231Bram Moolenaar2013-06-236-44/+154
| | | | | Problem: Python: use of numbers not consistent. Solution: Add support for Number protocol. (ZyX)
* updated for version 7.3.1230v7.3.1230Bram Moolenaar2013-06-236-295/+347
| | | | | Problem: Python: Exception messages are not clear. Solution: Make exception messages more verbose. (ZyX)
* updated for version 7.3.1229v7.3.1229Bram Moolenaar2013-06-233-111/+114
| | | | | | Problem: Python: not so easy to delete/restore translating. Solution: Make macros do translation of exception messages. (ZyX) Note: this breaks translations!
* updated for version 7.3.1228v7.3.1228Bram Moolenaar2013-06-234-44/+47
| | | | | | | Problem: Python: various inconsistencies and problems. Solution: StringToLine now supports both bytes() and unicode() objects. Make function names consistant. Fix memory leak fixed in StringToLine. (ZyX)
* updated for version 7.3.1227v7.3.1227Bram Moolenaar2013-06-234-58/+72
| | | | | | Problem: Inconsistent string conversion. Solution: Use 'encoding' instead of utf-8. Use METH_O in place of METH_VARARGS where appropriate. (ZyX)
* updated for version 7.3.1226v7.3.1226Bram Moolenaar2013-06-234-30/+26
| | | | | Problem: Python: duplicate code. Solution: Share code between OutputWrite() and OutputWritelines(). (ZyX)
* updated for version 7.3.1225v7.3.1225Bram Moolenaar2013-06-222-2/+4
| | | | | Problem: Compiler warnings when building with Motif. Solution: Change set_label() argument. (Kazunobu Kuriyama)
* updated for version 7.3.1224v7.3.1224Bram Moolenaar2013-06-213-4/+6
| | | | | | Problem: Clang gives warnings on xxd. Solution: Change how to use part of a string. (Dominique Pelle) Also avoid warning for return not reached.