summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.626v7.3.626Bram Moolenaar2012-08-082-0/+6
| | | | | Problem: Python interface doesn't build with Python 2.4 or older. Solution: Define Py_ssize_t. (Benjamin Bannier)
* updated for version 7.3.625v7.3.625Bram Moolenaar2012-08-082-8/+34
| | | | | Problem: "gn" does not handle zero-width matches correctly. Solution: Handle zero-width patterns specially. (Christian Brabandt)
* updated for version 7.3.624v7.3.624Bram Moolenaar2012-08-082-1/+3
| | | | | | Problem: When cancelling input() it returns the third argument. That should only happen for inputdialog(). Solution: Check if inputdialog() was used. (Hirohito Higashi)
* updated for version 7.3.623v7.3.623Bram Moolenaar2012-08-082-0/+20
| | | | | Problem: Perl 5.14 commands crash Vim on MS-Windows. Solution: Use perl_get_sv() instead of GvSV(). (Raymond Ko)
* updated for version 7.3.622v7.3.622Bram Moolenaar2012-08-022-1/+7
| | | | | Problem: XPM library for Win32 can't be found. Solution: Suggest using the one from the Vim ftp site.
* updated for version 7.3.621v7.3.621Bram Moolenaar2012-08-023-2/+5
| | | | | Problem: Compiler warnings on 64 bit windows. Solution: Add type casts. (Mike Williams)
* updated for version 7.3.620v7.3.620Bram Moolenaar2012-08-023-7/+19
| | | | | Problem: Building with recent Ruby on Win32 doesn't work. Solution: Add a separate argument for the API version. (Yasuhiro Matsumoto)
* updated for version 7.3.619v7.3.619Bram Moolenaar2012-08-022-0/+4
| | | | | | Problem: When executing a shell command Vim may become slow to respond. Solution: Don't wait after every processed message. (idea by Yasuhiro Matsumoto)
* updated for version 7.3.618v7.3.618Bram Moolenaar2012-07-293-147/+148
| | | | | Problem: Still doesn't compile with small features. Solution: Move current_search() out of #ifdef. (Dominique Pelle)
* updated for version 7.3.617v7.3.617Bram Moolenaar2012-07-272-8/+5
| | | | | Problem: Hang on completion. Solution: Skip over the space. (Yasuhiro Matsumoto)
* updated for version 7.3.616v7.3.616Bram Moolenaar2012-07-272-0/+4
| | | | | Problem: Can't compile without +visual. Solution: Add #ifdef.
* Updated runtime files.Bram Moolenaar2012-07-2517-376/+1293
|
* updated for version 7.3.615v7.3.615Bram Moolenaar2012-07-252-7/+34
| | | | | | Problem: Completion for a user command does not recognize backslash before a space. Solution: Recognize escaped characters. (Yasuhiro Matsumoto)
* updated for version 7.3.614v7.3.614Bram Moolenaar2012-07-254-8/+17
| | | | | | Problem: Number argument gets turned into a number while it should be a string. Solution: Add flag to the call_vim_function() call. (Yasuhiro Matsumoto)
* updated for version 7.3.613v7.3.613Bram Moolenaar2012-07-254-30/+6
| | | | | | Problem: Including Python's config.c in the build causes trouble. It is not clear why it was there. Solution: Omit the config file. (James McCoy)
* updated for version 7.3.612v7.3.612Bram Moolenaar2012-07-254-0/+19
| | | | | Problem: Auto formatting messes up text when 'fo' contains "2". (ZyX) Solution: Decrement "less_cols". (Tor Perkins)
* updated for version 7.3.611v7.3.611Bram Moolenaar2012-07-252-2/+5
| | | | | Problem: Can't use Vim dictionary as self argument in Python. Solution: Fix the check for the "self" argument. (ZyX)
* updated for version 7.3.610v7.3.610Bram Moolenaar2012-07-258-8/+204
| | | | | Problem: Cannot operate on the text that a search pattern matches. Solution: Add the "gn" and "gN" commands. (Christian Brabandt)
* updated for version 7.3.609v7.3.609Bram Moolenaar2012-07-254-7/+148
| | | | | Problem: File names in :checkpath! output are garbled. Solution: Check for \zs in the pattern. (Lech Lorens)
* updated for version 7.3.608v7.3.608Bram Moolenaar2012-07-194-4/+10
| | | | | Problem: winrestview() does not always restore the view correctly. Solution: Call win_new_height() and win_new_width(). (Lech Lorens)
* updated for version 7.3.607v7.3.607Bram Moolenaar2012-07-192-2/+4
| | | | | | Problem: With an 8 color terminal the selected menu item is black on black, because darkGrey as bg is the same as black. Solution: Swap fg and bg colors. (James McCoy)
* updated for version 7.3.606v7.3.606Bram Moolenaar2012-07-193-1/+6
| | | | | Problem: CTRL-P completion has a problem with multi-byte characters. Solution: Check for next character being NUL properly. (Yasuhiro Matsumoto)
* updated for version 7.3.605v7.3.605Bram Moolenaar2012-07-192-9/+16
| | | | | Problem: MS-Windows: Can't compile with older compilers. (Titov Anatoly) Solution: Add #ifdef for MEMORYSTATUSEX.
* updated for version 7.3.604v7.3.604Bram Moolenaar2012-07-162-0/+8
| | | | | | Problem: inputdialog() doesn't use the cancel argument in the console. (David Fishburn) Solution: Use the third argument. (Christian Brabant)
* updated for version 7.3.603v7.3.603Bram Moolenaar2012-07-168-18/+61
| | | | | | | Problem: It is possible to add replace builtin functions by calling extend() on g:. Solution: Add a flag to a dict to indicate it is a scope. Check for existing functions. (ZyX)
* updated for version 7.3.602v7.3.602Bram Moolenaar2012-07-162-0/+5
| | | | | Problem: Missing files in distribution. Solution: Update the list of files.
* updated for version 7.3.601v7.3.601Bram Moolenaar2012-07-162-1/+3
| | | | | Problem: Bad code style. Solution: Insert space, remove parens.
* Updated runtime files.Bram Moolenaar2012-07-1242-1093/+2178
|
* updated for version 7.3.600v7.3.600Bram Moolenaar2012-07-102-1/+9
| | | | | Problem: <f-args> is not expanded properly with DBCS encoding. Solution: Skip over character instead of byte. (Yukihiro Nakadaira)
* updated for version 7.3.599v7.3.599Bram Moolenaar2012-07-102-5/+15
| | | | | Problem: Missing change in one file. Solution: Patch for changed clip_autoselect().
* updated for version 7.3.598v7.3.598Bram Moolenaar2012-07-104-0/+9
| | | | | | Problem: Cannot act upon end of completion. (Taro Muraoka) Solution: Add an autocommand event that is triggered when completion has finished. (Idea by Florian Klein)
* updated for version 7.3.597v7.3.597Bram Moolenaar2012-07-1010-58/+113
| | | | | | | | Problem: 'clipboard' "autoselect" only applies to the * register. (Sergey Vakulenko) Solution: Make 'autoselect' work for the + register. (Christian Brabant) Add the "autoselectplus" option in 'clipboard' and the "P" flag in 'guioptions'.
* updated for version 7.3.596v7.3.596Bram Moolenaar2012-07-105-5/+29
| | | | | Problem: Can't remove all signs for a file or buffer. Solution: Support "*" for the sign id. (Christian Brabandt)
* updated for version 7.3.595v7.3.595Bram Moolenaar2012-07-102-35/+31
| | | | | Problem: The X command server responds slowly Solution: Change the loop that waits for replies. (Brian Burns)
* updated for version 7.3.594v7.3.594Bram Moolenaar2012-07-102-43/+45
| | | | | | | Problem: The X command server doesn't work perfectly. It sends an empty reply for as-keys requests. Solution: Remove duplicate ga_init2(). Do not send a reply for as-keys requests. (Brian Burns)
* updated for version 7.3.593v7.3.593Bram Moolenaar2012-07-104-3/+13
| | | | | Problem: No easy way to decide if b:browsefilter will work. Solution: Add the browsefilter feature.
* updated for version 7.3.592v7.3.592Bram Moolenaar2012-07-102-2/+44
| | | | | Problem: Vim on GTK does not support g:browsefilter. Solution: Add a GtkFileFilter to the file chooser. (Christian Brabandt)
* updated for version 7.3.591v7.3.591Bram Moolenaar2012-07-067-3/+88
| | | | | Problem: Can only move to a tab by absolute number. Solution: Move a number of tabs to the left or the right. (Lech Lorens)
* updated for version 7.3.590v7.3.590Bram Moolenaar2012-07-062-0/+15
| | | | | Problem: The '< and '> marks cannot be set directly. Solution: Allow setting '< and '>. (Christian Brabandt)
* updated for version 7.3.589v7.3.589Bram Moolenaar2012-07-062-3/+7
| | | | | Problem: Crash when $HOME is not set. Solution: Check for a NULL pointer. (Chris Webb)
* updated for version 7.3.588v7.3.588Bram Moolenaar2012-07-062-3/+5
| | | | | Problem: Crash on NULL pointer. Solution: Fix the immediate problem by checking for NULL. (Lech Lorens)
* updated for version 7.3.587v7.3.587Bram Moolenaar2012-07-062-6/+5
| | | | | Problem: Compiler warning for local var shadowing global var. Solution: Rename the var and move it to an inner block. (Christian Brabandt)
* updated for version 7.3.586v7.3.586Bram Moolenaar2012-07-063-4/+6
| | | | | Problem: When compiling with Cygwin or MingW MEMORYSTATUSEX is not defined. Solution: Set the default for WINVER to 0x0500.
* updated for version 7.3.585v7.3.585Bram Moolenaar2012-07-062-3/+3
| | | | | Problem: Calling changed_bytes() too often. Solution: Move changed_bytes() out of a loop. (Tor Perkins)
* updated for version 7.3.584v7.3.584Bram Moolenaar2012-06-303-15/+10
| | | | | Problem: PyCObject is not always defined. Solution: Use PyObject instead.
* updated for version 7.3.583v7.3.583Bram Moolenaar2012-06-302-1/+9
| | | | | | Problem: PyObject_NextNotImplemented is not defined before Python 2.7. (Danek Duvall) Solution: Add #ifdefs.
* updated for version 7.3.582v7.3.582Bram Moolenaar2012-06-292-0/+14
| | | | | Problem: Missing parts of the test OK file. Solution: Add the missing parts.
* updated for version 7.3.581v7.3.581Bram Moolenaar2012-06-292-3/+25
| | | | | Problem: Problems compiling with Python. Solution: Pick UCS2 or UCS4 function at runtime. (lilydjwg)
* updated for version 7.3.580v7.3.580Bram Moolenaar2012-06-292-1/+3
| | | | | Problem: Warning on 64 bit MS-Windows. Solution: Add type cast. (Mike Williams)
* updated for version 7.3.579v7.3.579Bram Moolenaar2012-06-294-7/+53
| | | | | Problem: Can't compile with Python 2.5. Solution: Use PyCObject when Capsules are not available.