Bram Moolenaar
4f8fa1633c
patch 7.4.926
...
Problem: Completing the longest match doesn't work properly with multi-byte
characters.
Solution: When using multi-byte characters use another way to find the
longest match. (Hirohito Higashi)
v7.4.926
2015-11-19 19:00:05 +01:00
Bram Moolenaar
a0ed84a268
patch 7.4.925
...
Problem: User may yank or put using the register being recorded in.
Solution: Add the recording register in the message. (Christian Brabandt,
closes #470 )
v7.4.925
2015-11-19 17:56:13 +01:00
Bram Moolenaar
32d03b34ac
patch 7.4.924
...
Problem: DEVELOPER_DIR gets reset by configure.
Solution: Do not reset DEVELOPER_DIR when there is no --with-developer-dir
argument. (Kazuki Sakamoto, closes #482 )
v7.4.924
2015-11-19 13:46:48 +01:00
Bram Moolenaar
6a2697ffd7
patch 7.4.923
...
Problem: Prototypes not always generated.
Solution: Change #if to OR with PROTO.
v7.4.923
2015-11-19 13:14:30 +01:00
Bram Moolenaar
b4ff518d95
Updated runtime files.
2015-11-10 21:15:48 +01:00
Bram Moolenaar
1c2836e268
patch 7.4.922
...
Problem: Leaking memory with ":helpt {dir-not-exists}".
Solution: Free dirname. (Dominique Pelle)
v7.4.922
2015-11-10 21:05:48 +01:00
Bram Moolenaar
cd1c55f706
patch 7.4.921
...
Problem: Missing proto file update. (Randall W. Morris)
Solution: Add the missing line for mch_ishidden.
v7.4.921
2015-11-10 20:52:04 +01:00
Bram Moolenaar
a93f975e8b
patch 7.4.920
...
Problem: The rubydll option is not in the options window.
Solution: Add the rubydll option.
v7.4.920
2015-11-10 20:45:09 +01:00
Bram Moolenaar
d4ece23e2e
patch 7.4.919
...
Problem: The dll options are not in the options window.
Solution: Add the dll options. And other fixes.
v7.4.919
2015-11-10 19:48:14 +01:00
Bram Moolenaar
0796c0625f
patch 7.4.918
...
Problem: A digit in an option name has problems.
Solution: Rename 'python3dll' to 'pythonthreedll'.
v7.4.918
2015-11-10 19:41:37 +01:00
Bram Moolenaar
1be2ed6c11
patch 7.4.917
...
Problem: Compiler warning for comparing signed and unsigned.
Solution: Add a type cast.
v7.4.917
2015-11-10 19:11:58 +01:00
Bram Moolenaar
8648357841
patch 7.4.916
...
Problem: When running out of memory while copying a dict memory may be
freed twice. (ZyX)
Solution: Do not call the garbage collector when running out of memory.
v7.4.916
2015-11-10 19:04:23 +01:00
Bram Moolenaar
174674743d
patch 7.4.915
...
Problem: When removing from 'path' and then adding, a comma may go missing.
(Malcolm Rowe)
Solution: Fix the check for P_ONECOMMA. (closes #471 )
v7.4.915
2015-11-10 17:50:24 +01:00
Bram Moolenaar
98b30a473a
patch 7.4.914
...
Problem: New compiler warning: logical-not-parentheses
Solution: Silence the warning.
v7.4.914
2015-11-10 15:18:02 +01:00
Bram Moolenaar
72f4cc4a98
patch 7.4.913
...
Problem: No utf-8 support for the hangul input feature.
Solution: Add utf-8 support. (Namsh)
v7.4.913
2015-11-10 14:35:18 +01:00
Bram Moolenaar
e01f4f86ce
patch 7.4.912
...
Problem: Wrong indenting for C++ constructor.
Solution: Recognize ::. (Anhong)
v7.4.912
2015-11-10 14:06:53 +01:00
Bram Moolenaar
450ca4335e
patch 7.4.911
...
Problem: t_Ce and t_Cs are documented but not supported. (Hirohito Higashi)
Solution: Define the options.
v7.4.911
2015-11-10 13:30:39 +01:00
Bram Moolenaar
e7427f4b7e
patch 7.4.910
...
Problem: Compiler complains about type punned pointer.
Solution: Use another way to increment the ref count.
v7.4.910
2015-11-10 13:24:20 +01:00
Bram Moolenaar
de59ba33aa
patch 7.4.909
...
Problem: "make install" fails.
Solution: Only try installing desktop files if the destination directory
exists.
v7.4.909
2015-11-03 22:03:16 +01:00
Bram Moolenaar
a16f472edf
patch 7.4.908
...
Problem: Build error with MingW compiler. (Cesar Romani)
Solution: Change #if into #ifdef.
v7.4.908
2015-11-02 17:35:43 +01:00
Bram Moolenaar
d94464ee29
patch 7.4.907
...
Problem: Libraries for dynamically loading interfaces can only be defined
at compile time.
Solution: Add options to specify the dll names. (Kazuki Sakamoto,
closes #452 )
v7.4.907
2015-11-02 15:28:18 +01:00
Bram Moolenaar
8a52ba7918
patch 7.4.906
...
Problem: On MS-Windows the viminfo file is (always) given the hidden
attribute. (raulnac)
Solution: Check the hidden attribute in a different way. (Ken Takata)
v7.4.906
2015-11-02 14:45:56 +01:00
Bram Moolenaar
1d8d9c0bec
Add files in patch 7.4.904 missing from commit.
2015-11-02 13:29:53 +01:00
Bram Moolenaar
d424747d58
patch 7.4.905
...
Problem: Python interface can produce error "vim.message' object has no
attribute 'isatty'".
Solution: Add dummy isatty(), readable(), etc. (closes #464 )
v7.4.905
2015-11-02 13:28:59 +01:00
Bram Moolenaar
6407b3e80d
patch 7.4.904
...
Problem: Vim does not provide .desktop files.
Solution: Include and install .desktop files. (James McCoy, closes #455 )
v7.4.904
2015-11-02 12:50:55 +01:00
Bram Moolenaar
d7464be974
Updated runtime files.
2015-11-01 16:49:04 +01:00
Bram Moolenaar
7314efd87d
patch 7.4.903
...
Problem: MS-Windows: When 'encoding' differs from the current code page,
expandinig wildcards may cause illegal memory access.
Solution: Allocate a longer buffer. (Ken Takata)
v7.4.903
2015-10-31 15:32:52 +01:00
Bram Moolenaar
4c0aac5759
patch 7.4.902
...
Problem: Problems with using the MS-Windows console.
Solution: Revert patches 7.4.851, 7.4.876 and 7.4.886 until we find a better
solution. (suggested by Ken Takata)
v7.4.902
2015-10-30 16:46:55 +01:00
Bram Moolenaar
a0f849ee40
Update runtime files.
2015-10-30 14:37:44 +01:00
Bram Moolenaar
e7d1376b63
patch 7.4.901
...
Problem: When a BufLeave autocommand changes folding in a way it syncs
undo, undo can be corrupted.
Solution: Prevent undo sync. (Jacob Niehus)
v7.4.901
2015-10-30 14:23:33 +01:00
Bram Moolenaar
f1a4c98ea6
patch 7.4.900
...
Problem: README file can still be improved
Solution: Add a couple of links. (Christian Brabandt)
v7.4.900
2015-10-25 22:42:00 +01:00
Bram Moolenaar
c92399f4ee
patch 7.4.899
...
Problem: README file is not optimal.
Solution: Move buttons, update some text. (closes #460 )
v7.4.899
2015-10-25 13:55:00 +01:00
Bram Moolenaar
60cce2fb73
Update runtime files.
2015-10-13 23:21:27 +02:00
Bram Moolenaar
04dfd51229
patch 7.4.898
...
Problem: The 'fixendofline' option is set on with ":edit".
Solution: Don't set the option when clearing a buffer. (Yasuhiro Matsumoto)
v7.4.898
2015-10-13 20:55:50 +02:00
Bram Moolenaar
4e86150ec5
patch 7.4.897
...
Problem: Freeze and crash when there is a sleep in a remote command.
(Karl Yngve Lervåg)
Solution: Remove a message from the queue before dealing with it. (James
Kolb)
v7.4.897
2015-10-13 20:21:49 +02:00
Bram Moolenaar
b4f6a46b01
patch 7.4.896
...
Problem: Editing a URL, which netrw should handle, doesn't work.
Solution: Avoid changing slashes to backslashes. (Yasuhiro Matsumoto)
v7.4.896
2015-10-13 19:43:17 +02:00
Bram Moolenaar
23d1b62746
patch 7.4.895
...
Problem: Custom command line completion does not work for a command
containing digits.
Solution: Skip over the digits. (suggested by Yasuhiro Matsumoto)
v7.4.895
2015-10-13 19:18:04 +02:00
Bram Moolenaar
f59c73da1e
patch 7.4.894
...
Problem: vimrun.exe is picky about the number of spaces before -s.
Solution: Skip all spaces. (Cam Sinclair)
v7.4.894
2015-10-13 17:52:59 +02:00
Bram Moolenaar
d1b15dec4d
patch 7.4.893
...
Problem: C indenting is wrong below a "case (foo):" because it is
recognized as a C++ base class construct. Issue #38 .
Solution: Check for the case keyword.
v7.4.893
2015-10-13 16:13:39 +02:00
Bram Moolenaar
9d6ca1cc5e
patch 7.4.892
...
Problem: On MS-Windows the iconv DLL may have a different name.
Solution: Also try libiconv2.dll and libiconv-2.dll. (Yasuhiro Matsumoto)
v7.4.892
2015-10-13 13:49:09 +02:00
Bram Moolenaar
089af18d1f
patch 7.4.891
...
Problem: Indentation of array initializer is wrong.
Solution: Avoid that calling find_start_rawstring() changes the position
returned by find_start_comment(), add a test. (Hirohito Higashi)
v7.4.891
2015-10-07 11:41:49 +02:00
Bram Moolenaar
094454fa70
patch 7.4.890
...
Problem: Build failure when using dynamic python but not python3.
Solution: Adjust the #if to also include DYNAMIC_PYTHON3 and UNIX.
v7.4.890
2015-10-07 10:39:55 +02:00
Bram Moolenaar
74b738d414
patch 7.4.889
...
Problem: Triggering OptionSet from setwinvar() isn't tested.
Solution: Add a test. (Christian Brabandt)
v7.4.889
2015-09-29 18:08:33 +02:00
Bram Moolenaar
ba117c23df
patch 7.4.888
...
Problem: The OptionSet autocommands are not triggered from setwinvar().
Solution: Do not use switch_win() when not needed. (Hirohito Higashi)
v7.4.888
2015-09-29 16:53:22 +02:00
Bram Moolenaar
c2b717ebd6
patch 7.4.887
...
Problem: Using uninitialized memory for regexp with back reference.
(Dominique Pelle)
Solution: Initialize end_lnum.
v7.4.887
2015-09-29 15:06:14 +02:00
Bram Moolenaar
1d478a6242
patch 7.4.886
...
Problem: Windows7: Switching screen buffer causes flicker when using
system().
Solution: Instead of actually switching screen buffer, duplicate the handle.
(Yasuhiro Matsumoto)
v7.4.886
2015-09-29 14:01:12 +02:00
Bram Moolenaar
c79a5452ac
patch 7.4.885
...
Problem: When doing an upwards search without wildcards the search fails if
the initial directory doesn't exist.
Solution: Fix the non-wildcard case. (Stefan Kempf)
v7.4.885
2015-09-29 12:08:42 +02:00
Bram Moolenaar
ca63501fbc
Update various runtime files.
2015-09-25 20:34:21 +02:00
Bram Moolenaar
c1d20998d7
patch 7.4.884
...
Problem: Travis also builds on a tag push.
Solution: Filter out tag pushes. (Kenichi Ito)
v7.4.884
2015-09-25 20:30:58 +02:00
Bram Moolenaar
10ad1d90da
patch 7.4.883
...
Problem: Block-mode replace works characterwise instead of blockwise after
column 147. (Issue #422 )
Solution: Set Visual mode. (Christian Brabandt)
v7.4.883
2015-09-25 19:35:02 +02:00