summaryrefslogtreecommitdiff
path: root/src/version.c
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.870v7.3.870Bram Moolenaar2013-03-191-0/+2
| | | | | Problem: Compiler warnings when using MingW 4.5.3. Solution: Do not use MAKEINTRESOURCE. Adjust #if. (Ken Takata)
* updated for version 7.3.869v7.3.869Bram Moolenaar2013-03-191-0/+2
| | | | | | Problem: bufwinnr() matches buffers in other tabs. Solution: For bufwinnr() and ? only match buffers in the current tab. (Alexey Radkov)
* updated for version 7.3.868v7.3.868Bram Moolenaar2013-03-191-0/+2
| | | | | | | Problem: When at the hit-return prompt and using "k" while no text has scrolled off screen, then using "j", an empty line is displayed. Solution: Only act on "k" when text scrolled off screen. Also accept page-up and page-down. (cptstubing)
* updated for version 7.3.867v7.3.867Bram Moolenaar2013-03-191-0/+2
| | | | | | Problem: Matchparen does not update match when using auto-indenting. (Marc Aldorasi) Solution: Add the TextChanged and TextChangedI autocommand events.
* updated for version 7.3.866v7.3.866Bram Moolenaar2013-03-191-0/+2
| | | | | | Problem: Not serving the X selection during system() isn't nice. Solution: When using fork() do not loose the selection, keep serving it. Add a loop similar to handling I/O. (Yukihiro Nakadaira)
* updated for version 7.3.865v7.3.865Bram Moolenaar2013-03-161-0/+2
| | | | | Problem: Mouse position may be wrong. Solution: Let vungetc() restore the mouse position.
* updated for version 7.3.864v7.3.864Bram Moolenaar2013-03-161-0/+2
| | | | | Problem: Can't build without the mouse feature. Solution: Add an #ifdef. (Ike Devolder)
* updated for version 7.3.863v7.3.863Bram Moolenaar2013-03-161-0/+2
| | | | | Problem: Problem with 'ambiwidth' detection for ANSI terminal. Solution: Work around not recognizing a term response. (Hayaki Saito)
* updated for version 7.3.862v7.3.862Bram Moolenaar2013-03-161-0/+2
| | | | | Problem: Dragging the status line can be slow. Solution: Look ahead and drop the drag event if there is a next one.
* updated for version 7.3.861v7.3.861Bram Moolenaar2013-03-131-0/+2
| | | | | Problem: ":setlocal number" clears global value of 'relativenumber'. Solution: Do it properly. (Markus Heidelberg)
* updated for version 7.3.860v7.3.860Bram Moolenaar2013-03-131-0/+2
| | | | | Problem: When using --remote-expr try/catch does not work. (Andrey Radev) Solution: Set emsg_silent instead of emsg_off.
* updated for version 7.3.859v7.3.859Bram Moolenaar2013-03-131-0/+2
| | | | | | Problem: 'ambiwidth' must be set by the user. Solution: Detects East Asian ambiguous width (UAX #11) state of the terminal at the start-up time and 'ambiwidth' accordingly. (Hayaki Saito)
* updated for version 7.3.858v7.3.858Bram Moolenaar2013-03-131-0/+2
| | | | | Problem: "gv" selects the wrong area after some operators. Solution: Save and restore the type of selection. (Christian Brabandt)
* updated for version 7.3.857v7.3.857Bram Moolenaar2013-03-131-0/+2
| | | | | Problem: The QuitPre autocommand event does not trigger for :qa and :wq. Solution: Trigger the event. (Tatsuro Fujii)
* updated for version 7.3.856v7.3.856Bram Moolenaar2013-03-131-0/+2
| | | | | Problem: When calling system() multi-byte clipboard contents is garbled. Solution: Save and restore the clipboard contents. (Yukihiro Nakadaira)
* updated for version 7.3.855v7.3.855Bram Moolenaar2013-03-131-0/+2
| | | | | Problem: Compiler warnings. Solution: Add type casts. (Mike Williams)
* updated for version 7.3.854v7.3.854Bram Moolenaar2013-03-071-0/+2
| | | | | | Problem: After using backspace in insert mode completion, CTRL-N and CTRL-P do not highlight the right entry. (Olivier Teuliere) Solution: Set the current item to the shown item after using backspace.
* updated for version 7.3.853v7.3.853Bram Moolenaar2013-03-071-0/+2
| | | | | | Problem: Using "ra" in multiple lines on multi-byte characters leaves a few characters not replaced. Solution: Adjust the end column only in the last line. (Yasuhiro Matsumoto)
* updated for version 7.3.852v7.3.852Bram Moolenaar2013-03-071-0/+2
| | | | | | Problem: system() breaks clipboard text. (Yukihiro Nakadaira) Solution: Use Xutf8TextPropertyToTextList(). (Christian Brabandt) Also do not put the text in the clip buffer if conversion fails.
* updated for version 7.3.851v7.3.851Bram Moolenaar2013-03-071-0/+2
| | | | | | Problem: Using an empty pattern with :sort silently continues when there is no previous search pattern. Solution: Give an error message.
* updated for version 7.3.850v7.3.850Bram Moolenaar2013-03-071-0/+2
| | | | | Problem: ":vimgrep //" matches everywhere. Solution: Make it use the previous search pattern. (David Bürgin)
* updated for version 7.3.849v7.3.849Bram Moolenaar2013-03-071-0/+2
| | | | | | Problem: ":g//" gives "Pattern not found error" with E486. Should not use the error number, it's not a regular error message. Solution: Use a normal message. (David Bürgin)
* updated for version 7.3.848v7.3.848Bram Moolenaar2013-03-071-0/+2
| | | | | | Problem: Can't build with Ruby 2.0 when using MinGW x64 or MSVC10. Solution: Fix it. Also detect RUBY_PLATFORM and RUBY_INSTALL_NAME for x64. (Ken Takata)
* updated for version 7.3.847v7.3.847Bram Moolenaar2013-03-071-0/+2
| | | | | Problem: Test 55 fails when messages are translated. Solution: Set language to C. (Ken Takata)
* updated for version 7.3.846v7.3.846Bram Moolenaar2013-03-071-0/+2
| | | | | Problem: Missing proto files. Solution: Add the files.
* updated for version 7.3.845v7.3.845Bram Moolenaar2013-03-071-0/+2
| | | | | Problem: Enum indenting is not tested. Solution: Add tests. (Hong Xu)
* updated for version 7.3.844v7.3.844Bram Moolenaar2013-03-071-0/+2
| | | | | Problem: Enum is not indented correctly with "public" etc. Solution: Skip "public", "private" and "protected". (Hong Xu)
* updated for version 7.3.843v7.3.843Bram Moolenaar2013-02-261-0/+2
| | | | | Problem: Missing test file changes. Solution: Change the tests.
* updated for version 7.3.842v7.3.842Bram Moolenaar2013-02-261-0/+2
| | | | | Problem: Compiler warning for signed/unsigned pointer. Solution: Add type cast. (Christian Brabandt)
* updated for version 7.3.841v7.3.841Bram Moolenaar2013-02-261-0/+2
| | | | | | | Problem: When a "cond ? one : two" expression has a subscript it is not parsed correctly. (Andy Wokula) Solution: Handle a subscript also when the type is unknown. (Christian Brabandt)
* updated for version 7.3.840v7.3.840Bram Moolenaar2013-02-261-0/+2
| | | | | | Problem: "\@<!" in regexp does not work correctly with multi-byte characters, especially cp932. Solution: Move column to start of multi-byte character. (Yasuhiro Matsumoto)
* updated for version 7.3.839v7.3.839Bram Moolenaar2013-02-261-0/+2
| | | | | Problem: Some files missing in the list of distributed files. Solution: Add lines for new files.
* updated for version 7.3.838v7.3.838Bram Moolenaar2013-02-261-0/+2
| | | | | Problem: Insufficient testing for mksession. Solution: Add tests. (mostly by Roland Eggner)
* updated for version 7.3.837v7.3.837Bram Moolenaar2013-02-261-5/+8
| | | | | | Problem: Empty lines in :version output when 'columns' is 320. Solution: Simplify the logic of making columns. (Nazri Ramliy, Roland Eggner)
* updated for version 7.3.836v7.3.836Bram Moolenaar2013-02-261-0/+2
| | | | | | Problem: Clipboard does not work on Win32 when compiled with Cygwin. Solution: Move the Win32 clipboard code to a separate file and use it when building with os_unix.c. (Frodak Baksik, Ken Takata)
* updated for version 7.3.835v7.3.835Bram Moolenaar2013-02-261-0/+2
| | | | | | Problem: "xxd -i" fails on an empty file. Solution: Do output the closing } for an empty file. (partly by Lawrence Woodman)
* updated for version 7.3.834v7.3.834Bram Moolenaar2013-02-261-0/+2
| | | | | Problem: Ruby 2.0 has a few API changes. Solution: Add handling of Ruby 2.0. (Yasuhiro Matsumoto)
* updated for version 7.3.833v7.3.833Bram Moolenaar2013-02-261-0/+2
| | | | | | Problem: In the terminal the scroll wheel always scrolls the active window. Solution: Scroll the window under the mouse pointer, like in the GUI. (Bradie Rao)
* updated for version 7.3.832v7.3.832Bram Moolenaar2013-02-261-1/+4
| | | | | Problem: Compiler warning. Solution: Add type cast. (Mike Williams)
* updated for version 7.3.831v7.3.831Bram Moolenaar2013-02-201-0/+2
| | | | | | Problem: Clumsy to handle the situation that a variable does not exist. Solution: Add default value to getbufvar() et al. (Shougo Matsushita, Hirohito Higashi)
* updated for version 7.3.830v7.3.830Bram Moolenaar2013-02-201-0/+2
| | | | | | Problem: :mksession confuses bytes, columns and characters when positioning the cursor. Solution: Use w_virtcol with "|" instead of w_cursor.col with "l".
* updated for version 7.3.829v7.3.829Bram Moolenaar2013-02-201-0/+2
| | | | | | | | | Problem: When compiled with the +rightleft feature 'showmatch' also shows a match for the opening paren. When 'revins' is set the screen may scroll. Solution: Only check the opening paren when the +rightleft feature was enabled. Do not show a match that is not visible. (partly by Christian Brabandt)
* updated for version 7.3.828v7.3.828Bram Moolenaar2013-02-201-0/+2
| | | | | Problem: Mappings are not aware of wildmenu mode. Solution: Add wildmenumode(). (Christian Brabandt)
* updated for version 7.3.827v7.3.827Bram Moolenaar2013-02-201-0/+2
| | | | | Problem: Python tests fail. Solution: Adjust the output for the stack trace.
* updated for version 7.3.826v7.3.826Bram Moolenaar2013-02-201-8/+74
| | | | | Problem: List of features in :version output is hard to read. Solution: Make columns. (Nazri Ramliy)
* updated for version 7.3.825v7.3.825Bram Moolenaar2013-02-201-0/+2
| | | | | Problem: With Python errors are not always clear. Solution: Print the stack trace, unless :silent is used. (ZyX)
* updated for version 7.3.824v7.3.824Bram Moolenaar2013-02-201-0/+2
| | | | | Problem: Can redefine builtin functions. (ZyX) Solution: Disallow adding a function to g:.
* updated for version 7.3.823v7.3.823Bram Moolenaar2013-02-201-0/+2
| | | | | Problem: Building with Cygwin: '-lsupc++' is not needed. Solution: Remove it. (Ken Takata)
* updated for version 7.3.822v7.3.822Bram Moolenaar2013-02-171-0/+2
| | | | | Problem: Crash when accessing freed buffer. Solution: Get 'textwidth' in caller of enter_buffer(). (Christian Brabandt)
* updated for version 7.3.821v7.3.821Bram Moolenaar2013-02-161-0/+2
| | | | | Problem: Build with OLE and Cygwin is broken. (Steve Hall) Solution: Select static or shared stdc library. (Ken Takta)