summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* updated for version 7.4.126v7.4.126v7-4-126Bram Moolenaar2013-12-122-2/+4
| | | | | Problem: Compiler warnings for "const" and incompatible types. Solution: Remove "const", add type cast. (Ken Takata)
* Updated runtime files.Bram Moolenaar2013-12-1110-95/+131
|
* Added tag v7-4-125 for changeset 45ef9d2096e8Bram Moolenaar2013-12-110-0/+0
|
* updated for version 7.4.125v7.4.125v7-4-125Bram Moolenaar2013-12-112-2/+4
| | | | | Problem: Win32: Dealing with messages may not work for multi-byte chars. Solution: Use pDispatchMessage(). (Ken Takata)
* Added tag v7-4-124 for changeset 9faba192ea90Bram Moolenaar2013-12-110-0/+0
|
* updated for version 7.4.124v7.4.124v7-4-124Bram Moolenaar2013-12-112-0/+22
| | | | | Problem: Win32: Getting host name does not use wide function. Solution: Use GetComputerNameW() if possible. (Ken Takata)
* Added tag v7-4-123 for changeset 32e50f85d2c7Bram Moolenaar2013-12-110-0/+0
|
* updated for version 7.4.123v7.4.123v7-4-123Bram Moolenaar2013-12-112-0/+22
| | | | | Problem: Win32: Getting user name does not use wide function. Solution: Use GetUserNameW() if possible. (Ken Takata)
* Added tag v7-4-122 for changeset 270c62fe685aBram Moolenaar2013-12-110-0/+0
|
* updated for version 7.4.122v7.4.122v7-4-122Bram Moolenaar2013-12-112-39/+73
| | | | | | | Problem: Win32: When 'encoding' is set to "utf-8" and the active codepage is cp932 then ":grep" and other commands don't work for multi-byte characters. Solution: (Yasuhiro Matsumoto)
* Added tag v7-4-121 for changeset 4bf53c1ef37aBram Moolenaar2013-12-110-0/+0
|
* updated for version 7.4.121v7.4.121v7-4-121Bram Moolenaar2013-12-112-0/+6
| | | | | Problem: Completion doesn't work for ":py3d" and ":py3f". (Bohr Shaw) Solution: Skip over letters after ":py3".
* Added tag v7-4-120 for changeset ca0e43bbf8f9Bram Moolenaar2013-12-110-0/+0
|
* updated for version 7.4.120v7.4.120v7-4-120Bram Moolenaar2013-12-112-1/+5
| | | | | Problem: Can't build with Perl 5.18 on Linux. (Lcd 47) Solution: Add #ifdef. (Ken Takata)
* Added tag v7-4-119 for changeset 2f99966971b0Bram Moolenaar2013-12-110-0/+0
|
* updated for version 7.4.119v7.4.119v7-4-119Bram Moolenaar2013-12-114-11/+112
| | | | | Problem: Vim doesn't work well on OpenVMS. Solution: Fix various problems. (Samuel Ferencik)
* Added tag v7-4-118 for changeset 62c720661f81Bram Moolenaar2013-12-110-0/+0
|
* updated for version 7.4.118v7.4.118v7-4-118Bram Moolenaar2013-12-112-1/+14
| | | | | | Problem: It's possible that redrawing the status lines causes win_redr_custom() to be called recursively. Solution: Protect against recursiveness. (Yasuhiro Matsumoto)
* Added tag v7-4-117 for changeset 805ad8488dc8Bram Moolenaar2013-12-110-0/+0
|
* updated for version 7.4.117v7.4.117v7-4-117Bram Moolenaar2013-12-114-15/+44
| | | | | | | Problem: Can't build with Cygwin/MingW and Perl 5.18. Solution: Add a linker argument for the Perl library. (Cesar Romani) Adjust CFLAGS and LIB. (Cesar Romani) Move including inline.h further down. (Ken Takata)
* Added tag v7-4-116 for changeset 40aff213baffBram Moolenaar2013-12-110-0/+0
|
* updated for version 7.4.116v7.4.116v7-4-116Bram Moolenaar2013-12-112-0/+4
| | | | | | Problem: When a mapping starts with a space, the typed space does not show up for 'showcmd'. Solution: Show "<20>". (Brook Hong)
* Added tag v7-4-115 for changeset e35c69ad4823Bram Moolenaar2013-12-110-0/+0
|
* updated for version 7.4.115v7.4.115v7-4-115Bram Moolenaar2013-12-112-1/+3
| | | | | | Problem: When using Zsh expanding ~abc doesn't work when the result contains a space. Solution: Off-by-one error in detecting the NUL. (Pavol Juhas)
* Added tag v7-4-114 for changeset 6db758f82227Bram Moolenaar2013-12-110-0/+0
|
* updated for version 7.4.114v7.4.114v7-4-114Bram Moolenaar2013-12-112-2/+4
| | | | | | Problem: New GNU make outputs messages about changing directory in another format. Solution: Recognize the new format.
* Added tag v7-4-113 for changeset 0e21e2a38ec6Bram Moolenaar2013-12-070-0/+0
|
* updated for version 7.4.113v7.4.113v7-4-113Bram Moolenaar2013-12-072-3/+6
| | | | | Problem: MSVC static analysis gives warnings. Solution: Avoid the warnings and avoid possible bugs. (Ken Takata)
* Added tag v7-4-112 for changeset af8217e4ed7eBram Moolenaar2013-12-070-0/+0
|
* updated for version 7.4.112v7.4.112v7-4-112Bram Moolenaar2013-12-072-2/+4
| | | | | | Problem: The defaults for 'directory' and 'backupdir' on MS-Windows do not include a directory that exists. Solution: Use $TEMP.
* Added tag v7-4-111 for changeset 3fbda56bb200Bram Moolenaar2013-12-070-0/+0
|
* updated for version 7.4.111v7.4.111v7-4-111Bram Moolenaar2013-12-072-2/+7
| | | | | Problem: Memory leak in Python OptionsAssItem. (Ken Takata) Solution: Call Py_XDECREF() where needed. (ZyX)
* Added tag v7-4-110 for changeset 6e54d1b3408cBram Moolenaar2013-11-280-0/+0
|
* updated for version 7.4.110v7.4.110v7-4-110Bram Moolenaar2013-11-283-9/+10
| | | | | | Problem: "gUgn" cannot be repeeated. (Dimitar Dimitrov) Solution: Don't put "gn" in a different order in the redo buffer. Restore 'wrapscan' when the pattern isn't found. (Christian Wellenbrock)
* Added tag v7-4-109 for changeset 1cdf51706774Bram Moolenaar2013-11-280-0/+0
|
* updated for version 7.4.109v7.4.109v7-4-109Bram Moolenaar2013-11-284-4/+15
| | | | | Problem: ColorScheme autocommand matches with the current buffer name. Solution: Match with the colorscheme name. (Christian Brabandt)
* Added tag v7-4-108 for changeset fa31c5b82424Bram Moolenaar2013-11-280-0/+0
|
* updated for version 7.4.108v7.4.108v7-4-108Bram Moolenaar2013-11-284-18/+33
| | | | | Problem: "zG" and "zW" leave temp files around on MS-Windows. Solution: Delete the temp files when exiting. (Ken Takata)
* Added tag v7-4-107 for changeset 064e2a080e2eBram Moolenaar2013-11-280-0/+0
|
* updated for version 7.4.107v7.4.107v7-4-107Bram Moolenaar2013-11-288-124/+179
| | | | | | Problem: Python: When vim.eval() encounters a Vim error, a try/catch in the Python code doesn't catch it. (Yggdroot Chen) Solution: Throw exceptions on errors in vim.eval(). (ZyX)
* Added tag v7-4-106 for changeset de9a01851ebdBram Moolenaar2013-11-280-0/+0
|
* updated for version 7.4.106v7.4.106v7-4-106Bram Moolenaar2013-11-282-2/+4
| | | | | Problem: Can't build with Ruby using Cygwin. Solution: Fix library name in makefile. (Steve Hall)
* Added tag v7-4-105 for changeset eed95874f30eBram Moolenaar2013-11-280-0/+0
|
* updated for version 7.4.105v7.4.105v7-4-105Bram Moolenaar2013-11-282-0/+6
| | | | | Problem: Completing a tag pattern may give an error for invalid pattern. Solution: Suppress the error, just return no matches.
* Added tag v7-4-104 for changeset dd7d1a86b311Bram Moolenaar2013-11-280-0/+0
|
* updated for version 7.4.104v7.4.104v7-4-104Bram Moolenaar2013-11-282-2/+15
| | | | | Problem: ":help s/\_" reports an internal error. (John Beckett) Solution: Check for NUL and invalid character classes.
* Updated runtime files.Bram Moolenaar2013-11-2810-45/+97
|
* Added tag v7-4-103 for changeset 4db151014f93Bram Moolenaar2013-11-210-0/+0
|
* updated for version 7.4.103v7.4.103v7-4-103Bram Moolenaar2013-11-212-6/+14
| | | | | | Problem: Dos installer uses an old way to escape spaces in the diff command. Solution: Adjust the quoting to the new default shellxquote. (Ben Fritz)
* Added tag v7-4-102 for changeset 9417f4de27a2Bram Moolenaar2013-11-210-0/+0
|