summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.643v7.3.643Bram Moolenaar2012-08-293-4/+9
| | | | | | | Problem: MS-Windows: When starting gvim maximized 'lines' and 'columns' are wrong. (Christian Robinson) Solution: Move the check for gui.starting from ui_get_shellsize() to check_shellsize().
* updated for version 7.3.642v7.3.642Bram Moolenaar2012-08-292-1/+3
| | | | | | | Problem: Segfault with specific autocommands. Was OK after 7.3.449 and before 7.3.545. (Richard Brown) Solution: Pass TRUE for abort_if_last in the call to close_buffer(). (Christian Brabandt)
* updated for version 7.3.641v7.3.641Bram Moolenaar2012-08-292-2/+4
| | | | | Problem: ":mkview" uses ":normal" instead of ":normal!" for folds. (Dan) Solution: Add the bang. (Christian Brabandt)
* updated for version 7.3.640v7.3.640Bram Moolenaar2012-08-299-0/+702
| | | | | Problem: It's not easy to build Vim on Windows with XPM support. Solution: Binary files for 7.3.639. (Sergey Khorev)
* updated for version 7.3.639v7.3.639Bram Moolenaar2012-08-294-8/+24
| | | | | | | Problem: It's not easy to build Vim on Windows with XPM support. Solution: Include the required files, they are quite small. Update the MSVC makefile to use them. Binary files are in the next patch. (Sergey Khorev)
* Fix version.c, 638 was there twice.Bram Moolenaar2012-08-231-2/+0
|
* updated for version 7.3.638v7.3.638Bram Moolenaar2012-08-232-2/+7
|
* updated for version 7.3.637v7.3.637Bram Moolenaar2012-08-233-1/+14
| | | | | | | Problem: Cannot catch the error caused by a foldopen when there is no fold. (ZyX, Issue 48) Solution: Do not break out of the loop early when inside try/catch. (Christian Brabandt) Except when there is a syntax error.
* updated for version 7.3.636v7.3.636Bram Moolenaar2012-08-232-19/+44
| | | | | | Problem: Not all zero-width matches handled correctly for "gn". Solution: Move zero-width detection to a separate function. (Christian Brabandt)
* updated for version 7.3.635v7.3.635Bram Moolenaar2012-08-232-0/+5
| | | | | | | Problem: Issue 21: System call during startup sets 'lines' to a wrong value. (Karl Yngve) Solution: Don't set the shell size while the GUI is still starting up. (Christian Brabandt)
* updated for version 7.3.634v7.3.634Bram Moolenaar2012-08-232-4/+3
| | | | | Problem: Month/Day format for undo is confusing. (Marcin Szamotulski) Solution: Always use Year/Month/Day, should work for everybody.
* Update runtime files.Bram Moolenaar2012-08-1531-239/+324
|
* updated for version 7.3.633v7.3.633Bram Moolenaar2012-08-152-2/+8
| | | | | | Problem: Selection remains displayed as selected after selecting another text. Solution: Call xterm_update() before select(). (Andrew Pimlott)
* updated for version 7.3.632v7.3.632Bram Moolenaar2012-08-158-19/+137
| | | | | Problem: Cannot select beyond 222 columns with the mouse in xterm. Solution: Add support for SGR mouse tracking. (Hayaki Saito)
* updated for version 7.3.631v7.3.631Bram Moolenaar2012-08-1511-2/+120
| | | | | Problem: Cannot complete user names. Solution: Add user name completion. (Dominique Pelle)
* updated for version 7.3.630v7.3.630Bram Moolenaar2012-08-152-0/+5
| | | | | Problem: "|" does not behave correctly when 'virtualedit' is set. Solution: Call validate_virtcol(). (David Bürgin)
* updated for version 7.3.629v7.3.629Bram Moolenaar2012-08-088-26/+46
| | | | | | Problem: There is no way to make 'shiftwidth' follow 'tabstop'. Solution: When 'shiftwidth' is zero use the value of 'tabstop'. (Christian Brabandt)
* updated for version 7.3.628v7.3.628Bram Moolenaar2012-08-082-1/+3
| | | | | | Problem: ":open" does not allow for a !, which results in a confusing error message. (Shawn Wilson) Solution: Allow ! on ":open". (Christian Brabandt)
* updated for version 7.3.627v7.3.627Bram Moolenaar2012-08-082-1/+28
| | | | | | | | Problem: When using the "n" flag with the ":s" command a \= substitution will not be evaluated. Solution: Do perform the evaluation, so that a function can be invoked at every matching position without changing the text. (Christian Brabandt)
* 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)