summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.3.899v7.3.899v7-3-899Bram Moolenaar2013-04-152-3/+6
| | | | | Problem: #if indents are off. Solution: Fix the indents.
* Added tag v7-3-898 for changeset aca1886102bdBram Moolenaar2013-04-150-0/+0
|
* updated for version 7.3.898v7.3.898v7-3-898Bram Moolenaar2013-04-154-30/+47
| | | | | Problem: Memory leak reported by valgrind in test 91. Solution: Only use default argument when needed.
* Added tag v7-3-897 for changeset 5aa74a2f8f9dBram Moolenaar2013-04-150-0/+0
|
* updated for version 7.3.897v7.3.897v7-3-897Bram Moolenaar2013-04-153-16/+36
| | | | | Problem: Configure doesn't always find the shared library. Solution: Change the configure script. (Ken Takata)
* Added tag v7-3-896 for changeset af3a3680fc75Bram Moolenaar2013-04-150-0/+0
|
* updated for version 7.3.896v7.3.896v7-3-896Bram Moolenaar2013-04-154-10/+64
| | | | | Problem: Memory leaks in Lua interface. Solution: Fix the leaks, add tests. (Yukihiro Nakadaira)
* Added tag v7-3-895 for changeset 11007e80829cBram Moolenaar2013-04-150-0/+0
|
* updated for version 7.3.895v7.3.895v7-3-895Bram Moolenaar2013-04-152-21/+17
| | | | | Problem: Valgrind error in test 91. (Issue 128) Solution: Pass scope name to find_var_in_ht().
* Added tag v7-3-894 for changeset 52e946d654e0Bram Moolenaar2013-04-150-0/+0
|
* updated for version 7.3.894v7.3.894v7-3-894Bram Moolenaar2013-04-152-1/+3
| | | | | Problem: Using wrong RUBY_VER causing Ruby build to break. Solution: Correct the RUBY_VER value. (Yongwei Wu)
* Added tag v7-3-893 for changeset dc3efb6d5a08Bram Moolenaar2013-04-150-0/+0
|
* updated for version 7.3.893v7.3.893v7-3-893Bram Moolenaar2013-04-157-81/+129
| | | | | | | Problem: Crash when using b:, w: or t: after closing the buffer, window or tabpage. Solution: Allocate the dictionary instead of having it part of the buffer/window/tabpage struct. (Yukihiro Nakadaira)
* Added tag v7-3-892 for changeset 6c2e8074ea25Bram Moolenaar2013-04-140-0/+0
|
* updated for version 7.3.892v7.3.892v7-3-892Bram Moolenaar2013-04-144-13/+27
| | | | | Problem: Still mering problems for viminfo history. Solution: Do not merge lines when writing, don't write old viminfo lines.
* Added tag v7-3-891 for changeset 1dc160bf2488Bram Moolenaar2013-04-140-0/+0
|
* updated for version 7.3.891v7.3.891v7-3-891Bram Moolenaar2013-04-142-17/+44
| | | | | | Problem: Merging viminfo history doesn't work well. Solution: Don't stop when one type of history is empty. Don't merge history when writing viminfo.
* Added tag v7-3-890 for changeset 89bdd6d57510Bram Moolenaar2013-04-140-0/+0
|
* updated for version 7.3.890v7.3.890v7-3-890Bram Moolenaar2013-04-142-0/+2
| | | | | Problem: Test 79 fails on Windows. (Michael Soyka) Solution: Add comment below line causing an error.
* Added tag v7-3-889 for changeset cb0c694517a0Bram Moolenaar2013-04-140-0/+0
|
* updated for version 7.3.889v7.3.889v7-3-889Bram Moolenaar2013-04-142-0/+21
| | | | | Problem: Can't build with Ruby 2.0 on a 64 bit system. Solution: Define rb_fix2int and rb_num2int. (Kohei Suzuki)
* Updated runtime files.Bram Moolenaar2013-04-126-255/+349
|
* Added tag v7-3-888 for changeset b0b253898cf9Bram Moolenaar2013-04-120-0/+0
|
* updated for version 7.3.888v7.3.888v7-3-888Bram Moolenaar2013-04-122-13/+22
| | | | | | Problem: Filename completion with 'fileignorecase' does not work for multi-byte characters. Solution: Make 'fileignorecase' work properly. (Hirohito Higashi)
* Added tag v7-3-887 for changeset 015e53d99787Bram Moolenaar2013-04-120-0/+0
|
* updated for version 7.3.887v7.3.887v7-3-887Bram Moolenaar2013-04-129-7/+133
| | | | | Problem: No tests for Visual mode operators, what 7.3.879 fixes. Solution: Add a new test file. (David B?rgin)
* Added tag v7-3-886 for changeset 902d6ab377eeBram Moolenaar2013-04-120-0/+0
|
* updated for version 7.3.886v7.3.886v7-3-886Bram Moolenaar2013-04-122-4/+11
| | | | | Problem: Can't build with multi-byte on Solaris 10. Solution: Add #ifdef X_HAVE_UTF8_STRING. (Laurent Blume)
* Added tag v7-3-885 for changeset c5eab656ec51Bram Moolenaar2013-04-120-0/+0
|
* updated for version 7.3.885v7.3.885v7-3-885Bram Moolenaar2013-04-122-16/+2
| | | | | Problem: Double free for list and dict in Lua. (Shougo Matsu) Solution: Do not unref list and dict. (Yasuhiro Matsumoto)
* Move redif syntax file to the right directory.Bram Moolenaar2013-04-063-6/+6
| | | | Disable recognizing .rdf as a redif file.
* Added tag v7-3-884 for changeset 22adc26aaa9fBram Moolenaar2013-04-060-0/+0
|
* updated for version 7.3.884v7.3.884v7-3-884Bram Moolenaar2013-04-062-5/+7
| | | | | Problem: Compiler warning for variable shadowing another. (John Little) Solution: Rename the variable. (Christian Brabandt)
* Added tag v7-3-883 for changeset 76aa34cef80fBram Moolenaar2013-04-060-0/+0
|
* updated for version 7.3.883v7.3.883v7-3-883Bram Moolenaar2013-04-062-1/+5
| | | | | Problem: Can't build with some combination of features. Solution: Adjust #ifdefs.
* Updated runtime files.Bram Moolenaar2013-04-0515-63/+157
|
* Added tag v7-3-882 for changeset 8653c39b85eaBram Moolenaar2013-04-050-0/+0
|
* updated for version 7.3.882v7.3.882v7-3-882Bram Moolenaar2013-04-052-0/+8
| | | | | Problem: CursorHold may trigger after receiving the termresponse. Solution: Set the did_cursorhold flag. (Hayaki Saito)
* Added tag v7-3-881 for changeset d8acfc49d94eBram Moolenaar2013-04-050-0/+0
|
* updated for version 7.3.881v7.3.881v7-3-881Bram Moolenaar2013-04-054-1/+39
| | | | | Problem: Python list does not work correctly. Solution: Fix it and add a test. (Yukihiro Nakadaira)
* Added tag v7-3-880 for changeset 9945fe0536a3Bram Moolenaar2013-04-050-0/+0
|
* updated for version 7.3.880v7.3.880v7-3-880Bram Moolenaar2013-04-052-25/+30
| | | | | | | Problem: When writing viminfo, old history lines may replace lines written more recently by another Vim instance. Solution: Mark history entries that were read from viminfo and overwrite them when merging with the current viminfo.
* Added tag v7-3-879 for changeset 79176b78969cBram Moolenaar2013-04-050-0/+0
|
* updated for version 7.3.879v7.3.879v7-3-879Bram Moolenaar2013-04-052-5/+13
| | | | | | Problem: When using an ex command in operator pending mode, using Esc to abort the command still executes the operator. (David B?rgin) Solution: Clear the operator when the ex command fails. (Christian Brabandt)
* Added tag v7-3-878 for changeset 97a5ce76cb7dBram Moolenaar2013-04-050-0/+0
|
* updated for version 7.3.878v7.3.878v7-3-878Bram Moolenaar2013-04-053-2/+7
| | | | | Problem: 'fileignorecase' is missing in options window and quickref. Solution: Add the option.
* Added tag v7-3-877 for changeset 96f478b812b1Bram Moolenaar2013-04-030-0/+0
|
* updated for version 7.3.877v7.3.877v7-3-877Bram Moolenaar2013-04-034-2/+9
| | | | | Problem: Forward searching with search() is broken. Solution: Fix it and add tests. (Sung Pae)
* Added tag v7-3-876 for changeset 787df0fc6539Bram Moolenaar2013-04-030-0/+0
|
* updated for version 7.3.876v7.3.876v7-3-876Bram Moolenaar2013-04-032-4/+6
| | | | | Problem: #if indents are off. Solution: Insert a space where appropriate. (Taro Muraoka)