summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.853v7.3.853v7-3-853Bram Moolenaar2013-03-074-1/+19
| | | | | | 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)
* Added tag v7-3-852 for changeset 3fd805ca2a6aBram Moolenaar2013-03-070-0/+0
|
* updated for version 7.3.852v7.3.852v7-3-852Bram Moolenaar2013-03-073-3/+28
| | | | | | 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.
* Added tag v7-3-851 for changeset dd669f296568Bram Moolenaar2013-03-070-0/+0
|
* updated for version 7.3.851v7.3.851v7-3-851Bram Moolenaar2013-03-072-1/+10
| | | | | | Problem: Using an empty pattern with :sort silently continues when there is no previous search pattern. Solution: Give an error message.
* Added tag v7-3-850 for changeset 07fef68eb018Bram Moolenaar2013-03-070-0/+0
|
* updated for version 7.3.850v7.3.850v7-3-850Bram Moolenaar2013-03-073-1/+18
| | | | | Problem: ":vimgrep //" matches everywhere. Solution: Make it use the previous search pattern. (David B?rgin)
* Added tag v7-3-849 for changeset dc77c2a14a05Bram Moolenaar2013-03-070-0/+0
|
* updated for version 7.3.849v7.3.849v7-3-849Bram Moolenaar2013-03-072-1/+3
| | | | | | 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)
* Added tag v7-3-848 for changeset e49b80f267dcBram Moolenaar2013-03-070-0/+0
|
* updated for version 7.3.848v7.3.848v7-3-848Bram Moolenaar2013-03-074-1/+28
| | | | | | 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)
* Added tag v7-3-847 for changeset 4dd43d6b3df7Bram Moolenaar2013-03-070-0/+0
|
* updated for version 7.3.847v7.3.847v7-3-847Bram Moolenaar2013-03-072-0/+3
| | | | | Problem: Test 55 fails when messages are translated. Solution: Set language to C. (Ken Takata)
* Added tag v7-3-846 for changeset b06bb07d906bBram Moolenaar2013-03-070-0/+0
|
* updated for version 7.3.846v7.3.846v7-3-846Bram Moolenaar2013-03-073-1/+6
| | | | | Problem: Missing proto files. Solution: Add the files.
* Added tag v7-3-845 for changeset 171234e02b1eBram Moolenaar2013-03-070-0/+0
|
* updated for version 7.3.845v7.3.845v7-3-845Bram Moolenaar2013-03-073-0/+30
| | | | | Problem: Enum indenting is not tested. Solution: Add tests. (Hong Xu)
* Updated runtime files.Bram Moolenaar2013-03-0722-930/+1841
|
* Added tag v7-3-844 for changeset eccc0e8a82fbBram Moolenaar2013-03-070-0/+0
|
* updated for version 7.3.844v7.3.844v7-3-844Bram Moolenaar2013-03-072-10/+42
| | | | | Problem: Enum is not indented correctly with "public" etc. Solution: Skip "public", "private" and "protected". (Hong Xu)
* Added tag v7-3-843 for changeset f4960ddda07cBram Moolenaar2013-02-260-0/+0
|
* updated for version 7.3.843v7.3.843v7-3-843Bram Moolenaar2013-02-263-4/+42
| | | | | Problem: Missing test file changes. Solution: Change the tests.
* Added tag v7-3-842 for changeset 78321dcaa8e2Bram Moolenaar2013-02-260-0/+0
|
* updated for version 7.3.842v7.3.842v7-3-842Bram Moolenaar2013-02-262-1/+3
| | | | | Problem: Compiler warning for signed/unsigned pointer. Solution: Add type cast. (Christian Brabandt)
* Added tag v7-3-841 for changeset b40e6a47ee53Bram Moolenaar2013-02-260-0/+0
|
* updated for version 7.3.841v7.3.841v7-3-841Bram Moolenaar2013-02-262-0/+12
| | | | | | | 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)
* Added tag v7-3-840 for changeset 1778d51fcbc3Bram Moolenaar2013-02-260-0/+0
|
* updated for version 7.3.840v7.3.840v7-3-840Bram Moolenaar2013-02-262-0/+9
| | | | | | Problem: "\@<!" in regexp does not work correctly with multi-byte characters, especially cp932. Solution: Move column to start of multi-byte character. (Yasuhiro Matsumoto)
* Added tag v7-3-839 for changeset 2030aca407edBram Moolenaar2013-02-260-0/+0
|
* updated for version 7.3.839v7.3.839v7-3-839Bram Moolenaar2013-02-262-0/+6
| | | | | Problem: Some files missing in the list of distributed files. Solution: Add lines for new files.
* Added tag v7-3-838 for changeset 1c819b05529cBram Moolenaar2013-02-260-0/+0
|
* updated for version 7.3.838v7.3.838v7-3-838Bram Moolenaar2013-02-2612-8/+160
| | | | | Problem: Insufficient testing for mksession. Solution: Add tests. (mostly by Roland Eggner)
* Added tag v7-3-837 for changeset 14698f63de8dBram Moolenaar2013-02-260-0/+0
|
* updated for version 7.3.837v7.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)
* Added tag v7-3-836 for changeset ff193256398aBram Moolenaar2013-02-260-0/+0
|
* updated for version 7.3.836v7.3.836v7-3-836Bram Moolenaar2013-02-2623-767/+904
| | | | | | 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)
* Added tag v7-3-835 for changeset d356b5ce84ceBram Moolenaar2013-02-260-0/+0
|
* updated for version 7.3.835v7.3.835v7-3-835Bram Moolenaar2013-02-262-3/+6
| | | | | | Problem: "xxd -i" fails on an empty file. Solution: Do output the closing } for an empty file. (partly by Lawrence Woodman)
* Added tag v7-3-834 for changeset 3ac9d7d8274eBram Moolenaar2013-02-260-0/+0
|
* updated for version 7.3.834v7.3.834v7-3-834Bram Moolenaar2013-02-262-0/+19
| | | | | Problem: Ruby 2.0 has a few API changes. Solution: Add handling of Ruby 2.0. (Yasuhiro Matsumoto)
* Added tag v7-3-833 for changeset b97109760603Bram Moolenaar2013-02-260-0/+0
|
* updated for version 7.3.833v7.3.833v7-3-833Bram Moolenaar2013-02-263-8/+8
| | | | | | 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)
* Added tag v7-3-832 for changeset 670e576a58d1Bram Moolenaar2013-02-260-0/+0
|
* updated for version 7.3.832v7.3.832v7-3-832Bram Moolenaar2013-02-261-1/+4
| | | | | Problem: Compiler warning. Solution: Add type cast. (Mike Williams)
* Update runtime files.Bram Moolenaar2013-02-208-42/+951
|
* Added tag v7-3-831 for changeset cb185366f5c8Bram Moolenaar2013-02-200-0/+0
|
* updated for version 7.3.831v7.3.831v7-3-831Bram Moolenaar2013-02-2011-29/+198
| | | | | | Problem: Clumsy to handle the situation that a variable does not exist. Solution: Add default value to getbufvar() et al. (Shougo Matsushita, Hirohito Higashi)
* Added tag v7-3-830 for changeset 454d35a43392Bram Moolenaar2013-02-200-0/+0
|
* updated for version 7.3.830v7.3.830v7-3-830Bram Moolenaar2013-02-202-6/+8
| | | | | | Problem: :mksession confuses bytes, columns and characters when positioning the cursor. Solution: Use w_virtcol with "|" instead of w_cursor.col with "l".
* Added tag v7-3-829 for changeset 7728d626ae03Bram Moolenaar2013-02-200-0/+0
|