Bjorn Winckler
3de89a5b88
Snapshot 73
2014-04-21 16:23:59 +02:00
Bjorn Winckler
98f6e2f5a3
Merge branch 'vim'
...
Conflicts:
runtime/syntax/vim.vim
src/structs.h
2014-04-20 10:22:02 +02:00
Bram Moolenaar
ee19b0b0be
Added tag v7-4-258 for changeset e8ffd1e6c8dc
2014-04-12 13:12:24 +02:00
Bram Moolenaar
97d12b6d78
updated for version 7.4.258
...
Problem: Configure fails if $CC contains options.
Solution: Remove quotes around $CC. (Paul Barker)
2014-04-12 13:12:24 +02:00
Bram Moolenaar
cf34eb0bb5
Added tag v7-4-257 for changeset 17903ded5e9a
2014-04-12 12:26:37 +02:00
Bram Moolenaar
9aad34bf83
updated for version 7.4.257
...
Problem: Compiler warning, possibly for mismatch in parameter name.
Solution: Rename the parameter in the declaration.
2014-04-12 12:26:36 +02:00
Bram Moolenaar
ed2370be11
Added tag v7-4-256 for changeset afb542ea210c
2014-04-11 10:22:53 +02:00
Bram Moolenaar
dc47649772
updated for version 7.4.256
...
Problem: Using systemlist() may cause a crash and does not handle NUL
characters properly.
Solution: Increase the reference count, allocate memory by length. (Yasuhiro
Matsumoto)
2014-04-11 10:22:53 +02:00
Bram Moolenaar
090b028f80
Added tag v7-4-255 for changeset 5595506b985a
2014-04-10 20:00:15 +02:00
Bram Moolenaar
0039801160
updated for version 7.4.255
...
Problem: Configure check for smack doesn't work with all shells. (David
Larson)
Solution: Remove spaces in set command.
2014-04-10 20:00:15 +02:00
Bram Moolenaar
d41aeee5e3
Added tag v7-4-254 for changeset 251acc686ca4
2014-04-10 11:09:18 +02:00
Bram Moolenaar
03ea5b594f
updated for version 7.4.254
...
Problem: Smack support detection is incomplete.
Solution: Check for attr/xattr.h and specific macro.
2014-04-10 11:09:17 +02:00
Bram Moolenaar
77567a8ad8
Added tag v7-4-253 for changeset 4901a36479f2
2014-04-06 21:34:04 +02:00
Bram Moolenaar
5d3c6714bf
updated for version 7.4.253
...
Problem: Crash when using cpp syntax file with pattern using external
match. (Havard Garnes)
Solution: Discard match when end column is before start column.
2014-04-06 21:34:04 +02:00
Bram Moolenaar
c66757d5a5
Added tag v7-4-252 for changeset a43a8262e1ce
2014-04-06 21:08:45 +02:00
Bram Moolenaar
54eaa17f8e
updated for version 7.4.252
...
Problem: Critical error in GTK, removing timer twice.
Solution: Clear the timer after removing it. (James McCoy)
2014-04-06 21:08:45 +02:00
Bram Moolenaar
39bb03cb64
Added tag v7-4-251 for changeset 29eb4c2a33ac
2014-04-06 20:45:44 +02:00
Bram Moolenaar
fc5be9456a
updated for version 7.4.251
...
Problem: Crash when BufAdd autocommand wipes out the buffer.
Solution: Check for buffer to still be valid. Postpone freeing the buffer
structure. (Hirohito Higashi)
2014-04-06 20:45:43 +02:00
Bram Moolenaar
421a5e7858
Updated runtime files.
2014-04-06 14:09:13 +02:00
Bram Moolenaar
2e12dd3e8f
Updated runtime files.
2014-04-05 22:55:53 +02:00
Bram Moolenaar
1ad5c5e662
Added tag v7-4-250 for changeset a8f3f4589628
2014-04-05 21:59:40 +02:00
Bram Moolenaar
19cfb7229b
updated for version 7.4.250
...
Problem: Some test files missing from distribution.
Solution: Add pattern for newly added tests.
2014-04-05 21:59:39 +02:00
Bram Moolenaar
5cffad4334
Added tag v7-4-249 for changeset 0b9a66ea49f4
2014-04-05 21:28:56 +02:00
Bram Moolenaar
512933a675
updated for version 7.4.249
...
Problem: Using setreg() with a list of numbers does not work.
Solution: Use a separate buffer for numbers. (ZyX)
2014-04-05 21:28:56 +02:00
Bram Moolenaar
d23089a9d4
Added tag v7-4-248 for changeset e5f1f2ea0b4a
2014-04-05 19:44:40 +02:00
Bram Moolenaar
13b283f326
updated for version 7.4.248
...
Problem: Cannot distinguish between NL and NUL in output of system().
Solution: Add systemlist(). (ZyX)
2014-04-05 19:44:40 +02:00
Bram Moolenaar
4331e4287a
Added tag v7-4-247 for changeset 76863b4b48a3
2014-04-05 18:55:46 +02:00
Bram Moolenaar
f8bb9f9ddd
updated for version 7.4.247
...
Problem: When passing input to system() there is no way to keep NUL and
NL characters separate.
Solution: Optionally use a list for the system() input. (ZyX)
2014-04-05 18:55:46 +02:00
Bram Moolenaar
9e0e6f433a
Added tag v7-4-246 for changeset 2cbac5608217
2014-04-05 12:02:25 +02:00
Bram Moolenaar
91d0fa5164
updated for version 7.4.246
...
Problem: Configure message for detecting smack are out of sequence.
Solution: Put the messages in the right place. (Kazunobu Kuriyama)
2014-04-05 12:02:25 +02:00
Bram Moolenaar
e74fc18657
Added tag v7-4-245 for changeset 80421d934ebd
2014-04-04 19:00:48 +02:00
Bram Moolenaar
0e7ce5c8c0
updated for version 7.4.245
...
Problem: Crash for "vim -u NONE -N -c '&&'".
Solution: Check for the pattern to be NULL. (Dominique Pelle)
2014-04-04 19:00:48 +02:00
Bram Moolenaar
9531be5371
Added tag v7-4-244 for changeset da17c7de616e
2014-04-02 23:09:26 +02:00
Bram Moolenaar
6f32f56b19
updated for version 7.4.244
...
Problem: The smack feature causes stray error messages.
Solution: Remove the error messages.
2014-04-02 23:09:26 +02:00
Bram Moolenaar
5c6ded106f
Added tag v7-4-243 for changeset 9f8fa56f1906
2014-04-02 22:17:10 +02:00
Bram Moolenaar
dd67b8eb8a
updated for version 7.4.243
...
Problem: Cannot use setreg() to add text that includes a NUL.
Solution: Make setreg() accept a list.
2014-04-02 22:17:10 +02:00
Bram Moolenaar
689d74665b
Added tag v7-4-242 for changeset f084024c0ddb
2014-04-02 19:55:11 +02:00
Bram Moolenaar
1a3d0c47ac
updated for version 7.4.242
...
Problem: getreg() does not distinguish between a NL used for a line break
and a NL used for a NUL character.
Solution: Add another argument to return a list. (ZyX)
2014-04-02 19:55:10 +02:00
Bram Moolenaar
6a566299a3
Added tag v7-4-241 for changeset a63d0cd691dc
2014-04-02 19:00:58 +02:00
Bram Moolenaar
9be58812a3
updated for version 7.4.241
...
Problem: The string returned by submatch() does not distinguish between a
NL from a line break and a NL that stands for a NUL character.
Solution: Add a second argument to return a list. (ZyX)
2014-04-02 19:00:58 +02:00
Bram Moolenaar
0d91ef723f
Added tag v7-4-240 for changeset 8d1ba0a23588
2014-04-02 17:19:04 +02:00
Bram Moolenaar
bf8c17335f
updated for version 7.4.240
...
Problem: ":tjump" shows "\n" as "\\n".
Solution: Skip over "\" that escapes a backslash. (Gary Johnson)
2014-04-02 17:19:04 +02:00
Bram Moolenaar
33a4a03d96
Added tag v7-4-239 for changeset 98bfec9ea760
2014-04-02 14:22:05 +02:00
Bram Moolenaar
b9363228f2
updated for version 7.4.239
...
Problem: ":e +" does not position cursor at end of the file.
Solution: Check for "+" being the last character (ZyX)
2014-04-02 14:22:05 +02:00
Bram Moolenaar
c7861a5ea5
Added tag v7-4-238 for changeset 410ef4f1a3d2
2014-04-02 14:05:38 +02:00
Bram Moolenaar
f677ba718d
updated for version 7.4.238
...
Problem: Vim does not support the smack library.
Solution: Add smack support (Jose Bollo)
2014-04-02 14:05:38 +02:00
Bram Moolenaar
f9b8190a7d
Added tag v7-4-237 for changeset 71b165a378ad
2014-04-02 12:12:08 +02:00
Bram Moolenaar
54b0b2be06
updated for version 7.4.237
...
Problem: When some patches was not included has("patch-7.4.123") may return
true falsely.
Solution: Check for the specific patch number.
2014-04-02 12:12:08 +02:00
Bram Moolenaar
6dcb7d1653
Added tag v7-4-236 for changeset a44087db7238
2014-04-01 22:08:55 +02:00
Bram Moolenaar
a236988f50
updated for version 7.4.236
...
Problem: It's not that easy to check the Vim patch version.
Solution: Make has("patch-7.4.123") work. (partly by Marc Weber)
2014-04-01 22:08:54 +02:00
Bram Moolenaar
0e35617380
Added tag v7-4-235 for changeset 5ab2946f7ce5
2014-04-01 21:00:59 +02:00
Bram Moolenaar
a5cac34bde
updated for version 7.4.235
...
Problem: It is not easy to get the full path of a command.
Solution: Add the exepath() function.
2014-04-01 21:00:59 +02:00
Bram Moolenaar
bef57159dd
Added tag v7-4-234 for changeset d2286df8719d
2014-04-01 19:55:49 +02:00
Bram Moolenaar
5a99676871
updated for version 7.4.234
...
Problem: Can't get the command that was used to start Vim.
Solution: Add v:progpath. (Viktor Kojouharov)
2014-04-01 19:55:49 +02:00
Bram Moolenaar
f47e9b814e
Added tag v7-4-233 for changeset 22a1d5762ba3
2014-04-01 18:54:49 +02:00
Bram Moolenaar
f43ed7727c
updated for version 7.4.233
...
Problem: Escaping special characters for using "%" with a shell command is
inconsistant, parenthesis are escaped but spaces are not.
Solution: Only escape "!". (Gary Johnson)
2014-04-01 18:54:48 +02:00
Bram Moolenaar
26b4166433
Added tag v7-4-232 for changeset 845608965bd9
2014-04-01 17:49:44 +02:00
Bram Moolenaar
899704080a
updated for version 7.4.232
...
Problem: ":%s/\n//" uses a lot of memory. (Aidan Marlin)
Solution: Turn this into a join command. (Christian Brabandt)
2014-04-01 17:49:44 +02:00
Bram Moolenaar
3c7c6b5991
Added tag v7-4-231 for changeset 0a295a3c9e47
2014-04-01 14:08:28 +02:00
Bram Moolenaar
d5445ecce4
updated for version 7.4.231
...
Problem: An error in ":options" is not caught by the tests.
Solution: Add a test for ":options". Set $VIMRUNTIME for the tests so that
it uses the current runtime files instead of the installed ones.
2014-04-01 14:08:28 +02:00
Bram Moolenaar
7faafbb0bc
Added tag v7-4-230 for changeset 57ecd7a8c0f0
2014-04-01 12:26:46 +02:00
Bram Moolenaar
2dd490411c
updated for version 7.4.230
...
Problem: Error when using ":options".
Solution: Fix the entry for 'lispwords'. (Kenichi Ito)
2014-04-01 12:26:46 +02:00
Bram Moolenaar
05ed1335aa
Added tag v7-4-229 for changeset 839cca5ec18d
2014-03-30 16:49:09 +02:00
Bram Moolenaar
296c2aeec0
updated for version 7.4.229
...
Problem: Using ":let" for listing variables and the second one is a curly
braces expression may fail.
Solution: Check for an "=" in a better way. (ZyX)
2014-03-30 16:49:09 +02:00
Bram Moolenaar
9edab12bf3
Added tag v7-4-228 for changeset 3ee5808a293c
2014-03-30 16:11:43 +02:00
Bram Moolenaar
08d68ffd20
updated for version 7.4.228
...
Problem: Compiler warnings when building with Python 3.2.
Solution: Make type cast depend on Python version. (Ken Takata)
2014-03-30 16:11:43 +02:00
Bram Moolenaar
5f1a1f7d3f
Added tag v7-4-227 for changeset b0a9df477096
2014-03-28 21:58:21 +01:00
Bram Moolenaar
c4f7d5b063
updated for version 7.4.227
...
Problem: Can't build with Ruby 1.8.
Solution: Do include a check for the Ruby version. (Ken Takata)
2014-03-28 21:58:21 +01:00
Bram Moolenaar
b075560cf2
Added tag v7-4-226 for changeset b650f2db8f96
2014-03-28 21:49:32 +01:00
Bram Moolenaar
e7ec20d42e
updated for version 7.4.226
...
Problem: Cursurline highlighting not redrawn when scrolling. (John
Marriott)
Solution: Check for required redraw in two places.
2014-03-28 21:49:32 +01:00
Bram Moolenaar
7f2a8854f5
Update runtime files.
2014-03-27 22:30:07 +01:00
Bram Moolenaar
aa0aeecb65
Added tag v7-4-225 for changeset eeb150c07647
2014-03-27 19:08:55 +01:00
Bram Moolenaar
3229654369
updated for version 7.4.225
...
Problem: Dynamic Ruby doesn't work on Solaris.
Solution: Always use the stubs. (Danek Duvall, Yukihiro Nakadaira)
2014-03-27 19:08:55 +01:00
Bram Moolenaar
09ee6ca4d6
Added tag v7-4-224 for changeset 092b8f61021b
2014-03-27 18:51:11 +01:00
Bram Moolenaar
fc3b30d6ef
updated for version 7.4.224
...
Problem: /usr/bin/grep on Solaris does not support -F.
Solution: Add configure check to find a good grep. (Danek Duvall)
2014-03-27 18:51:11 +01:00
Bram Moolenaar
7223e23890
Added tag v7-4-223 for changeset 4b78922d557c
2014-03-27 17:40:59 +01:00
Bram Moolenaar
ab45459db7
updated for version 7.4.223
...
Problem: Still using an older autoconf version.
Solution: Switch to autoconf 2.69.
2014-03-27 17:40:59 +01:00
Bram Moolenaar
ea936a3b70
Added tag v7-4-222 for changeset 9123b4d3ef05
2014-03-27 17:19:09 +01:00
Bram Moolenaar
c3b4619a03
updated for version 7.4.222
...
Problem: The Ruby directory is constructed from parts.
Solution: Use 'rubyarchhdrdir' if it exists. (James McCoy)
2014-03-27 17:19:09 +01:00
Bram Moolenaar
f2b135a658
Added tag v7-4-221 for changeset a548aae15b3a
2014-03-27 17:02:27 +01:00
Bram Moolenaar
548fe888f3
updated for version 7.4.221
...
Problem: Quickfix doesn't resize on ":copen 20". (issue 199)
Solution: Resize the window when requested. (Christian Brabandt)
2014-03-27 17:02:27 +01:00
Bram Moolenaar
d9ffd843e2
Added tag v7-4-220 for changeset 1e272e318daa
2014-03-27 12:40:30 +01:00
Bram Moolenaar
ace6c0770f
updated for version 7.4.220
...
Problem: Test 105 does not work in a shadow dir. (James McCoy)
Solution: Omit "src/" from the checked path.
2014-03-27 12:40:30 +01:00
Bram Moolenaar
8bf1bb2b35
Added tag v7-4-219 for changeset 37af1e6e91bb
2014-03-27 12:11:48 +01:00
Bram Moolenaar
e6cf76b81d
updated for version 7.4.219
...
Problem: When 'relativenumber' or 'cursorline' are set the window is
redrawn much to often. (Patrick Hemmer, Dominique Pelle)
Solution: Check the VALID_CROW flag instead of VALID_WROW.
2014-03-27 12:11:48 +01:00
Bram Moolenaar
ee55bb8eca
Added tag v7-4-218 for changeset ddc3f32a4b21
2014-03-25 18:24:23 +01:00
Bram Moolenaar
11332cbd4c
updated for version 7.4.218
...
Problem: It's not easy to remove duplicates from a list.
Solution: Add the uniq() function. (LCD)
2014-03-25 18:24:23 +01:00
Bram Moolenaar
e3f3e3f405
Added tag v7-4-217 for changeset 2f225a17c26b
2014-03-25 15:34:48 +01:00
Bram Moolenaar
d9de0c1d9c
updated for version 7.4.217
...
Problem: When src/auto/configure was updated, "make clean" would run
configure pointlessly.
Solution: Do not run configure for "make clean" and "make distclean" when
the make program supports $MAKECMDGOALS. (Ken Takata)
2014-03-25 15:34:48 +01:00
Bram Moolenaar
439f60a156
Added tag v7-4-216 for changeset bf1775553d3b
2014-03-25 13:46:26 +01:00
Bram Moolenaar
2871e8a3e7
updated for version 7.4.216
...
Problem: Compiler warnings. (Tony Mechelynck)
Solution: Initialize variables, add #ifdef.
2014-03-25 13:46:26 +01:00
Bram Moolenaar
019d8bec1e
Added tag v7-4-215 for changeset f069a3a0f844
2014-03-25 13:03:48 +01:00
Bram Moolenaar
9fe8c9fc52
updated for version 7.4.215
...
Problem: Inconsistency: ":sp foo" does not reload "foo", unless "foo" is
the current buffer. (Liang Li)
Solution: Do not reload the current buffer on a split command.
2014-03-25 13:03:48 +01:00
Bram Moolenaar
e26b349801
Added tag v7-4-214 for changeset fe02fdfbdec0
2014-03-24 19:44:09 +01:00
Bram Moolenaar
c1d8fc365a
updated for version 7.4.214
...
Problem: Compilation problems on HP_nonStop (Tandem).
Solution: Add #defines. (Joachim Schmitz)
2014-03-24 19:44:09 +01:00
Bram Moolenaar
ae1ff101e8
Added tag v7-4-213 for changeset e25a04c1c515
2014-03-23 16:04:02 +01:00
Bram Moolenaar
206f1fe028
updated for version 7.4.213
...
Problem: It's not possible to open a new buffer without creating a swap
file.
Solution: Add the ":noswapfile" modifier. (Christian Brabandt)
2014-03-23 16:04:02 +01:00
Bram Moolenaar
5a7ce0e216
Added tag v7-4-212 for changeset 50dbef5e774a
2014-03-23 15:13:05 +01:00
Bram Moolenaar
da5e664152
updated for version 7.4.212
...
Problem: Now that the +visual feature is always enabled the #ifdefs for it
are not useful.
Solution: Remove the checks for FEAT_VISUAL.
2014-03-23 15:13:05 +01:00
Bram Moolenaar
1986c3419e
Updated runtime files.
2014-03-22 21:02:50 +01:00
Bram Moolenaar
dc773f2d83
Added tag v7-4-211 for changeset e90bef2240c8
2014-03-22 13:30:02 +01:00
Bram Moolenaar
cbe151e73a
updated for version 7.4.211
...
Problem: ":lu" is an abbreviation for ":lua", but it should be ":lunmap".
(ZyX)
Solution: Move "lunmap" to above "lua".
2014-03-22 13:30:01 +01:00
Bram Moolenaar
ea4c3fcb9e
Added tag v7-4-210 for changeset 420fd9cb86d5
2014-03-19 18:57:54 +01:00
Bram Moolenaar
3b3e426f77
updated for version 7.4.210
...
Problem: Visual block mode plus virtual edit doesn't work well with tabs.
(Liang Li)
Solution: Take coladd into account. (Christian Brabandt)
2014-03-19 18:57:54 +01:00
Bram Moolenaar
b98b576a4a
Added tag v7-4-209 for changeset bb402c49379d
2014-03-19 17:41:24 +01:00
Bram Moolenaar
4796485f7c
updated for version 7.4.209
...
Problem: When repeating a filter command "%" and "#" are expanded.
Solution: Escape the command when storing for redo. (Christian Brabandt)
2014-03-19 17:41:23 +01:00
Bram Moolenaar
40a3496272
Added tag v7-4-208 for changeset 9b5541e276aa
2014-03-19 17:32:51 +01:00
Bram Moolenaar
c5535be3d1
updated for version 7.4.208
...
Problem: Mercurial picks up some files that are not distributed.
Solution: Add patterns to the ignore list. (Cade Forester)
2014-03-19 17:32:51 +01:00
Bram Moolenaar
7ee708d100
Added tag v7-4-207 for changeset 2aa909427e44
2014-03-19 14:01:57 +01:00
Bram Moolenaar
3ea80997b5
updated for version 7.4.207
...
Problem: The cursor report sequence is sometimes not recognized and results
in entering replace mode.
Solution: Also check for the cursor report when not asked for.
2014-03-19 14:01:57 +01:00
Bram Moolenaar
7f508dd71d
Added tag v7-4-206 for changeset 7e826028d399
2014-03-19 12:37:22 +01:00
Bram Moolenaar
0614f8add5
updated for version 7.4.206
...
Problem: Compiler warnings on 64 bit Windows.
Solution: Add type casts. (Mike Williams)
2014-03-19 12:37:22 +01:00
Bram Moolenaar
3d8aaa2352
Added tag v7-4-205 for changeset 0ace3a24c2a0
2014-03-12 21:28:26 +01:00
Bram Moolenaar
cf5302b9e0
updated for version 7.4.205
...
Problem: ":mksession" writes command to move to second argument while it
does not exist. When it does exist the order might be wrong.
Solution: Use ":argadd" for each argument instead of using ":args" with a
list of names. (Nobuhiro Takasaki)
2014-03-12 21:28:26 +01:00
Bram Moolenaar
86a3952730
Added tag v7-4-204 for changeset f5120cbf16b9
2014-03-12 20:17:52 +01:00
Bram Moolenaar
0aaeb86276
updated for version 7.4.204
...
Problem: A mapping where the second byte is 0x80 doesn't work.
Solution: Unescape before checking for incomplete multi-byte char. (Nobuhiro
Takasaki)
2014-03-12 20:17:51 +01:00
Bram Moolenaar
4cd37c477c
Added tag v7-4-203 for changeset fb24b025c7cf
2014-03-12 19:41:55 +01:00
Bram Moolenaar
9f88ff95e5
updated for version 7.4.203
...
Problem: Parsing 'errorformat' is not correct.
Solution: Reset "multiignore" at the start of a multi-line message. (Lcd)
2014-03-12 19:41:55 +01:00
Bram Moolenaar
83db1857de
Added tag v7-4-202 for changeset 22d7af9ff3e5
2014-03-12 19:24:37 +01:00
Bram Moolenaar
768322bc1d
updated for version 7.4.202
...
Problem: MS-Windows: non-ASCII font names don't work.
Solution: Convert between the current code page and 'encoding'. (Ken Takata)
2014-03-12 19:24:37 +01:00
Bram Moolenaar
e86d88b6a1
Added tag v7-4-201 for changeset 06e5f65c34d8
2014-03-12 18:55:58 +01:00
Bram Moolenaar
2817291f94
updated for version 7.4.201
...
Problem: 'lispwords' is a global option.
Solution: Make 'lispwords' global-local. (Sung Pae)
2014-03-12 18:55:58 +01:00
Bram Moolenaar
f14b48fd97
Added tag v7-4-200 for changeset 0559091e6f09
2014-03-12 17:56:48 +01:00
Bram Moolenaar
3183caf4d9
updated for version 7.4.200
...
Problem: Too many #ifdefs in the code.
Solution: Enable FEAT_VISUAL always, await any complaints
2014-03-12 17:56:48 +01:00
Bram Moolenaar
586c1408a8
Added tag v7-4-199 for changeset 54b1a90c9373
2014-03-12 17:42:04 +01:00
Bram Moolenaar
0171b95283
updated for version 7.4.199
...
Problem: (issue 197) ]P doesn't paste over Visual selection.
Solution: Handle Visual mode specifically. (Christian Brabandt)
2014-03-12 17:42:04 +01:00
Bram Moolenaar
b43d9044dc
Added tag v7-4-198 for changeset 705f398ce6f5
2014-03-12 17:08:05 +01:00
Bram Moolenaar
6c78dbddf8
updated for version 7.4.198
...
Problem: Can't build Vim with Perl when -Dusethreads is not specified for
building Perl, and building Vim with --enable-perlinterp=dynamic.
Solution: Adjust #ifdefs. (Yasuhiro Matsumoto)
2014-03-12 17:08:05 +01:00
Bram Moolenaar
1dd7ecf319
Added tag v7-4-197 for changeset 47a673b20e49
2014-03-12 16:51:55 +01:00
Bram Moolenaar
9a7f1e7c2a
updated for version 7.4.197
...
Problem: Various problems on VMS.
Solution: Fix several VMS problems. (Zoltan Arpadffy)
2014-03-12 16:51:55 +01:00
Bram Moolenaar
6ee5973f45
Added tag v7-4-196 for changeset 1ed6acdbfef5
2014-03-12 15:50:23 +01:00
Bram Moolenaar
5ac26bbf88
updated for version 7.4.196
...
Problem: Tests fail on Solaris 9 and 10.
Solution: Use "test -f" instead of "test -e". (Laurent Blume)
2014-03-12 15:50:22 +01:00
Bram Moolenaar
a31c2dcae0
Added tag v7-4-195 for changeset c2e88a40d530
2014-03-12 15:26:40 +01:00
Bram Moolenaar
f11967c3bf
updated for version 7.4.195
...
Problem: Python tests fail.
Solution: Change "then" to "than" in more places. (Dominique Pelle, Taro
Muraoka)
2014-03-12 15:26:40 +01:00
Bram Moolenaar
50490774e3
Added tag v7-4-194 for changeset 767103b5bcb0
2014-03-12 14:54:34 +01:00
Bram Moolenaar
dee5485f48
updated for version 7.4.194
...
Problem: Can't build for Android.
Solution: Add #if condition. (Fredrik Fornwall)
2014-03-12 14:54:34 +01:00
Bram Moolenaar
7b938a31d4
Updated runtime files.
2014-03-08 18:38:28 +01:00
Bram Moolenaar
c37aad3f97
Added tag v7-4-193 for changeset a8650e2a0b5a
2014-03-08 16:13:44 +01:00
Bram Moolenaar
4fc7549945
updated for version 7.4.193
...
Problem: Typos in messages.
Solution: "then" -> "than". (Dominique Pelle)
2014-03-08 16:13:44 +01:00
Bram Moolenaar
81aa6ffc9c
Added tag v7-4-192 for changeset 04c4ef8c0a1b
2014-02-24 03:32:00 +01:00
Bram Moolenaar
aa59b6d2f9
updated for version 7.4.192
...
Problem: Memory leak when giving E853.
Solution: Free the argument. (Dominique Pelle)
2014-02-24 03:32:00 +01:00
Bram Moolenaar
589c63479c
Update runtime files. Add Euphoria syntax files.
2014-02-24 02:51:51 +01:00
Bram Moolenaar
d4dc6f5de3
Added tag v7-4-191 for changeset 40f18a1c1592
2014-02-23 23:39:14 +01:00
Bram Moolenaar
b134376d8d
updated for version 7.4.191
...
Problem: Escaping a file name for shell commands can't be done without a
function.
Solution: Add the :S file name modifier.
2014-02-23 23:39:13 +01:00
Bram Moolenaar
3b2c9aaf66
Added tag v7-4-190 for changeset 6050f52d7cd8
2014-02-23 22:58:17 +01:00
Bram Moolenaar
55274783c0
updated for version 7.4.190
...
Problem: Compiler warning for using %lld for off_t.
Solution: Add type cast.
2014-02-23 22:58:17 +01:00
Bram Moolenaar
9ebad0d6e0
Added tag v7-4-189 for changeset 0a9990bbd94a
2014-02-23 22:54:58 +01:00
Bram Moolenaar
f5bc6dadfc
updated for version 7.4.189
...
Problem: Compiler warning for unused argument.
Solution: Add UNUSED.
2014-02-23 22:54:58 +01:00
Bram Moolenaar
6cb70ea33f
Added tag v7-4-188 for changeset 136f05449f29
2014-02-23 22:52:40 +01:00
Bram Moolenaar
372950ecc0
updated for version 7.4.188
...
Problem: SIZEOF_LONG clashes with similar defines in header files.
Solution: Rename to a name starting with VIM_. Also for SIZEOF_INT.
2014-02-23 22:52:40 +01:00
Bram Moolenaar
13374a80b8
Added tag v7-4-187 for changeset a1c07956171a
2014-02-22 23:49:35 +01:00
Bram Moolenaar
36725ec62e
updated for version 7.4.187
...
Problem: Delete that crosses line break splits multi-byte character.
Solution: Advance a character instead of a byte. (Cade Foster)
2014-02-22 23:49:35 +01:00
Bram Moolenaar
a1f0fdf8e4
Added tag v7-4-186 for changeset 4d12112c5efa
2014-02-22 23:03:55 +01:00
Bram Moolenaar
9bcca62819
updated for version 7.4.186
...
Problem: Insert in Visual mode sometimes gives incorrect results.
(Dominique Pelle)
Solution: Remember the original insert start position. (Christian Brabandt,
Dominique Pelle)
2014-02-22 23:03:55 +01:00
Bram Moolenaar
ddcd734f44
Added tag v7-4-185 for changeset b06e58f8dd30
2014-02-22 22:27:47 +01:00
Bram Moolenaar
8ee573ad63
updated for version 7.4.185
...
Problem: Clang gives warnings.
Solution: Adjust how bigness is set. (Dominique Pelle)
2014-02-22 22:27:47 +01:00
Bram Moolenaar
9cac4abdfa
Added tag v7-4-184 for changeset 9ac2fc63501d
2014-02-22 22:18:47 +01:00
Bram Moolenaar
8eca5a65c0
updated for version 7.4.184
...
Problem: match() does not work properly with a {count} argument.
Solution: Compute the length once and update it. Quit the loop when at the
end. (Hirohito Higashi)
2014-02-22 22:18:47 +01:00
Bjorn Winckler
0d98f437eb
Merge branch 'vim'
...
Conflicts:
src/if_ruby.c
2014-02-22 16:05:17 +01:00
Bram Moolenaar
7360009c43
Added tag v7-4-183 for changeset 1e2bfe4f3e90
2014-02-15 19:47:51 +01:00
Bram Moolenaar
c20cfe8a98
updated for version 7.4.183
...
Problem: MSVC Visual Studio update not supported.
Solution: Add version number. (Mike William)
2014-02-15 19:47:51 +01:00
Bram Moolenaar
141b816137
Added tag v7-4-182 for changeset 708a6a590521
2014-02-15 17:19:01 +01:00
Bram Moolenaar
c098b67f54
updated for version 7.4.182
...
Problem: Building with mzscheme and racket does not work. (David Chimay)
Solution: Adjust autoconf. (Sergey Khorev)
2014-02-15 17:19:00 +01:00
Bram Moolenaar
1f56efe8eb
Added tag v7-4-181 for changeset cb5683bcde03
2014-02-15 16:17:07 +01:00
Bram Moolenaar
17b1c5984c
updated for version 7.4.181
...
Problem: When using 'pastetoggle' the status lines are not updated. (Samuel
Ferencik, Jan Christoph Ebersbach)
Solution: Update the status lines. (Nobuhiro Takasaki)
2014-02-15 16:17:07 +01:00
Bram Moolenaar
b263312861
Added tag v7-4-180 for changeset b1b8b097539a
2014-02-15 15:59:03 +01:00
Bram Moolenaar
afe034db62
updated for version 7.4.180
...
Problem: Older Python versions don't support %ld.
Solution: Use %d instead. (ZyX)
2014-02-15 15:59:03 +01:00
Bram Moolenaar
7aa635ffca
Added tag v7-4-179 for changeset d1c8c1d64034
2014-02-12 22:08:49 +01:00
Bram Moolenaar
a8a2f1117a
updated for version 7.4.179
...
Problem: Warning for type-punned pointer. (Tony Mechelynck)
Solution: Use intermediate variable.
2014-02-12 22:08:49 +01:00
Bram Moolenaar
e73536603f
Added tag v7-4-178 for changeset 647e6bb15aa3
2014-02-11 19:33:07 +01:00
Bram Moolenaar
ced8fa5959
updated for version 7.4.178
...
Problem: The J command does not update '[ and '] marks. (William Gardner)
Solution: Set the marks. (Christian Brabandt)
2014-02-11 19:33:07 +01:00
Bram Moolenaar
e0e5dfe614
Update runtime files. Add support for systemverilog.
2014-02-11 19:15:50 +01:00
Bram Moolenaar
18707dbd03
Added tag v7-4-177 for changeset df3b0b70d8c1
2014-02-11 18:58:09 +01:00
Bram Moolenaar
a32a93c2be
updated for version 7.4.177
...
Problem: Compiler warning for unused variable. (Tony Mechelynck)
Solution: Add #ifdef.
2014-02-11 18:58:09 +01:00
Bram Moolenaar
9c81148452
Added tag v7-4-176 for changeset ae228baaec2c
2014-02-11 18:47:27 +01:00
Bram Moolenaar
2c232e8211
updated for version 7.4.176
...
Problem: Dictionary.update() thows an error when used without arguments.
Python programmers don't expect that.
Solution: Make Dictionary.update() without arguments do nothing. (ZyX)
2014-02-11 18:47:27 +01:00
Bram Moolenaar
22cc197f58
Added tag v7-4-175 for changeset 6b69d8dde19e
2014-02-11 17:06:01 +01:00
Bram Moolenaar
58e5a8cc60
updated for version 7.4.175
...
Problem: When a wide library function fails, falling back to the non-wide
function may do the wrong thing.
Solution: Check the platform, when the wide function is supported don't fall
back to the non-wide function. (Ken Takata)
2014-02-11 17:06:00 +01:00
Bram Moolenaar
40c3ee3a0d
Added tag v7-4-174 for changeset f2c8d86c460d
2014-02-11 16:00:35 +01:00
Bram Moolenaar
45c3fb3b63
updated for version 7.4.174
...
Problem: Compiler warnings for Python interface. (Tony Mechelynck)
Solution: Add type casts, initialize variable.
2014-02-11 16:00:35 +01:00
Bram Moolenaar
5832c77904
Added tag v7-4-173 for changeset 233ad7b960d0
2014-02-11 15:47:46 +01:00
Bram Moolenaar
b370a111c2
updated for version 7.4.173
...
Problem: When using scrollbind the cursor can end up below the last line.
(mvxxc)
Solution: Reset w_botfill when scrolling up. (Christian Brabandt)
2014-02-11 15:47:46 +01:00
Bram Moolenaar
115a94d64f
Added tag v7-4-172 for changeset 391e10afccf6
2014-02-11 15:23:32 +01:00
Bram Moolenaar
a09ed7e2c8
updated for version 7.4.172
...
Problem: The blowfish code mentions output feedback, but the code is
actually doing cipher feedback.
Solution: Adjust names and comments.
2014-02-11 15:23:32 +01:00
Bram Moolenaar
6cd08ad092
Added tag v7-4-171 for changeset beb037a6c270
2014-02-11 15:10:43 +01:00
Bram Moolenaar
5e20df7daa
updated for version 7.4.171
...
Problem: Redo does not set v:count and v:count1.
Solution: Use a separate buffer for redo, so that we can set the counts when
performing redo.
2014-02-11 15:10:43 +01:00
Bram Moolenaar
a7d79560df
Added tag v7-4-170 for changeset 8122eab8fcdb
2014-02-11 12:15:43 +01:00
Bram Moolenaar
40f96a4800
updated for version 7.4.170
...
Problem: Some help tags don't work with ":help". (Tim Chase)
Solution: Add exceptions.
2014-02-11 12:15:43 +01:00
Bram Moolenaar
ce1085ad05
Added tag v7-4-169 for changeset 4e3a9dd25d42
2014-02-05 22:46:52 +01:00
Bram Moolenaar
e49f9ca3eb
updated for version 7.4.169
...
Problem: ":sleep" puts cursor in the wrong column. (Liang Li)
Solution: Add the window offset. (Christian Brabandt)
2014-02-05 22:46:52 +01:00
Bram Moolenaar
0854d0a203
Added tag v7-4-168 for changeset e61a2b709f69
2014-02-05 22:41:16 +01:00
Bram Moolenaar
3aae3b7b78
updated for version 7.4.168
...
Problem: Can't compile with Ruby 2.1.0.
Solution: Add support for new GC. (Kohei Suzuki)
2014-02-05 22:41:15 +01:00
Bram Moolenaar
d09d83e136
Added tag v7-4-167 for changeset 22387c8eec43
2014-02-05 22:26:05 +01:00
Bram Moolenaar
a3e36daa1e
updated for version 7.4.167
...
Problem: Fixes are not tested.
Solution: Add a test for not autoloading on assignment. (Yukihiro Nakadaira)
2014-02-05 22:26:05 +01:00
Bram Moolenaar
f967da595a
Added tag v7-4-166 for changeset 5d03c3747121
2014-02-05 22:13:05 +01:00
Bram Moolenaar
182a81976c
updated for version 7.4.166
...
Problem: Auto-loading a function for code that won't be executed.
Solution: Do not auto-load when evaluation is off. (Yasuhiro Matsumoto)
2014-02-05 22:13:05 +01:00
Bram Moolenaar
36954e539f
Added tag v7-4-165 for changeset c82339d8fdae
2014-02-05 22:02:01 +01:00
Bram Moolenaar
cb537adb9e
updated for version 7.4.165
...
Problem: By default, after closing a buffer changes can't be undone.
Solution: In the example vimrc file set 'undofile'.
2014-02-05 22:02:01 +01:00
Bram Moolenaar
ff2b92094d
Added tag v7-4-164 for changeset a01819fb6e2b
2014-02-05 14:02:27 +01:00
Bram Moolenaar
12620da490
updated for version 7.4.164
...
Problem: Problem with event handling on Windows 8.
Solution: Ignore duplicate WINDOW_BUFFER_SIZE_EVENTs. (Nobuhiro Takasaki)
2014-02-05 14:02:27 +01:00
Bram Moolenaar
d743d8d9d3
Added tag v7-4-163 for changeset 7db84aadd37a
2014-02-05 13:36:54 +01:00
Bram Moolenaar
2afaaca0cc
updated for version 7.4.163
...
Problem: MS-Windows input doesn't work properly on Windows 7 and earlier.
Solution: Add a check for Windows 8. (Yasuhiro Matsumoto)
2014-02-05 13:36:54 +01:00
Bram Moolenaar
433b0cb47a
Added tag v7-4-162 for changeset 477665b4105f
2014-02-05 12:36:43 +01:00
Bram Moolenaar
08f0bd5550
updated for version 7.4.162
...
Problem: Running tests in shadow dir doesn't work.
Solution: Add testdir/sautest to the shadow target. (James McCoy)
2014-02-05 12:36:42 +01:00
Bram Moolenaar
3ac385d474
Added tag v7-4-161 for changeset 91f3908748c2
2014-01-31 14:54:04 +01:00
Bram Moolenaar
4be78bb370
updated for version 7.4.161
...
Problem: Crash in Python exception handling.
Solution: Only use exception variables if did_throw is set. (ZyX)
2014-01-31 14:54:04 +01:00
Bram Moolenaar
055e754cc3
Added tag v7-4-160 for changeset f29febf858be
2014-01-24 19:55:37 +01:00
Bram Moolenaar
fdbfc714ea
updated for version 7.4.160
...
Problem: Win32: Crash when executing external command.
Solution: Only close the handle when it was created. (Yasuhiro Matsumoto)
2014-01-24 19:55:37 +01:00
Bram Moolenaar
1d888fdbe0
Added tag v7-4-159 for changeset a95a151402be
2014-01-23 22:45:58 +01:00
Bram Moolenaar
afd79b0aca
updated for version 7.4.159
...
Problem: Completion hangs when scanning the current buffer after doing
keywords. (Christian Brabandt)
Solution: Set the first match position when starting to scan the current
buffer.
2014-01-23 22:45:58 +01:00
Bram Moolenaar
a6418cf7ff
Added tag v7-4-158 for changeset d59544f3022b
2014-01-23 20:09:34 +01:00
Bram Moolenaar
679d6fab22
updated for version 7.4.158
...
Problem: Pattern containing \zs is not handled correctly by substitute().
Solution: Change how an empty match is skipped. (Yukihiro Nakadaira)
2014-01-23 20:09:34 +01:00
Bram Moolenaar
c90e3b6a1f
Added tag v7-4-157 for changeset be61f315eafe
2014-01-23 18:12:50 +01:00
Bram Moolenaar
cf398ddd19
updated for version 7.4.157
...
Problem: Error number used twice. (Yukihiro Nakadaira)
Solution: Change the one not referred in the docs.
2014-01-23 18:12:49 +01:00
Bram Moolenaar
4b3ad710bf
Added tag v7-4-156 for changeset 05a5cb0d6b37
2014-01-23 14:26:24 +01:00
Bram Moolenaar
3d3a12273f
updated for version 7.4.156
...
Problem: Test file missing from distribution.
Solution: Add new directory to file list.
2014-01-23 14:26:24 +01:00
Bram Moolenaar
68ec8224a5
Updated runtime files.
2014-01-23 14:24:41 +01:00
Bram Moolenaar
60351e5b31
Added tag v7-4-155 for changeset fa53233519c6
2014-01-14 21:31:34 +01:00
Bram Moolenaar
d3bdc010c0
updated for version 7.4.155
...
Problem: ":keeppatterns /pat" does not keep search pattern offset.
Solution: Restore the offset after doing the search.
2014-01-14 21:31:34 +01:00
Bram Moolenaar
6b9420c94b
Added tag v7-4-154 for changeset 71837ace77df
2014-01-14 19:44:34 +01:00
Bram Moolenaar
826559bdce
updated for version 7.4.154
...
Problem: Still a problem with auto-loading.
Solution: Pass no_autoload to deref_func_name(). (Yukihiro Nakadaira)
2014-01-14 19:44:34 +01:00
Bram Moolenaar
463097b4ae
Added tag v7-4-153 for changeset 30e300c0b2c1
2014-01-14 19:35:56 +01:00
Bram Moolenaar
8a471cba4b
updated for version 7.4.153
...
Problem: Compiler warning for pointer type.
Solution: Add type cast.
2014-01-14 19:35:56 +01:00
Bram Moolenaar
dda5296278
Added tag v7-4-152 for changeset 2ace11abcfb5
2014-01-14 16:55:01 +01:00
Bram Moolenaar
d2026db8b8
updated for version 7.4.152
...
Problem: Python: Cannot iterate over options.
Solution: Add options iterator. (ZyX)
2014-01-14 16:55:00 +01:00
Bram Moolenaar
a80da8c51a
Added tag v7-4-151 for changeset ec02e1474bc2
2014-01-14 16:36:51 +01:00
Bram Moolenaar
fdd3cfce1d
updated for version 7.4.151
...
Problem: Python: slices with steps are not supported.
Solution: Support slices in Python vim.List. (ZyX)
2014-01-14 16:36:51 +01:00
Bram Moolenaar
bad4f2dc67
Added tag v7-4-150 for changeset 15960ebc2ee8
2014-01-14 15:53:52 +01:00
Bram Moolenaar
534bc0ddd5
updated for version 7.4.150
...
Problem: :keeppatterns is not respected for :s.
Solution: Check the keeppatterns flag. (Yasuhiro Matsumoto)
2014-01-14 15:53:51 +01:00
Bram Moolenaar
2b0a68b862
Added tag v7-4-149 for changeset b43363a7b4c7
2014-01-14 15:24:39 +01:00
Bram Moolenaar
49cd119233
updated for version 7.4.149
...
Problem: Get E685 error when assigning a function to an autoload variable.
(Yukihiro Nakadaira)
Solution: Instead of having a global no_autoload variable, pass an autoload
flag down to where it is used. (ZyX)
2014-01-14 15:24:39 +01:00
Bram Moolenaar
8e34314c90
Added tag v7-4-148 for changeset 8507bf8874d8
2014-01-14 13:26:21 +01:00
Bram Moolenaar
8ee5279d88
updated for version 7.4.148
...
Problem: Cannot build with Cygwin and X11.
Solution: Include Xwindows.h instead of windows.h. (Lech Lorens)
2014-01-14 13:26:21 +01:00
Bram Moolenaar
c2f91dd929
Added tag v7-4-147 for changeset d289f2167d70
2014-01-14 13:18:58 +01:00
Bram Moolenaar
6dfe68396f
updated for version 7.4.147
...
Problem: Cursor moves to wrong position when using "gj" after "$" and
virtual editing is active.
Solution: Make "gj" behave differently when virtual editing is active.
(Hirohito Higashi)
2014-01-14 13:18:58 +01:00
Bram Moolenaar
79ef9b9ac2
Added tag v7-4-146 for changeset ec93f50f1d93
2014-01-14 12:57:05 +01:00
Bram Moolenaar
8acd137480
updated for version 7.4.146
...
Problem: When starting Vim with "-u NONE" v:oldfiles is NULL.
Solution: Set v:oldfiles to an empty list. (Yasuhiro Matsumoto)
2014-01-14 12:57:05 +01:00
Bram Moolenaar
5078d34c6c
Added tag v7-4-145 for changeset 1098b7b6e147
2014-01-14 12:33:36 +01:00
Bram Moolenaar
7f1bf4156d
updated for version 7.4.145
...
Problem: getregtype() does not return zero for unknown register.
Solution: Adjust documention: return empty string for unknown register.
Check the register name to be valid. (Yukihiro Nakadaira)
2014-01-14 12:33:36 +01:00
Bram Moolenaar
ba3fc1b632
Added tag v7-4-144 for changeset bcf25cc08236
2014-01-14 12:18:45 +01:00
Bram Moolenaar
459938dcc9
updated for version 7.4.144
...
Problem: MingW also supports intptr_t for OPEN_OH_ARGTYPE.
Solution: Adjust #ifdef. (Ken Takata)
2014-01-14 12:18:45 +01:00
Bram Moolenaar
bdaa5da910
Added tag v7-4-143 for changeset d11f223f4c75
2014-01-14 12:17:02 +01:00
Bram Moolenaar
fac6c96c16
updated for version 7.4.143
...
Problem: TextChangedI is not triggered.
Solution: Reverse check for "ready". (lilydjwg)
2014-01-14 12:17:02 +01:00
Bram Moolenaar
c271a3c01f
Added tag v7-4-142 for changeset 735b70faac4a
2014-01-12 13:24:51 +01:00
Bram Moolenaar
574908fd84
updated for version 7.4.142
...
Problem: On MS-Windows 8 IME input doen't work correctly.
Solution: Work around the problem. (Nobuhiro Takasaki)
2014-01-12 13:24:51 +01:00
Bram Moolenaar
8b85b788ac
Added tag v7-4-141 for changeset 2ca470c6096e
2014-01-10 18:16:07 +01:00
Bram Moolenaar
633e5f8eaa
updated for version 7.4.141
...
Problem: Problems when building with Borland: st_mode is signed short;
can't build with Python; temp files not ignored by Mercurial;
building with DEBUG doesn't define _DEBUG.
Solution: Fix the problems. (Ken Takata)
2014-01-10 18:16:07 +01:00
Bram Moolenaar
d784b50b2f
Added tag v7-4-140 for changeset 505cf1943dc2
2014-01-10 16:43:14 +01:00
Bram Moolenaar
42e1263f4c
updated for version 7.4.140
...
Problem: Crash when wiping out buffer triggers autocommand that wipes out
only other buffer.
Solution: Do not delete the last buffer, make it empty. (Hirohito Higashi)
2014-01-10 16:43:14 +01:00
Bram Moolenaar
4640ef2303
Added tag v7-4-139 for changeset c8c80c9d2e22
2014-01-10 15:53:13 +01:00
Bram Moolenaar
3bbab76285
updated for version 7.4.139
...
Problem: Crash when using :cd in autocommand. (François Ingelrest)
Solution: Set w_localdir to NULL after freeing it. (Dominique Pelle)
2014-01-10 15:53:13 +01:00
Bram Moolenaar
fbd372fcbd
Added tag v7-4-138 for changeset 6eb60041548c
2014-01-10 15:32:22 +01:00
Bram Moolenaar
8ba5332286
updated for version 7.4.138
...
Problem: Directory change messages are not recognized.
Solution: Fix using a character range literally. (Lech Lorens)
2014-01-10 15:32:21 +01:00
Bram Moolenaar
b5d9b4e86d
Added tag v7-4-137 for changeset 6fdb1d6646b6
2014-01-10 13:51:43 +01:00
Bram Moolenaar
9ff5a57d52
updated for version 7.4.137
...
Problem: Cannot use IME with Windows 8 console.
Solution: Change the user of ReadConsoleInput() and PeekConsoleInput().
(Yasuhiro Matsumoto)
2014-01-10 13:51:42 +01:00
Bram Moolenaar
59e67c0c7a
Added tag v7-4-136 for changeset 3881cd916014
2014-01-10 13:05:20 +01:00
Bram Moolenaar
3175463f21
updated for version 7.4.136
...
Problem: MS-Windows: When saving a file with a UNC path the file becomes
read-only.
Solution: Don't mix up Win32 attributes and Unix attributes. (Ken Takata)
2014-01-10 13:05:20 +01:00
Bram Moolenaar
a4484fcf09
Updated runtime files.
2014-01-07 06:09:28 +01:00
Bram Moolenaar
97adc3eb3f
Added tag v7-4-135 for changeset 1aeb7f4d6527
2014-01-06 15:51:55 +01:00
Bram Moolenaar
a41c734234
updated for version 7.4.135
...
Problem: Missing dot in MingW test Makefile.
Solution: Add the dot. (Michael Soyka)
2014-01-06 15:51:55 +01:00
Bram Moolenaar
a008bb7644
Added tag v7-4-134 for changeset 0defb460a0eb
2014-01-06 15:45:10 +01:00
Bram Moolenaar
25267082a3
updated for version 7.4.134
...
Problem: Spurious space in MingW Makefile.
Solution: Remove the space. (Michael Soyka)
2014-01-06 15:45:10 +01:00
Bram Moolenaar
dffcea4c5d
Added tag v7-4-133 for changeset 6a28a9cf5153
2014-01-06 06:19:11 +01:00
Bram Moolenaar
cc966509f9
updated for version 7.4.133
...
Problem: Clang warns for using NUL.
Solution: Change NUL to NULL. (Dominique Pelle)
2014-01-06 06:19:11 +01:00
Bram Moolenaar
d9d3457e52
Added tag v7-4-132 for changeset 1b09d6792520
2014-01-05 13:29:26 +01:00
Bram Moolenaar
a7c6024b7a
updated for version 7.4.132
...
Problem: Win32: flags and inherit_handles arguments mixed up.
Solution: Swap the argument. (cs86661)
2014-01-05 13:29:26 +01:00
Bram Moolenaar
01331884a6
Runtime file updates.
2013-12-15 10:02:33 +01:00
Bram Moolenaar
e214f6a519
Added tag v7-4-131 for changeset 4b23119cb584
2013-12-14 13:06:17 +01:00
Bram Moolenaar
63efadb72a
updated for version 7.4.131
...
Problem: Syncbind causes E315 errors in some situations. (Liang Li)
Solution: Set and restore curbuf in ex_syncbind(). (Christian Brabandt)
2013-12-14 13:06:17 +01:00
Bram Moolenaar
4568036121
Added tag v7-4-130 for changeset cf722c092360
2013-12-14 12:48:58 +01:00
Bram Moolenaar
c284ff7f98
updated for version 7.4.130
...
Problem: Relative line numbers mix up windows when using folds.
Solution: Use hasFoldingWin() instead of hasFolding(). (Lech Lorens)
2013-12-14 12:48:58 +01:00
Bram Moolenaar
0cd032d4d5
Added tag v7-4-129 for changeset 1e28c0fad344
2013-12-14 12:17:38 +01:00
Bram Moolenaar
13dab88421
updated for version 7.4.129
...
Problem: getline(-1) returns zero. (mvxxc)
Solution: Return an empty string.
2013-12-14 12:17:38 +01:00
Bram Moolenaar
221d6cfcb3
Added tag v7-4-128 for changeset 4b92012f6b18
2013-12-14 11:50:35 +01:00
Bram Moolenaar
d79dbb382c
updated for version 7.4.128
...
Problem: Perl 5.18 for MSVC doesn't work.
Solution: Add check in makefile and define __inline. (Ken Takata)
2013-12-14 11:50:35 +01:00
Bram Moolenaar
7525e82535
Added tag v7-4-127 for changeset 6f5a7d394300
2013-12-14 11:46:08 +01:00
Bram Moolenaar
3950bc9a7d
updated for version 7.4.127
...
Problem: Perl 5.18 on Unix doesn't work.
Solution: Move workaround to after including vim.h. (Ken Takata)
2013-12-14 11:46:08 +01:00
Bram Moolenaar
6d69debafd
Added tag v7-4-126 for changeset b14554844756
2013-12-12 20:25:44 +01:00
Bram Moolenaar
a7824dc15c
updated for version 7.4.126
...
Problem: Compiler warnings for "const" and incompatible types.
Solution: Remove "const", add type cast. (Ken Takata)
2013-12-12 20:25:44 +01:00
Bram Moolenaar
277ddd53b1
Updated runtime files.
2013-12-11 18:53:29 +01:00
Bram Moolenaar
bc8c97d7d0
Added tag v7-4-125 for changeset 45ef9d2096e8
2013-12-11 18:36:33 +01:00
Bram Moolenaar
1b81fe8d57
updated for version 7.4.125
...
Problem: Win32: Dealing with messages may not work for multi-byte chars.
Solution: Use pDispatchMessage(). (Ken Takata)
2013-12-11 18:36:33 +01:00
Bram Moolenaar
962c192100
Added tag v7-4-124 for changeset 9faba192ea90
2013-12-11 18:21:45 +01:00
Bram Moolenaar
b6004e2839
updated for version 7.4.124
...
Problem: Win32: Getting host name does not use wide function.
Solution: Use GetComputerNameW() if possible. (Ken Takata)
2013-12-11 18:21:45 +01:00
Bram Moolenaar
2b3e49eb1d
Added tag v7-4-123 for changeset 32e50f85d2c7
2013-12-11 18:18:06 +01:00
Bram Moolenaar
b13357b5e7
updated for version 7.4.123
...
Problem: Win32: Getting user name does not use wide function.
Solution: Use GetUserNameW() if possible. (Ken Takata)
2013-12-11 18:18:06 +01:00
Bram Moolenaar
def142b1d0
Added tag v7-4-122 for changeset 270c62fe685a
2013-12-11 17:58:35 +01:00
Bram Moolenaar
8ec196cc91
updated for version 7.4.122
...
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)
2013-12-11 17:58:35 +01:00
Bram Moolenaar
60a61f531f
Added tag v7-4-121 for changeset 4bf53c1ef37a
2013-12-11 17:44:38 +01:00
Bram Moolenaar
d9337a0ca8
updated for version 7.4.121
...
Problem: Completion doesn't work for ":py3d" and ":py3f". (Bohr Shaw)
Solution: Skip over letters after ":py3".
2013-12-11 17:44:38 +01:00
Bram Moolenaar
aea6c3e61e
Added tag v7-4-120 for changeset ca0e43bbf8f9
2013-12-11 17:20:19 +01:00
Bram Moolenaar
11a38e782d
updated for version 7.4.120
...
Problem: Can't build with Perl 5.18 on Linux. (Lcd 47)
Solution: Add #ifdef. (Ken Takata)
2013-12-11 17:20:19 +01:00
Bram Moolenaar
b7cc09a4f7
Added tag v7-4-119 for changeset 2f99966971b0
2013-12-11 17:12:37 +01:00
Bram Moolenaar
fc059b8cf6
updated for version 7.4.119
...
Problem: Vim doesn't work well on OpenVMS.
Solution: Fix various problems. (Samuel Ferencik)
2013-12-11 17:12:37 +01:00
Bram Moolenaar
9826953f5f
Added tag v7-4-118 for changeset 62c720661f81
2013-12-11 15:52:01 +01:00
Bram Moolenaar
a36073023b
updated for version 7.4.118
...
Problem: It's possible that redrawing the status lines causes
win_redr_custom() to be called recursively.
Solution: Protect against recursiveness. (Yasuhiro Matsumoto)
2013-12-11 15:52:01 +01:00
Bram Moolenaar
f1d3374faa
Added tag v7-4-117 for changeset 805ad8488dc8
2013-12-11 15:06:40 +01:00
Bram Moolenaar
562b398948
updated for version 7.4.117
...
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)
2013-12-11 15:06:40 +01:00
Bram Moolenaar
4a27cc97c2
Added tag v7-4-116 for changeset 40aff213baff
2013-12-11 14:55:02 +01:00
Bram Moolenaar
3aad546370
updated for version 7.4.116
...
Problem: When a mapping starts with a space, the typed space does not show
up for 'showcmd'.
Solution: Show "<20>". (Brook Hong)
2013-12-11 14:55:01 +01:00
Bram Moolenaar
d7c85f9aac
Added tag v7-4-115 for changeset e35c69ad4823
2013-12-11 13:21:51 +01:00
Bram Moolenaar
c4a13f745d
updated for version 7.4.115
...
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)
2013-12-11 13:21:51 +01:00
Bram Moolenaar
cae07f9311
Added tag v7-4-114 for changeset 6db758f82227
2013-12-11 12:22:58 +01:00
Bram Moolenaar
9849f8adb8
updated for version 7.4.114
...
Problem: New GNU make outputs messages about changing directory in another
format.
Solution: Recognize the new format.
2013-12-11 12:22:58 +01:00
Bram Moolenaar
21d5402299
Added tag v7-4-113 for changeset 0e21e2a38ec6
2013-12-07 14:48:10 +01:00
Bram Moolenaar
56e6e5f50c
updated for version 7.4.113
...
Problem: MSVC static analysis gives warnings.
Solution: Avoid the warnings and avoid possible bugs. (Ken Takata)
2013-12-07 14:48:10 +01:00
Bram Moolenaar
ed081671ab
Added tag v7-4-112 for changeset af8217e4ed7e
2013-12-07 14:32:09 +01:00
Bram Moolenaar
7709d7931b
updated for version 7.4.112
...
Problem: The defaults for 'directory' and 'backupdir' on MS-Windows do not
include a directory that exists.
Solution: Use $TEMP.
2013-12-07 14:32:09 +01:00
Bram Moolenaar
b015ccbcde
Added tag v7-4-111 for changeset 3fbda56bb200
2013-12-07 14:28:43 +01:00
Bram Moolenaar
8a4f33cb9b
updated for version 7.4.111
...
Problem: Memory leak in Python OptionsAssItem. (Ken Takata)
Solution: Call Py_XDECREF() where needed. (ZyX)
2013-12-07 14:28:43 +01:00
Bram Moolenaar
a206e4bee5
Added tag v7-4-110 for changeset 6e54d1b3408c
2013-11-28 19:27:30 +01:00
Bram Moolenaar
7ef6c3bcab
updated for version 7.4.110
...
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)
2013-11-28 19:27:30 +01:00
Bram Moolenaar
bda2170790
Added tag v7-4-109 for changeset 1cdf51706774
2013-11-28 18:53:52 +01:00
Bram Moolenaar
cc7d08e6c7
updated for version 7.4.109
...
Problem: ColorScheme autocommand matches with the current buffer name.
Solution: Match with the colorscheme name. (Christian Brabandt)
2013-11-28 18:53:52 +01:00
Bram Moolenaar
52376de795
Added tag v7-4-108 for changeset fa31c5b82424
2013-11-28 17:41:46 +01:00
Bram Moolenaar
5f230cb36f
updated for version 7.4.108
...
Problem: "zG" and "zW" leave temp files around on MS-Windows.
Solution: Delete the temp files when exiting. (Ken Takata)
2013-11-28 17:41:46 +01:00
Bram Moolenaar
6191c14ca5
Added tag v7-4-107 for changeset 064e2a080e2e
2013-11-28 17:04:43 +01:00
Bram Moolenaar
8b386b3398
updated for version 7.4.107
...
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)
2013-11-28 17:04:43 +01:00
Bram Moolenaar
9026686cc2
Added tag v7-4-106 for changeset de9a01851ebd
2013-11-28 16:32:38 +01:00
Bram Moolenaar
6d68f63961
updated for version 7.4.106
...
Problem: Can't build with Ruby using Cygwin.
Solution: Fix library name in makefile. (Steve Hall)
2013-11-28 16:32:38 +01:00
Bram Moolenaar
b799e32ff0
Added tag v7-4-105 for changeset eed95874f30e
2013-11-28 14:36:34 +01:00
Bram Moolenaar
69b8442c75
updated for version 7.4.105
...
Problem: Completing a tag pattern may give an error for invalid pattern.
Solution: Suppress the error, just return no matches.
2013-11-28 14:36:33 +01:00
Bram Moolenaar
a2c2581e5e
Added tag v7-4-104 for changeset dd7d1a86b311
2013-11-28 14:20:17 +01:00
Bram Moolenaar
c2674b3b5e
updated for version 7.4.104
...
Problem: ":help s/\_" reports an internal error. (John Beckett)
Solution: Check for NUL and invalid character classes.
2013-11-28 14:20:17 +01:00
Bram Moolenaar
27b9026672
Updated runtime files.
2013-11-28 13:53:34 +01:00
Bjorn Winckler
5428a4b684
Merge branch 'vim'
...
Conflicts:
src/auto/configure
2013-11-23 10:23:21 +01:00
Bjorn Winckler
6bb23c8f2b
Revert "Always pull in AvailabilityMacros.h"
...
This reverts commit df7b6fb380 .
2013-11-23 10:21:04 +01:00
Bjorn Winckler
588e5f80a9
Revert "Only pull in AvailabilityMacros.h when ..."
...
This reverts commit fc64ef523f .
2013-11-23 10:20:46 +01:00
Bram Moolenaar
fed59ac917
Added tag v7-4-103 for changeset 4db151014f93
2013-11-21 18:13:38 +01:00
Bram Moolenaar
8c88733e78
updated for version 7.4.103
...
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)
2013-11-21 18:13:37 +01:00
Bram Moolenaar
167dc3c156
Added tag v7-4-102 for changeset 9417f4de27a2
2013-11-21 17:42:31 +01:00
Bram Moolenaar
8758fb0419
updated for version 7.4.102
...
Problem: Crash when interrupting "z=".
Solution: Add safety check for word length. (Christian Brabandt, Dominique
Pelle)
2013-11-21 17:42:31 +01:00
Bram Moolenaar
6a53075760
Added tag v7-4-101 for changeset ec5d11403c19
2013-11-21 17:13:00 +01:00
Bram Moolenaar
fe116bb335
updated for version 7.4.101
...
Problem: Using \1 in pattern goes one line too far. (Bohr Shaw, John Little)
Solution: Only advance the match end for the matched characters in the last
line.
2013-11-21 17:13:00 +01:00
Bram Moolenaar
58a9816a84
Added tag v7-4-100 for changeset 5ad60cd88339
2013-11-21 16:03:40 +01:00
Bram Moolenaar
0929f5e413
updated for version 7.4.100
...
Problem: NFA regexp doesn't handle backreference correctly. (Ryuichi
Hayashida, Urtica Dioica)
Solution: Always add NFA_SKIP, also when it already exists at the start
position.
2013-11-21 16:03:40 +01:00
Bram Moolenaar
1c83605be2
Added tag v7-4-099 for changeset 8451f643a13e
2013-11-21 14:40:04 +01:00
Bram Moolenaar
61a9b63120
updated for version 7.4.099
...
Problem: Append in blockwise Visual mode with "$" is wrong.
Solution: After "$" don't use the code that checks if the cursor was moved.
(Hirohito Higashi, Ken Takata)
2013-11-21 14:40:04 +01:00
Bram Moolenaar
0cb06ee87b
Added tag v7-4-098 for changeset 79a8bac614c0
2013-11-21 14:21:40 +01:00
Bram Moolenaar
909c88c543
updated for version 7.4.098
...
Problem: When using ":'<,'>del" errors may be given for the visual line
numbers being out of range.
Solution: Reset Visual mode in ":del". (Lech Lorens)
2013-11-21 14:21:40 +01:00
Bram Moolenaar
7272b4dd1e
Added tag v7-4-097 for changeset 93c8296281dd
2013-11-21 13:24:41 +01:00
Bram Moolenaar
0f8f699c2c
updated for version 7.4.097
...
Problem: Unexpected behavior change related to 'virtualedit'. (Ingo Karkat)
Solution: Update the valid cursor position. (Christian Brabandt)
2013-11-21 13:24:41 +01:00
Bram Moolenaar
57eef40365
Added tag v7-4-096 for changeset 645358801356
2013-11-21 12:34:11 +01:00
Bram Moolenaar
361cf1efdf
updated for version 7.4.096
...
Problem: Can't change directory to an UNC path.
Solution: Use win32_getattrs() in mch_getperm(). (Christian Brabandt)
2013-11-21 12:34:11 +01:00
Bram Moolenaar
e2b2128999
Added tag v7-4-095 for changeset acbe5414cb7f
2013-11-21 12:17:52 +01:00
Bram Moolenaar
111e89e256
updated for version 7.4.095
...
Problem: Regexp for LuaJIT version doesn't work on BSD.
Solution: Use "*" instead of "\+" and "\?". (Ozaki)
2013-11-21 12:17:51 +01:00
Bram Moolenaar
2247036812
Added tag v7-4-094 for changeset 68b5f8abca93
2013-11-17 20:32:54 +01:00
Bram Moolenaar
43b5c29a93
updated for version 7.4.094
...
Problem: Configure may not find that -lint is needed for gettext().
Solution: Check for gettext() with empty $LIBS. (Thomas De Schampheleire)
2013-11-17 20:32:54 +01:00
Bram Moolenaar
c1b6ef1859
Added tag v7-4-093 for changeset 33f3e277ceab
2013-11-17 20:17:12 +01:00
Bram Moolenaar
b52c006ea0
updated for version 7.4.093
...
Problem: Configure can't use LuaJIT on ubuntu 12.04.
Solution: Adjust the configure regexp that locates the version number.
(Charles Strahan)
2013-11-17 20:17:12 +01:00
Bram Moolenaar
99151b7414
Update runtime files.
2013-11-14 05:48:46 +01:00
Bram Moolenaar
0c870b1f14
Added tag v7-4-092 for changeset 1b4cb2c6b285
2013-11-14 03:54:07 +01:00
Bram Moolenaar
c1f9bc0fd3
updated for version 7.4.092
...
Problem: Can't build small version.
Solution: Add #ifdef where the b_cjk flag is used. (Ken Takata)
2013-11-14 03:54:07 +01:00
Bram Moolenaar
c6425e6e4b
Added tag v7-4-091 for changeset 9502d1caf90b
2013-11-12 18:09:29 +01:00
Bram Moolenaar
b2636263db
updated for version 7.4.091
...
Problem: Missing semicolon.
Solution: Add the semicolon.
2013-11-12 18:09:29 +01:00
Bram Moolenaar
e2c2f90501
Added tag v7-4-090 for changeset 31217cc48e7d
2013-11-12 05:28:26 +01:00
Bram Moolenaar
45ba19b129
updated for version 7.4.090
...
Problem: Win32: When a directory name contains an exclamation mark,
completion doesn't complete the contents of the directory.
Solution: Escape the exclamation mark. (Jan Stocker)
2013-11-12 05:28:26 +01:00
Bram Moolenaar
f04c346718
Added tag v7-4-089 for changeset 6707c44cec61
2013-11-12 05:12:03 +01:00
Bram Moolenaar
d6ff155e08
updated for version 7.4.089
...
Problem: When editing a file in a directory mounted through sshfs Vim
doesn't set the security context on a renamed file.
Solution: Add mch_copy_sec() to vim_rename(). (Peter Backes)
2013-11-12 05:12:03 +01:00
Bram Moolenaar
d37e6b8729
Added tag v7-4-088 for changeset 853a76c7fded
2013-11-12 04:44:01 +01:00
Bram Moolenaar
c0bbc0b2c7
updated for version 7.4.088
...
Problem: When spell checking is enabled Asian characters are always marked
as error.
Solution: When 'spelllang' contains "cjk" do not mark Asian characters as
error. (Ken Takata)
2013-11-12 04:44:01 +01:00
Bram Moolenaar
6f4966746c
Added tag v7-4-087 for changeset 9334c994be7b
2013-11-11 23:17:39 +01:00
Bram Moolenaar
d62bc067e9
updated for version 7.4.087
...
Problem: Compiler warning on 64 bit Windows systems.
Solution: Fix type cast. (Mike Williams)
2013-11-11 23:17:39 +01:00
Bram Moolenaar
a550bc6bbb
Added tag v7-4-086 for changeset 60a5b7b82016
2013-11-11 04:25:53 +01:00
Bram Moolenaar
fb3d6aa84a
updated for version 7.4.086
...
Problem: Skipping over an expression when not evaluating it does not work
properly for dict members.
Solution: Skip over unrecognized expression. (ZyX)
2013-11-11 04:25:53 +01:00
Bram Moolenaar
9910d54d1a
Added tag v7-4-085 for changeset 70c3289803b3
2013-11-11 01:29:22 +01:00
Bram Moolenaar
ba12de06a4
updated for version 7.4.085
...
Problem: When inserting text in Visual block mode and moving the cursor the
wrong text gets repeated in other lines.
Solution: Use the '[ mark to find the start of the actually inserted text.
(Christian Brabandt)
2013-11-11 01:29:22 +01:00
Bram Moolenaar
f0e731d5c4
Added tag v7-4-084 for changeset a56f60cf6834
2013-11-11 01:05:48 +01:00
Bram Moolenaar
7d889b5942
updated for version 7.4.084
...
Problem: Python: interrupt not being properly discarded. (Yggdroot Chen)
Solution: Discard interrupt in VimTryEnd. (ZyX)
2013-11-11 01:05:48 +01:00
Bram Moolenaar
d872f263e3
Added tag v7-4-083 for changeset 6367a766027d
2013-11-09 05:30:27 +01:00
Bram Moolenaar
c5fdc66dd9
updated for version 7.4.083
...
Problem: It's hard to avoid adding a used pattern to the search history.
Solution: Add the ":keeppatterns" modifier. (Christian Brabandt)
2013-11-09 05:30:26 +01:00
Bram Moolenaar
6c3976769a
Updated runtime files.
2013-11-09 03:41:58 +01:00
Bram Moolenaar
2aae64e650
Added tag v7-4-082 for changeset 9c777e2c7024
2013-11-09 03:31:51 +01:00
Bram Moolenaar
946ce5ad3d
updated for version 7.4.082
...
Problem: Using "gf" in a changed buffer suggests adding "!", which is not
possible. (Tim Chase)
Solution: Pass a flag to check_changed() wether adding ! make sense.
2013-11-09 03:31:51 +01:00
Bram Moolenaar
bac669852a
Added tag v7-4-081 for changeset 42927712b3d9
2013-11-09 02:32:19 +01:00
Bram Moolenaar
7bfece44c3
updated for version 7.4.081
...
Problem: Wrong logic when ANALYZE is "yes".
Solution: Use or instead of and. (KF Leong)
2013-11-09 02:32:18 +01:00
Bram Moolenaar
4d132236a3
Added tag v7-4-080 for changeset c5166fa10464
2013-11-09 01:44:43 +01:00
Bram Moolenaar
9d665ac6f8
updated for version 7.4.080
...
Problem: Missing documentation for v:hlsearch.
Solution: Include the right file in the patch.
2013-11-09 01:44:43 +01:00
Bram Moolenaar
59e67bb1ca
Added tag v7-4-079 for changeset 6ae816249627
2013-11-08 04:30:20 +01:00
Bram Moolenaar
bbed82ee3f
updated for version 7.4.079
...
Problem: A script cannot detect whether 'hlsearch' highlighting is actually
displayed.
Solution: Add the "v:hlsearch" variable. (ZyX)
2013-11-08 04:30:20 +01:00
Bram Moolenaar
2d8f02c264
Added tag v7-4-078 for changeset 5c3064feddd7
2013-11-08 03:15:47 +01:00
Bram Moolenaar
e56b564188
updated for version 7.4.078
...
Problem: MSVC 2013 is not supported.
Solution: Recognize and support MSVC 2013. (Ed Brown)
2013-11-08 03:15:47 +01:00
Bram Moolenaar
9d0ce391b9
Added tag v7-4-077 for changeset 53bc55e58fef
2013-11-07 04:49:27 +01:00
Bram Moolenaar
541644339f
updated for version 7.4.077
...
Problem: DOS installer creates shortcut without a path, resulting in the
current directory to be C:\Windows\system32.
Solution: Use environment variables.
2013-11-07 04:49:27 +01:00
Bram Moolenaar
4dd5b701f0
Added tag v7-4-076 for changeset 8f0c264db1e7
2013-11-07 04:46:48 +01:00
Bram Moolenaar
c4267a5736
updated for version 7.4.076
...
Problem: "cgn" does not wrap around the end of the file. (Dimitrov
Dimitrov)
Solution: Restore 'wrapscan' earlier. (Christian Brabandt)
2013-11-07 04:46:48 +01:00
Bram Moolenaar
aa5f5aca78
Added tag v7-4-075 for changeset 829aa8c8449d
2013-11-07 03:26:06 +01:00
Bram Moolenaar
bc5dd8b269
updated for version 7.4.075
...
Problem: Locally setting 'undolevels' is not tested.
Solution: Add a test. (Christian Brabandt)
2013-11-07 03:26:06 +01:00
Bram Moolenaar
1991245279
Added tag v7-4-074 for changeset 9818311eeca0
2013-11-07 03:04:12 +01:00
Bram Moolenaar
a97ab8599f
updated for version 7.4.074
...
Problem: When undo'ing all changes and creating a new change the undo
structure is incorrect. (Christian Brabandt)
Solution: When deleting the branch starting at the old header, delete the
whole branch, not just the first entry.
2013-11-07 03:04:11 +01:00
Bram Moolenaar
0ec81af008
Added tag v7-4-073 for changeset d0595545e98a
2013-11-06 05:26:16 +01:00
Bram Moolenaar
19662400a6
updated for version 7.4.073
...
Problem: Setting undolevels for one buffer changes undo in another.
Solution: Make 'undolevels' a global-local option. (Christian Brabandt)
2013-11-06 05:26:15 +01:00
Bram Moolenaar
c611e9e0cf
Added tag v7-4-072 for changeset d563839a9be0
2013-11-06 04:04:33 +01:00
Bram Moolenaar
3a2edbb016
updated for version 7.4.072
...
Problem: Crash when using Insert mode completion.
Solution: Avoid going past the end of pum_array. (idea by Fransisco Lopes)
2013-11-06 04:04:33 +01:00
Bram Moolenaar
1729763f75
Added tag v7-4-071 for changeset faf7e86203b5
2013-11-06 04:01:36 +01:00
Bram Moolenaar
42930f83c6
updated for version 7.4.071
...
Problem: Passing limits around too often.
Solution: Use limits from buffer.
2013-11-06 04:01:36 +01:00
Bram Moolenaar
d74bcf90e9
Added tag v7-4-070 for changeset e6f3f66028d4
2013-11-05 17:40:53 +01:00
Bram Moolenaar
2a4d8b8b47
updated for version 7.4.070
...
Problem: Can't compile with tiny features. (Tony Mechelynck)
Solution: Add #ifdef.
2013-11-05 17:40:52 +01:00
Bram Moolenaar
2e451c0cd1
Added tag v7-4-069 for changeset 878ed73c7070
2013-11-05 07:13:41 +01:00
Bram Moolenaar
9221a63178
updated for version 7.4.069
...
Problem: Cannot right shift lines starting with #.
Solution: Allow the right shift when 'cino' contains #N with N > 0.
(Christian Brabandt)
Refactor parsing 'cino', store the values in the buffer.
2013-11-05 07:13:41 +01:00
Bram Moolenaar
f6ec604af8
Added tag v7-4-068 for changeset efa40be729c2
2013-11-04 04:57:50 +01:00
Bram Moolenaar
6792249ffd
updated for version 7.4.068
...
Problem: Cannot build Vim on Mac with non-Apple compilers.
Solution: Remove the -no-cpp-precomp flag. (Misty De Meo)
2013-11-04 04:57:50 +01:00
Bram Moolenaar
665f978cc1
Added tag v7-4-067 for changeset 86bf09a1b6d0
2013-11-04 04:20:34 +01:00
Bram Moolenaar
d86b5ff26b
updated for version 7.4.067
...
Problem: After inserting comment leader, CTRL-\ CTRL-O does move the
cursor. (Wiktor Ruben)
Solution: Avoid moving the cursor. (Christian Brabandt)
2013-11-04 04:20:33 +01:00
Bram Moolenaar
cfd1a900e3
Added tag v7-4-066 for changeset 38b948f534e4
2013-11-04 02:54:12 +01:00
Bram Moolenaar
d80d105105
updated for version 7.4.066
...
Problem: MS-Windows: When there is a colon in the file name (sub-stream
feature) the swap file name is wrong.
Solution: Change the colon to "%". (Yasuhiro Matsumoto)
2013-11-04 02:54:12 +01:00
Bram Moolenaar
f300bf5bc7
Added tag v7-4-065 for changeset 7f341db39d5b
2013-11-04 02:01:01 +01:00
Bram Moolenaar
ea6781c56d
updated for version 7.4.065
...
Problem: When recording, the character typed at the hit-enter prompt is
recorded twice. (Urtica Dioica)
Solution: Avoid recording the character twice. (Christian Brabandt)
2013-11-04 02:01:01 +01:00
Bram Moolenaar
ce3e12a0a2
Added tag v7-4-064 for changeset d06223965468
2013-11-04 01:41:17 +01:00
Bram Moolenaar
1ea9e3bdb8
updated for version 7.4.064
...
Problem: When replacing a character in Visual block mode, entering a CR
does not cause a repeated line break.
Solution: Recognize the situation and repeat the line break. (Christian
Brabandt)
2013-11-04 01:41:17 +01:00
Bram Moolenaar
5dd7c18976
Added tag v7-4-063 for changeset 9cedb4dfd4c8
2013-11-04 00:34:53 +01:00
Bram Moolenaar
a41b958f8d
updated for version 7.4.063
...
Problem: Crash when using invalid key in Python dictionary.
Solution: Check for object to be NULL. Add tests. (ZyX)
2013-11-04 00:34:53 +01:00
Bram Moolenaar
2a39887e22
Update runtime files.
2013-11-03 21:14:31 +01:00
Bram Moolenaar
2c69999a69
Added tag v7-4-062 for changeset d59a0b8e5584
2013-11-03 20:26:31 +01:00
Bram Moolenaar
d54402da11
updated for version 7.4.062
...
Problem: Configure check for AvailabilityMacros.h is wrong.
Solution: Use AC_CHECK_HEADERS().
2013-11-03 20:26:31 +01:00
Bram Moolenaar
f2cee604c8
Added tag v7-4-061 for changeset 739074bdceb8
2013-11-03 00:41:00 +01:00
Bram Moolenaar
bfa6c9ac53
updated for version 7.4.061
...
Problem: Availability macros configure check in wrong place.
Solution: Also check when not using Darwin. Remove version check.
2013-11-03 00:41:00 +01:00
Bram Moolenaar
f4c8f7387f
Added tag v7-4-060 for changeset 46ca8fcee525
2013-11-03 00:28:25 +01:00
Bram Moolenaar
aba97f4b08
updated for version 7.4.060
...
Problem: Declaration has wrong return type for PyObject_SetAttrString().
Solution: Use int instead of PyObject. (Andreas Schwab)
2013-11-03 00:28:25 +01:00
Bram Moolenaar
a9ef76374f
Added tag v7-4-059 for changeset 2a72805a3038
2013-11-03 00:20:52 +01:00
Bram Moolenaar
3dda014e5c
updated for version 7.4.059
...
Problem: set_last_cursor() may encounter w_buffer being NULL. (Matt
Mkaniaris)
Solution: Check for NULL.
2013-11-03 00:20:52 +01:00
Bram Moolenaar
7d3c685664
Added tag v7-4-058 for changeset fa8447ec5823
2013-11-02 23:59:35 +01:00
Bram Moolenaar
3ca1b7fa61
updated for version 7.4.058
...
Problem: Warnings on 64 bit Windows.
Solution: Add type casts. (Mike Williams)
2013-11-02 23:59:35 +01:00
Bram Moolenaar
d162e25971
Added tag v7-4-057 for changeset 3109053ce4e3
2013-11-02 23:29:26 +01:00
Bram Moolenaar
9e784a64f2
updated for version 7.4.057
...
Problem: byteidx() does not work for composing characters.
Solution: Add byteidxcomp().
2013-11-02 23:29:26 +01:00
Bram Moolenaar
067b89de5a
Added tag v7-4-056 for changeset 8d83c219fc7b
2013-11-02 21:49:32 +01:00
Bram Moolenaar
ddd1489e56
updated for version 7.4.056
...
Problem: Mac: Compilation problem with OS X 10.9 Mavericks.
Solution: Include AvailabilityMacros.h when available. (Kazunobu Kuriyama)
2013-11-02 21:49:32 +01:00
Bram Moolenaar
8071e4cfd4
Added tag v7-4-055 for changeset 38a755adc580
2013-11-02 21:04:38 +01:00
Bram Moolenaar
d24a499038
updated for version 7.4.055
...
Problem: Mac: Where availability macros are defined depends on the system.
Solution: Add a configure check. (Felix Bünemann)
2013-11-02 21:04:38 +01:00
Bram Moolenaar
fb4a6d8165
Added tag v7-4-054 for changeset 7b760cda2bbf
2013-11-02 04:39:39 +01:00
Bram Moolenaar
99958cb8a9
updated for version 7.4.054
...
Problem: Reading past end of the 'stl' string.
Solution: Don't increment pointer when already at the NUL. (Christian
Brabandt)
2013-11-02 04:39:38 +01:00
Bram Moolenaar
1242a35c71
Added tag v7-4-053 for changeset 733193bf24c3
2013-11-02 04:19:34 +01:00
Bram Moolenaar
6fc6eba1da
updated for version 7.4.053
...
Problem: Test75 has a wrong header. (ZyX)
Solution: Fix the text and remove leading ".
2013-11-02 04:19:34 +01:00
Felix Bünemann
fc64ef523f
Only pull in AvailabilityMacros.h when necessary
2013-10-26 20:56:20 +02:00
Bjorn Winckler
8041d3a33e
Stop using 10.9 deprecated CGContext function
2013-10-26 19:20:34 +02:00
Bjorn Winckler
18c7318124
Snapshot 72
2013-10-25 20:07:35 +02:00
Bjorn Winckler
2f0cd84c94
Avoid warning if HAVE_DUP is redefined
2013-10-25 19:09:37 +02:00
Bjorn Winckler
0f39305e52
Avoid directly calling objc runtime functions in C
...
By managing autorelease pools in objc code we avoid warnings on OS X
10.9 and it is also safer than calling objc runtime functions from C.
2013-10-25 18:46:09 +02:00
John Szakmeister
bc25430228
Fix getfontname()
...
getfontname() would incorrectly return strings of the form
"FONTNAME:SIZE", when it should be returning strings of the form
"FONTNAME:hSIZE"--notice the "h" in the last form.
To fix this, we change the internal representation of the font name and
size to include the "h", and peel it off when actually setting the font.
2013-10-11 20:33:18 +02:00
Felix Bünemann
b91903e9bf
Fix 10.9 Ruby.framework detection/compilation
...
Mac OS X Mavericks ships with Ruby.framework 2.0 which requires some
fixes to enable proper header inclusion and version defines.
2013-10-09 23:14:34 +02:00
Bjorn Winckler
df7b6fb380
Always pull in AvailabilityMacros.h
...
This fixes a compilation problem on OS X 10.9. Patch by
@felixbuenemann.
2013-10-07 18:22:34 +02:00
Bjorn Winckler
655e0a80b3
Merge branch 'vim'
2013-10-06 21:11:56 +02:00
Bram Moolenaar
a7aeaef65e
Added tag v7-4-052 for changeset b9c1c1f4cda9
2013-10-06 17:46:56 +02:00
Bram Moolenaar
30dff84021
updated for version 7.4.052
...
Problem: With 'fo' set to "a2" inserting a space in the first column may
cause the cursor to jump to the previous line.
Solution: Handle the case when there is no comment leader properly. (Tor
Perkins) Also fix that cursor is in the wrong place when spaces
get replaced with a Tab.
2013-10-06 17:46:56 +02:00
Bram Moolenaar
f18be56366
Added tag v7-4-051 for changeset e7a2f217a385
2013-10-06 15:46:11 +02:00
Bram Moolenaar
adcdbb690f
updated for version 7.4.051
...
Problem: Syntax highlighting a Yaml file causes a crash. (Blake Preston)
Solution: Copy the pim structure before calling addstate() to avoid it
becoming invalide when the state list is reallocated.
2013-10-06 15:46:11 +02:00
Bram Moolenaar
3c85f00311
Runtime file updates.
2013-10-06 14:22:40 +02:00
Bjorn Winckler
ce0bd683e3
Merge branch 'vim'
...
Conflicts:
src/auto/configure
2013-10-06 13:23:28 +02:00
Bram Moolenaar
7ea9af9b10
Added tag v7-4-050 for changeset eb33cadafcab
2013-10-02 21:55:02 +02:00
Bram Moolenaar
f3d6f0b01e
updated for version 7.4.050
...
Problem: "gn" selects too much for the pattern "\d" when there are two
lines with a single digit. (Ryan Carney)
Solution: Adjust the logic of is_one_char(). (Christian Brabandt)
2013-10-02 21:55:02 +02:00
Bram Moolenaar
4b5a527d4a
Added tag v7-4-049 for changeset 15c1b8a20da6
2013-10-02 18:43:06 +02:00
Bram Moolenaar
4046505847
updated for version 7.4.049
...
Problem: In Ex mode, when line numbers are enabled the substitute prompt is
wrong.
Solution: Adjust for the line number size. (Benoit Pierre)
2013-10-02 18:43:06 +02:00
Bram Moolenaar
cc1a55e6c4
Added tag v7-4-048 for changeset 31c9acfeda8f
2013-10-02 18:23:07 +02:00
Bram Moolenaar
a53dd3c690
updated for version 7.4.048
...
Problem: Recent clang version complains about -fno-strength-reduce.
Solution: Add a configure check for the clang version. (Kazunobu Kuriyama)
2013-10-02 18:23:07 +02:00
Bram Moolenaar
68f317fa38
Added tag v7-4-047 for changeset c21b2f52f1dd
2013-10-02 16:46:29 +02:00
Bram Moolenaar
b62988d05c
updated for version 7.4.047
...
Problem: When using input() in a function invoked by a mapping it doesn't
work.
Solution: Temporarily reset ex_normal_busy. (Yasuhiro Matsumoto)
2013-10-02 16:46:28 +02:00
Bram Moolenaar
e641c8f6ed
Added tag v7-4-046 for changeset 68056d414f09
2013-10-02 14:25:44 +02:00
Bram Moolenaar
51efe86365
updated for version 7.4.046
...
Problem: Can't use Tcl 8.6.
Solution: Change how Tcl_FindExecutable is called. (Jan Nijtmans)
2013-10-02 14:25:44 +02:00
Bram Moolenaar
c71290698d
Added tag v7-4-045 for changeset 8ced827b2e8b
2013-09-29 21:11:05 +02:00
Bram Moolenaar
a21c226f09
updated for version 7.4.045
...
Problem: substitute() does not work properly when the pattern starts with
"\ze".
Solution: Detect an empty match. (Christian Brabandt)
2013-09-29 21:11:05 +02:00
Bram Moolenaar
b8eb72ca27
Added tag v7-4-044 for changeset c0e3990aed3f
2013-09-29 19:05:21 +02:00
Bram Moolenaar
d0acf65cbe
updated for version 7.4.044
...
Problem: Can't build with old MSVC. (Wang Shoulin)
Solution: Define OPEN_OH_ARGTYPE instead of using intptr_t directly.
2013-09-29 19:05:21 +02:00
Bram Moolenaar
99331b8131
Added tag v7-4-043 for changeset 6d11572e2c8b
2013-09-29 16:27:47 +02:00
Bram Moolenaar
572449b0e6
updated for version 7.4.043
...
Problem: VMS can't handle long function names.
Solution: Shorten may_req_ambiguous_character_width. (Samuel Ferencik)
2013-09-29 16:27:47 +02:00
Bram Moolenaar
a3131d5010
Added tag v7-4-042 for changeset 70915ede509a
2013-09-29 13:38:29 +02:00
Bram Moolenaar
877a51db85
updated for version 7.4.042
...
Problem: When using ":setlocal" for 'spell' and 'spellang' then :spelldump
doesn't work. (Dimitar Dimitrov)
Solution: Copy the option variables to the new window used to show the dump.
(Christian Brabandt)
2013-09-29 13:38:29 +02:00
Bram Moolenaar
53aae0317e
Added tag v7-4-041 for changeset 408f2a1a953f
2013-09-25 23:24:58 +02:00
Bram Moolenaar
9b49ab377a
updated for version 7.4.041
...
Problem: Visual selection does not remain after being copied over. (Axel
Bender)
Solution: Move when VIsual_active is reset. (Christian Brabandt)
2013-09-25 23:24:57 +02:00
Bram Moolenaar
8c46de8ae3
Added tag v7-4-040 for changeset 8336fd924e05
2013-09-25 21:00:28 +02:00
Bram Moolenaar
93073ac9cf
updated for version 7.4.040
...
Problem: Valgrind error on exit when a script-local variable holds a
reference to the scope of another script.
Solution: First clear all variables, then free the scopes. (ZyX)
2013-09-25 21:00:28 +02:00
Bram Moolenaar
45e8b16450
Added tag v7-4-039 for changeset 4dfba3df303c
2013-09-25 19:13:39 +02:00
Bram Moolenaar
189d751995
updated for version 7.4.039
...
Problem: MS-Windows: MSCV10 and earlier can't handle symlinks to a
directory properly.
Solution: Add stat_symlink_aware() and wstat_symlink_aware(). (Ken Takata)
2013-09-25 19:13:38 +02:00
Bram Moolenaar
a03c3d608b
Added tag v7-4-038 for changeset 6daa78b6b99a
2013-09-25 18:54:24 +02:00
Bram Moolenaar
fd80524752
updated for version 7.4.038
...
Problem: Using "zw" and "zg" when 'spell' is off give a confusing error
message. (Gary Johnson)
Solution: Ignore the error when locating the word. Explicitly mention what
word was added. (Christian Brabandt)
2013-09-25 18:54:24 +02:00
Bram Moolenaar
c2cd21ca76
Added tag v7-4-037 for changeset c3d379c2a115
2013-09-25 18:16:38 +02:00
Bram Moolenaar
b1b90f0bcf
updated for version 7.4.037
...
Problem: Using "\ze" in a sub-pattern does not result in the end of the
match to be set. (Axel Bender)
Solution: Copy the end of match position when a recursive match was
successful.
2013-09-25 18:16:38 +02:00
Bram Moolenaar
a162bc2b1e
Added tag v7-4-036 for changeset 90e2f0729a0d
2013-09-25 16:41:55 +02:00
Bram Moolenaar
30f4c35c09
updated for version 7.4.036
...
Problem: NFA engine does not capture group correctly when using \@>. (ZyX)
Solution: Copy submatches before doing the recursive match.
2013-09-25 16:41:54 +02:00
Bram Moolenaar
1d8eccce84
Fix problem with 'iskeyword' in CSS syntax.
2013-09-24 23:30:38 +02:00
Bjorn Winckler
3f6a4d7b84
Merge branch 'vim'
2013-09-23 12:19:49 +02:00
Bram Moolenaar
9c77e9b382
Added tag v7-4-035 for changeset 5481f188dcbb
2013-09-22 15:43:37 +02:00
Bram Moolenaar
6c7a282e1e
updated for version 7.4.035
...
Problem: MS-Windows: The mouse pointer flickers when going from command
line mode to Normal mode.
Solution: Check for WM_NCMOUSEMOVE. (Ken Takata)
2013-09-22 15:43:37 +02:00
Bram Moolenaar
6c8e827b1a
Added tag v7-4-034 for changeset 22dfcd1494e4
2013-09-22 15:23:44 +02:00
Bram Moolenaar
9b8c8f5a91
updated for version 7.4.034
...
Problem: Using "p" in Visual block mode only changes the first line.
Solution: Repeat the put in all text in the block. (Christian Brabandt)
2013-09-22 15:23:44 +02:00
Bram Moolenaar
ac1c59e0c7
Added tag v7-4-033 for changeset 91f6a28e010d
2013-09-22 15:03:38 +02:00
Bram Moolenaar
8f926bf089
updated for version 7.4.033
...
Problem: When the terminal has only 20 lines test 92 and 93 overwrite the
input file.
Solution: Explicitly write test.out. Check that the terminal is large enough
to run the tests. (Hirohito Higashi)
2013-09-22 15:03:38 +02:00
Bram Moolenaar
c2ec86c1f8
Update runtime files. Add support for J.
2013-09-22 14:42:24 +02:00
Bram Moolenaar
64bb77db2b
Added tag v7-4-032 for changeset 71e92a1cb37d
2013-09-22 13:57:25 +02:00
Bram Moolenaar
91d67154c4
updated for version 7.4.032
...
Problem: NFA engine does not match the NUL character. (Jonathon Merz)
Solution: Ues 0x0a instead of NUL. (Christian Brabandt)
2013-09-22 13:57:24 +02:00
Bjorn Winckler
6be3e4dbdf
Merge branch 'vim'
2013-09-21 17:09:50 +02:00
Bram Moolenaar
c99b78c60e
Added tag v7-4-031 for changeset b21b5dcdca21
2013-09-20 20:13:53 +02:00
Bram Moolenaar
d3b738cb51
updated for version 7.4.031
...
Problem: ":diffoff!" resets options even when 'diff' is not set. (Charles
Cooper)
Solution: Only resets related options in a window where 'diff' is set.
2013-09-20 20:13:53 +02:00
Bram Moolenaar
9f10b732e4
Added tag v7-4-030 for changeset 0978e99043d2
2013-09-19 20:49:04 +02:00
Bram Moolenaar
bfe9b1146a
updated for version 7.4.030
...
Problem: The -mno-cygwin argument is no longer supported by Cygwin.
Solution: Remove the arguments. (Steve Hall)
2013-09-19 20:49:04 +02:00
Bram Moolenaar
2a05336d23
Add files missing from 7.4.028.
2013-09-19 17:04:30 +02:00
Bram Moolenaar
0b0173ffb8
Added tag v7-4-029 for changeset 2d3fbc68b3a8
2013-09-19 17:04:01 +02:00
Bram Moolenaar
facd368a90
updated for version 7.4.029
...
Problem: An error in a pattern is reported twice.
Solution: Remove the retry with the backtracking engine, it won't work.
2013-09-19 17:04:01 +02:00
Bram Moolenaar
98735fccb3
Added tag v7-4-028 for changeset 923738744a60
2013-09-19 17:00:20 +02:00
Bram Moolenaar
1c208b5f8c
updated for version 7.4.028
...
Problem: Equivalence classes are not working for multi-byte characters.
Solution: Copy the rules from the old to the new regexp engine. Add a test
to check both engines.
2013-09-19 17:00:20 +02:00
Bjorn Winckler
90a2abe6f7
Merge branch 'vim'
2013-09-16 09:19:14 +02:00
Bram Moolenaar
835cc6e85d
Added tag v7-4-027 for changeset 73cc7272de5e
2013-09-08 20:00:48 +02:00
Bram Moolenaar
be9645d627
updated for version 7.4.027
...
Problem: Another valgrind error when using CTRL-X CTRL-F at the start of
the line. (Dominique Pelle)
Solution: Don't call mb_ptr_back() at the start of the line. Add a test.
2013-09-08 20:00:48 +02:00
Bram Moolenaar
155cd7fb26
Added tag v7-4-026 for changeset 6bbb2ae990c9
2013-09-08 16:07:07 +02:00
Bram Moolenaar
b8ccd38208
updated for version 7.4.026
...
Problem: Clang warning for int shift overflow.
Solution: Use unsigned and cast back to int. (Dominique Pelle)
2013-09-08 16:07:07 +02:00
Bram Moolenaar
54ddb4bff3
Added tag v7-4-025 for changeset 9085d32d7424
2013-09-08 16:03:46 +02:00
Bram Moolenaar
76948c26ec
updated for version 7.4.025
...
Problem: Reading before start of a string.
Solution: Do not call mb_ptr_back() at start of a string. (Dominique Pelle)
2013-09-08 16:03:45 +02:00
Bram Moolenaar
6e7b06d73f
Added tag v7-4-024 for changeset 00d61a47df66
2013-09-08 15:40:49 +02:00
Bram Moolenaar
f54552be5c
updated for version 7.4.024
...
Problem: When root edits a file the undo file is owned by root while the
edited file may be owned by another user, which is not allowed.
(cac2s)
Solution: Accept an undo file owned by the current user.
2013-09-08 15:40:49 +02:00
Bram Moolenaar
bd42891612
Added tag v7-4-023 for changeset 09361f13580b
2013-09-07 16:35:42 +02:00
Bram Moolenaar
dc55da4915
updated for version 7.4.023
...
Problem: Compiler warning on 64 bit windows.
Solution: Add type cast. (Mike Williams)
2013-09-07 16:35:42 +02:00
Bjorn Winckler
04f77a4338
Snapshot 71
2013-09-06 18:00:40 +02:00
Bjorn Winckler
7574495bfe
Merge branch 'vim'
2013-09-06 17:53:04 +02:00
Björn Winckler
0f3e96b8c5
Merge pull request #33 from Sidnicious/patch-1
...
Don't double-encode URLs before parsing them
2013-09-06 08:19:24 -07:00
Björn Winckler
52f4da8fe0
Merge pull request #34 from bdesham/patch-1
...
Use “noremap” in system gvimrc
2013-09-06 08:13:47 -07:00
Bram Moolenaar
9416bca31b
Updated runtime files.
2013-09-05 22:13:31 +02:00
Bram Moolenaar
25bd5e53f4
Added tag v7-4-022 for changeset 965044860b7f
2013-09-05 21:41:40 +02:00
Bram Moolenaar
842c4dd447
updated for version 7.4.022
...
Problem: Deadlock while exiting, because of allocating memory.
Solution: Do not use gettext() in deathtrap(). (James McCoy)
2013-09-05 21:41:39 +02:00
Bram Moolenaar
c33239dbbb
Added tag v7-4-021 for changeset c514693882b9
2013-09-05 21:15:44 +02:00
Bram Moolenaar
ac58a6bcd4
updated for version 7.4.021
...
Problem: NFA regexp: Using \ze in one branch which doesn't match may cause
end of another branch to be wrong. (William Fugh)
Solution: Set end position if it wasn't set yet.
2013-09-05 21:15:44 +02:00
Benjamin Esham
010635f861
Use “noremap” for all other mappings too
2013-09-05 14:47:33 -04:00
Benjamin Esham
c972338008
Use “inoremap” for <M-BS> and <D-BS>
...
As a Mac user I’m used to using Option-Delete to delete to the beginning of the previous word; MacVim sets up this behavior with its gvimrc. But I also like to use Control-W to delete to the beginning of the line. This change makes it possible for these two mappings to coexist without a problem.
2013-09-05 11:51:59 -04:00
Bram Moolenaar
e14e2bd1fe
Added tag v7-4-020 for changeset c1ae5baa41f4
2013-09-05 16:05:36 +02:00
Bram Moolenaar
4fafaa8b36
updated for version 7.4.020
...
Problem: NFA engine matches too much with \@>. (John McGowan)
Solution: When a whole pattern match is found stop searching.
2013-09-05 16:05:36 +02:00
Bram Moolenaar
1af6c83e0a
Added tag v7-4-019 for changeset d5eb32dc231c
2013-09-05 13:50:53 +02:00
Bram Moolenaar
8e2a162bf8
updated for version 7.4.019
...
Problem: MS-Windows: File name completion doesn't work properly with
Chinese characters. (Yue Wu)
Solution: Take care of multi-byte characters when looking for the start of
the file name. (Ken Takata)
2013-09-05 13:50:53 +02:00
Bram Moolenaar
9297019ba6
Added tag v7-4-018 for changeset 460d5be9395e
2013-09-05 12:49:52 +02:00
Bram Moolenaar
777ae8ac47
updated for version 7.4.018
...
Problem: When completing item becomes unselected. (Shougo Matsu)
Solution: Revert patch 7.3.1269.
2013-09-05 12:49:52 +02:00
Bram Moolenaar
2a951b7156
Added tag v7-4-017 for changeset c47c8cd5fe5c
2013-09-05 12:06:33 +02:00
Bram Moolenaar
4a96bd0f33
updated for version 7.4.017
...
Problem: ":help !!" does not find the "!!" tag in the help file. (Ben
Fritz)
Solution: When reading the start of the tags file do parse lines that are
not header lines.
2013-09-05 12:06:33 +02:00
Bjorn Winckler
c5c6bebf10
Merge branch 'vim'
2013-09-01 12:11:52 +02:00
Bram Moolenaar
3fd86dc03a
Added tag v7-4-016 for changeset 8d5cd0ec3e71
2013-08-30 17:29:16 +02:00
Bram Moolenaar
4ff15ba7b6
updated for version 7.4.016
...
Problem: MS-Windows: File name completion doesn't work properly with
Chinese characters. (Yue Wu)
Solution: Add fname_casew(). (Ken Takata)
2013-08-30 17:29:16 +02:00
Bram Moolenaar
abfb2163cb
Added tag v7-4-015 for changeset a7478f9f2551
2013-08-30 17:11:33 +02:00
Bram Moolenaar
aa8c48fe55
updated for version 7.4.015
...
Problem: MS-Windows: Detecting node type does not work for multi-byte
characters.
Solution: Use wide character function when needed. (Ken Takata)
2013-08-30 17:11:33 +02:00
Bram Moolenaar
a573223877
Added tag v7-4-014 for changeset 9801d06e7b4c
2013-08-30 17:07:02 +02:00
Bram Moolenaar
c643a48c39
updated for version 7.4.014
...
Problem: MS-Windows: check for writing to device does not work.
Solution: Fix #ifdefs. (Ken Takata)
2013-08-30 17:07:01 +02:00
Bram Moolenaar
5dcb84635f
Added tag v7-4-013 for changeset 07737d3aa817
2013-08-30 16:51:19 +02:00
Bram Moolenaar
be17bc2cc2
updated for version 7.4.013
...
Problem: File name buffer too small for utf-8.
Solution: Use character count instead of byte count. (Ken Takata)
2013-08-30 16:51:18 +02:00
Bram Moolenaar
d7d89c9cad
Added tag v7-4-012 for changeset 8e28c23e482c
2013-08-30 16:44:19 +02:00
Bram Moolenaar
554e2eab32
updated for version 7.4.012
...
Problem: MS-Windows: resolving shortcut does not work properly with
multi-byte characters.
Solution: Use wide system functions. (Ken Takata)
2013-08-30 16:44:19 +02:00
Bram Moolenaar
9eb60f358e
Added tag v7-4-011 for changeset 54e66395831c
2013-08-30 16:35:45 +02:00
Bram Moolenaar
cabbc20d87
updated for version 7.4.011
...
Problem: Cannot find out if "acl" and "xpm" features are supported.
Solution: Add "acl" and "xpm" to the list of features. (Ken Takata)
2013-08-30 16:35:44 +02:00
Bram Moolenaar
581b7aaaf9
Added tag v7-4-010 for changeset bb358cc41d92
2013-08-30 16:00:09 +02:00
Bram Moolenaar
35a70f5453
updated for version 7.4.010
...
Problem: Crash with invalid argument to mkdir().
Solution: Check for empty string. (lcd47)
2013-08-30 16:00:08 +02:00
Bram Moolenaar
3283d2bbe4
Added tag v7-4-009 for changeset 8b5d80861c5e
2013-08-25 17:46:08 +02:00
Bram Moolenaar
cbeea0f01b
updated for version 7.4.009
...
Problem: When a file was not decrypted (yet), writing it may destroy the
contents.
Solution: Mark the file as readonly until decryption was done. (Christian
Brabandt)
2013-08-25 17:46:08 +02:00
Bram Moolenaar
335193bd5a
Added tag v7-4-008 for changeset b04bdb2c5fce
2013-08-25 17:01:42 +02:00
Bram Moolenaar
0d8dfc45e3
updated for version 7.4.008
...
Problem: New regexp engine can't be interrupted.
Solution: Check for CTRL-C pressed. (Yasuhiro Matsumoto)
2013-08-25 17:01:42 +02:00
Bjorn Winckler
6e441ac7a6
Merge branch 'vim'
2013-08-23 14:43:18 +02:00
Bram Moolenaar
320b379bb2
Added tag v7-4-007 for changeset 4fe1dfc7014e
2013-08-22 14:14:27 +02:00
Bram Moolenaar
56f7bc13ff
updated for version 7.4.007
...
Problem: Creating a preview window on startup leaves the screen layout in a
messed up state. (Marius Gedminas)
Solution: Don't change firstwin. (Christian Brabandt)
2013-08-22 14:14:27 +02:00
Bram Moolenaar
d2935a0ed5
Added tag v7-4-006 for changeset 2374a05efe20
2013-08-22 12:06:56 +02:00
Bram Moolenaar
967d2256bc
updated for version 7.4.006
...
Problem: mkdir("foo/bar/", "p") gives an error message. (David Barnett)
Solution: Remove the trailing slash. (lcd)
2013-08-22 12:06:55 +02:00
Bram Moolenaar
b062f605aa
Added tag v7-4-005 for changeset 3640cf4c0d4b
2013-08-14 17:45:29 +02:00
Bram Moolenaar
bb1064ee26
updated for version 7.4.005
...
Problem: Using "vaB" while 'virtualedit' is set selects the wrong area.
(Dimitar Dimitrov)
Solution: Reset coladd when finding a match.
2013-08-14 17:45:29 +02:00
Bram Moolenaar
de6127d9b4
Added tag v7-4-004 for changeset f6247eaf4e1d
2013-08-14 17:11:20 +02:00
Bram Moolenaar
aedeb427ba
updated for version 7.4.004
...
Problem: When closing a window fails ":bwipe" may hang.
Solution: Let win_close() return FAIL and break out of the loop.
2013-08-14 17:11:20 +02:00
Bram Moolenaar
00534f3d3f
Added tag v7-4-003 for changeset 560a6a232950
2013-08-14 14:18:41 +02:00
Bram Moolenaar
d14db7f619
updated for version 7.4.003
...
Problem: Memory access error in Ruby syntax highlighting. (Christopher Chow)
Solution: Refresh stale pointer. (James McCoy)
2013-08-14 14:18:40 +02:00
Bram Moolenaar
c49e96b843
Added tag v7-4-002 for changeset e29f11399cce
2013-08-14 13:34:25 +02:00
Bram Moolenaar
308f3c53c5
updated for version 7.4.002
...
Problem: Pattern with two alternative look-behind matches does not match.
(Amadeus Demarzi)
Solution: When comparing PIMs also compare their state ID to see if they are
different.
2013-08-14 13:34:25 +02:00
Bram Moolenaar
d3e0994de9
Added tag v7-4-001 for changeset 3e9107b86b68
2013-08-14 12:06:49 +02:00
Bram Moolenaar
960c71130d
updated for version 7.4.001
...
Problem: Character classes such as [a-z] to not react to 'ignorecase'.
Breaks man page highlighting. (Mario Grgic)
Solution: Add separate items for classes that react to 'ignorecase'. Clean
up logic handling character classes. Add more tests.
2013-08-14 12:06:49 +02:00
Bjorn Winckler
82d0ade18e
Snapshot 70 - Vim 7.4
2013-08-10 16:09:20 +02:00
Bjorn Winckler
cdefab4132
Bump help file version
2013-08-10 16:00:02 +02:00
Bjorn Winckler
5d200bad14
Merge branch 'vim'
...
Conflicts:
src/auto/configure
2013-08-10 15:58:51 +02:00
Bram Moolenaar
4fa00837ec
Added tag v7-4 for changeset 359743c1f59a
2013-08-10 15:00:24 +02:00
Bram Moolenaar
2c3a8e8add
release version 7.4
2013-08-10 15:00:24 +02:00
Bram Moolenaar
2ca1e783ed
Added tag v7-4b-022 for changeset d5d6b78cff09
2013-08-10 12:45:09 +02:00
Bram Moolenaar
6e74b81a93
updated for version 7.4b.022
...
Problem: Not waiting for a character when the tick count overflows.
Solution: Subtract the unsigned numbers and cast to int. (Ken Takata)
2013-08-10 12:45:09 +02:00
Bram Moolenaar
ff631f9134
Added tag v7-4b-021 for changeset 059c8a4b103f
2013-08-09 20:38:26 +02:00
Bram Moolenaar
1a5b043673
updated for version 7.4b.021
...
Problem: Pressing "u" after an external command results in multiple
press-enter messages. (glts)
Solution: Don't call hit_return_msg() when we have K_IGNORE. (Christian
Brabandt)
2013-08-09 20:38:26 +02:00
Bram Moolenaar
7d9bed94a5
Added tag v7-4b-020 for changeset 46cf49cc9289
2013-08-09 19:48:40 +02:00
Bram Moolenaar
bebd20b64e
updated for version 7.4b.020
...
Problem: "g~ap" changes first character of next paragraph. (Manuel Ortega)
Solution: Avoid subtracting (0 - 1) from todo. (Mike Williams)
2013-08-09 19:48:40 +02:00
Bram Moolenaar
df4a817e85
Added tag v7-4b-019 for changeset 74a211a0d3a3
2013-08-07 21:13:23 +02:00
Bram Moolenaar
fb7c0a9a7c
updated for version 7.4b.019
...
Problem: Tabline is not updated properly when closing a tab on Win32.
Solution: Only reduce flickering when adding a tab. (Ken Takata)
2013-08-07 21:13:23 +02:00
Bram Moolenaar
8ef73e8ed9
Added tag v7-4b-018 for changeset 7ed1ec814daf
2013-08-07 15:27:11 +02:00
Bram Moolenaar
52eeb74826
updated for version 7.4b.018
...
Problem: Win32: Dialog can still be too big.
Solution: Move the check for height further down. (Andrei Olsen)
2013-08-07 15:27:11 +02:00
Bram Moolenaar
aa9918ac28
Added tag v7-4b-017 for changeset 8c42772f0543
2013-08-07 15:24:41 +02:00
Bram Moolenaar
bb4164736c
updated for version 7.4b.017
...
Problem: ":he \^x" gives a strange error message. (glts)
Solution: Do not translate \^x to \_CTRL-x.
2013-08-07 15:24:41 +02:00
Bram Moolenaar
3bc0049dc7
Added tag v7-4b-016 for changeset ba37e955913e
2013-08-07 15:22:23 +02:00
Bram Moolenaar
3e1dbac74d
updated for version 7.4b.016
...
Problem: Ruby detection fails on Fedora 19.
Solution: Use one way to get the Ruby version. (Michael Henry)
2013-08-07 15:22:23 +02:00
Bram Moolenaar
edf65f5e87
Added tag v7-4b-015 for changeset d96f16667cc4
2013-08-05 22:02:20 +02:00
Bram Moolenaar
2b05ed198d
updated for version 7.4b.015
...
Problem: Can't compile without the 'acd' feature.
Solution: Add #ifdefs. (Kazunobu Kuriyama)
2013-08-05 22:02:20 +02:00
Bram Moolenaar
d2d246e2bb
Update runtime files.
2013-08-03 18:35:36 +02:00
Bjorn Winckler
864d43f798
Bump CFBundleShortVersionString
2013-08-03 17:43:37 +02:00
Bram Moolenaar
e3305109b8
Added tag v7-4b-014 for changeset 3ddec3d25bd1
2013-08-03 17:31:29 +02:00
Bram Moolenaar
25324eb475
updated for version 7.4b.014
...
Problem: Stupid mistake.
Solution: Changle "len" to "i".
2013-08-03 17:31:28 +02:00
Bram Moolenaar
9ee941fc99
Added tag v7-4b-013 for changeset 1ed6fd19c360
2013-08-03 17:21:26 +02:00
Bram Moolenaar
ccbbaf6ea1
updated for version 7.4b.013
...
Problem: Install dir for JP man pages is wrong.
Solution: Remove ".UTF-8" from the directory name. (Ken Takata)
2013-08-03 17:21:26 +02:00
Bram Moolenaar
6279534165
Added tag v7-4b-012 for changeset 25f67b62afd8
2013-08-03 14:10:50 +02:00
Bram Moolenaar
5715f2509e
updated for version 7.4b.012
...
Problem: Output from a shell command is truncated at a NUL. (lcd 47)
Solution: Change every NUL into an SOH.
2013-08-03 14:10:50 +02:00
Bram Moolenaar
ee969eb31b
Added tag v7-4b-011 for changeset 7d1f89b27103
2013-08-03 13:41:16 +02:00
Bram Moolenaar
5032724487
updated for version 7.4b.011
...
Problem: ":he \%(\)" does not work. (ZyX)
Solution: Add an exception to the list.
2013-08-03 13:41:15 +02:00
Bram Moolenaar
0c999186b4
Added tag v7-4b-010 for changeset 585b623a1aa3
2013-08-02 20:05:33 +02:00
Bram Moolenaar
f447a82aba
updated for version 7.4b.010
...
Problem: Win32: Tcl library load does not use standard mechanism.
Solution: Call vimLoadLib() instead of LoadLibraryEx(). (Ken Takata)
2013-08-02 20:05:32 +02:00
Bram Moolenaar
6c35f58479
Added tag v7-4b-009 for changeset cd971e951b06
2013-08-02 17:22:23 +02:00
Bram Moolenaar
b55a951a8a
updated for version 7.4b.009
...
Problem: When setting the Visual area manually and 'selection' is
exclusive, a yank includes one character too much. (Ingo Karkat)
Solution: Default the Visual operation to "v". (Christian Brabandt)
2013-08-02 17:22:23 +02:00
Bram Moolenaar
aad33fe336
Added tag v7-4b-008 for changeset 3059c799fcd9
2013-08-02 17:08:13 +02:00
Bram Moolenaar
5d96270ba8
updated for version 7.4b.008
...
Problem: 'autochdir' causes setbufvar() to change the current directory.
(Ben Fritz)
Solution: When disabling autocommands also reset 'acd' temporarily.
(Christian Brabandt)
2013-08-02 17:08:13 +02:00
Bram Moolenaar
1150d04e90
Added tag v7-4b-007 for changeset b882d4b14e00
2013-08-02 16:10:33 +02:00
Bram Moolenaar
b06e171453
updated for version 7.4b.007
...
Problem: On 32 bit MS-Windows :perldo does not work.
Solution: Make sure time_t uses 32 bits. (Ken Takata)
2013-08-02 16:10:32 +02:00
Bram Moolenaar
9ff3afcdb8
Added tag v7-4b-006 for changeset 6b7ab6a4f31a
2013-08-02 15:22:39 +02:00
Bram Moolenaar
e410838923
updated for version 7.4b.006
...
Problem: Using \{n,m} in an autocommand pattern no longer works.
Specifically, mutt temp files are not recognized. (Gary Johnson)
Solution: Make \\\{n,m\} work.
2013-08-02 15:22:39 +02:00
Bram Moolenaar
f8fc53a289
Added tag v7-4b-005 for changeset e63e4b4be923
2013-08-02 14:15:13 +02:00
Bram Moolenaar
daec6c0cd5
updated for version 7.4b.005
...
Problem: Finding %s in shellpipe and shellredir does not ignore %%s.
Solution: Skip over %%. (lcd 47)
2013-08-02 14:15:13 +02:00
Bram Moolenaar
57f392c4ee
Added tag v7-4b-004 for changeset 3c6e2b89875f
2013-08-01 18:38:26 +02:00
Bram Moolenaar
8f7a622d69
updated for version 7.4b.004
...
Problem: Regexp crash on pattern "@\%[\w\-]*". (Axel Kielhorn)
Solution: Add \%(\) around \%[] internally.
2013-08-01 18:38:26 +02:00
Bram Moolenaar
1d29171187
Added tag v7-4b-003 for changeset ea876fe91483
2013-08-01 16:21:34 +02:00
Bram Moolenaar
f2f2d2619a
updated for version 7.4b.003
...
Problem: Regexp code is not nicely aligned.
Solution: Adjust white space. (Ken Takata)
2013-08-01 16:21:34 +02:00
Bram Moolenaar
02d8422437
Added tag v7-4b-002 for changeset 2e63b6c763f7
2013-08-01 15:45:52 +02:00
Bram Moolenaar
1f12ab2fb2
updated for version 7.4b.002
...
Problem: Crash searching for \%(\%(\|\d\|-\|\.\)*\|\*\). (Marcin
Szamotulski) Also for \(\)*.
Solution: Do add a state for opening parenthesis, so that we can check if it
was added before at the same position.
2013-08-01 15:45:52 +02:00
Bram Moolenaar
54b031881a
Added tag v7-4b-001 for changeset 47a09a572ea6
2013-08-01 13:20:42 +02:00
Bram Moolenaar
1506b99280
updated for version 7.4b.001
...
Problem: Win32: dialog may extend off-screen.
Solution: Reduce the size, use correct borders. (Andrei Olsen)
2013-08-01 13:20:42 +02:00
Bjorn Winckler
9f71585be0
Snapshot 69
2013-07-28 21:41:29 +02:00
Bjorn Winckler
9f8bec3789
Bump help file version number
2013-07-28 21:38:21 +02:00
Bjorn Winckler
9fc84fb9b0
Merge branch 'vim'
...
Conflicts:
src/auto/configure
2013-07-28 21:34:18 +02:00
Bram Moolenaar
1619625a7d
Added tag v7-4b-000 for changeset 09c88160095d
2013-07-28 18:29:29 +02:00
Bram Moolenaar
180f145c71
Update files for the 7.4b BETA release.
2013-07-28 18:29:08 +02:00
Bram Moolenaar
d33bb9e7a8
Added tag v7-4a-047 for changeset 8c6615a30951
2013-07-28 16:03:06 +02:00
Bram Moolenaar
454146e5b8
updated for version 7.4a.047
...
Problem: Some comments are not so nice.
Solution: Change the comments.
2013-07-28 16:03:06 +02:00
Bram Moolenaar
f36af01f77
Updated runtime files.
2013-07-28 16:02:18 +02:00
Bram Moolenaar
9c68c7333e
Added tag v7-4a-046 for changeset f0361e297d9c
2013-07-28 15:16:19 +02:00
Bram Moolenaar
0efd392a04
updated for version 7.4a.046
...
Problem: Can't build without mbyte feature.
Solution: Add #ifdefs.
2013-07-28 15:16:19 +02:00
Bram Moolenaar
c8d506f009
Added tag v7-4a-045 for changeset da95a7f1d5a8
2013-07-28 13:32:15 +02:00
Bram Moolenaar
dea2adb8bd
updated for version 7.4a.045
...
Problem: Configure does not always find the right library for Lua. Missing
support for LuaJit.
Solution: Improve the configure detection of Lua. (Hiroshi Shirosaki)
2013-07-28 13:32:15 +02:00
Bram Moolenaar
de295a645a
Updated runtime files.
2013-07-24 19:53:36 +02:00
Bram Moolenaar
663007ee3b
Added tag v7-4a-044 for changeset 647596ab1ae2
2013-07-24 17:51:57 +02:00
Bram Moolenaar
59ae2f368c
updated for version 7.4a.044
...
Problem: Test 96 sometimes fails.
Solution: Clear window from b_wininfo in win_free(). (Suggestion by
Yukihiro Nakadaira)
2013-07-24 17:51:57 +02:00
Bram Moolenaar
ebd82de153
Added tag v7-4a-043 for changeset 6fa64615c8d3
2013-07-24 17:11:46 +02:00
Bram Moolenaar
1edb000083
updated for version 7.4a.043
...
Problem: More ml_get errors when adding or deleting lines from Python.
(Vlad Irnov)
Solution: Switch to a window with the buffer when possible.
2013-07-24 17:11:46 +02:00
Bram Moolenaar
e4c8430903
Added tag v7-4a-042 for changeset 1899acc5aebd
2013-07-24 16:02:36 +02:00
Bram Moolenaar
9b719d912a
updated for version 7.4a.042
...
Problem: Crash when BufUnload autocommands close all buffers. (Andrew
Pimlott)
Solution: Set curwin->w_buffer to curbuf to avoid NULL.
2013-07-24 16:02:36 +02:00
Bram Moolenaar
6ec177bf3e
Added tag v7-4a-041 for changeset 74d2f3188cd0
2013-07-24 15:02:03 +02:00
Bram Moolenaar
09a14994f9
updated for version 7.4a.041
...
Problem: When using ":new ++ff=unix" and "dos" is first in 'fileformats'
then 'ff' is set to "dos" instead of "unix". (Ingo Karkat)
Solution: Create set_file_options() and invoke it from do_ecmd().
2013-07-24 15:02:03 +02:00
Bram Moolenaar
eee7444a30
Added tag v7-4a-040 for changeset 1261caf9bc51
2013-07-24 13:49:23 +02:00
Bram Moolenaar
9e0afd40c2
updated for version 7.4a.040
...
Problem: Win32: using uninitialized variable.
Solution: (Yukihiro Nakadaira)
2013-07-24 13:49:22 +02:00
Bram Moolenaar
272bfe442b
Added tag v7-4a-039 for changeset a08fa2919f2b
2013-07-21 18:59:24 +02:00
Bram Moolenaar
c98e1569c8
updated for version 7.4a.039
...
Problem: New regexp engine doesn't match pattern. (Ingo Karkat)
Solution: When adding a state also check for different PIM if the list of
states has any state with a PIM.
2013-07-21 18:59:24 +02:00
Bram Moolenaar
86ac298bb6
Added tag v7-4a-038 for changeset 8f983df0299f
2013-07-21 17:53:58 +02:00
Bram Moolenaar
a1f6a794ed
updated for version 7.4a.038
...
Problem: When using MSVC 2012 there are various issues, including GUI size
computations.
Solution: Use SM_CXPADDEDBORDER. (Mike Williams)
2013-07-21 17:53:58 +02:00
Bram Moolenaar
860ed1b493
Added tag v7-4a-037 for changeset 91d478da863e
2013-07-21 17:46:43 +02:00
Bram Moolenaar
5ed1538ece
updated for version 7.4a.037
...
Problem: Win32: When mouse is hidden and in the toolbar, moving it won't
make it appear. (Sami Salonen)
Solution: Add tabline_wndproc() and toolbar_wndproc(). (Ken Takata)
2013-07-21 17:46:43 +02:00
Bram Moolenaar
190033da61
Added tag v7-4a-036 for changeset 9982ec574beb
2013-07-21 17:06:00 +02:00
Bram Moolenaar
cc8aa03b00
updated for version 7.4a.036
...
Problem: "\p" in a regexp does not match double-width characters.
(Yukihiro Nakadaira)
Solution: Don't count display cells, use vim_isprintc().
2013-07-21 17:06:00 +02:00
Bjorn Winckler
606fa884da
Merge branch 'vim'
...
Conflicts:
src/auto/configure
2013-07-18 15:25:27 +02:00
Bram Moolenaar
0b55479659
Updated runtime files.
2013-07-17 22:37:26 +02:00
Bram Moolenaar
753cc613ea
Added tag v7-4a-035 for changeset 4ceacc1b0054
2013-07-17 22:35:39 +02:00
Bram Moolenaar
c21fd43e5b
updated for version 7.4a.035
...
Problem: Fix in patch 7.4a.032 is not tested.
Solution: Add test.
2013-07-17 22:35:39 +02:00
Bram Moolenaar
30a208aceb
Added tag v7-4a-034 for changeset 947edb6335d1
2013-07-17 21:59:14 +02:00
Bram Moolenaar
cd90767d62
updated for version 7.4a.034
...
Problem: The tabline may flicker when opening a new tab after 7.3.759 on
Win32.
Solution: Move call to TabCtrl_SetCurSel(). (Ken Takata)
2013-07-17 21:59:13 +02:00
Bram Moolenaar
d08f0a40ba
Added tag v7-4a-033 for changeset fa024ce48542
2013-07-17 21:40:31 +02:00
Bram Moolenaar
a4e29f382d
updated for version 7.4a.033
...
Problem: Test 98 always passes.
Solution: Include test98a.in in test98.in, execute the crucial command in
one line. (Yukihiro Nakadaira)
2013-07-17 21:40:31 +02:00
Bram Moolenaar
bb97b61ce0
Added tag v7-4a-032 for changeset 2741b46e96bf
2013-07-17 21:10:51 +02:00
Bram Moolenaar
15ce067c04
updated for version 7.4a.032
...
Problem: New regexp engine: Does not match shorter alternative. (Ingo
Karkat)
Solution: Do not drop a new state when the PIM info is different.
2013-07-17 21:10:51 +02:00
Sidney San Martín
fe5039c278
Don't double-encode URLs before parsing them
...
<https://code.google.com/p/macvim/issues/detail?id=316 > wasn't a bug.
When you're constructing a URL, you *should* end up escaping URL-unsafe
characters twice: once for the `file:` URL and once for the `mvim:` URL.
Escaping it inside MacVim breaks legit URLs with escapes at the `mvim:` level.
2013-07-17 14:26:49 -04:00
Bram Moolenaar
6def751ef3
Added tag v7-4a-031 for changeset 839ebe7c1b2f
2013-07-17 19:22:13 +02:00
Bram Moolenaar
8d0b12fb67
updated for version 7.4a.031
...
Problem: Compiler warnings. (Charles Campbell)
Solution: Initialize variables even when not needed.
2013-07-17 19:22:13 +02:00
Bram Moolenaar
3bebe7e7d4
Added tag v7-4a-030 for changeset bc4fb0317465
2013-07-17 19:12:57 +02:00
Bram Moolenaar
fb7ba5a7e3
updated for version 7.4a.030
...
Problem: Missing find_win_for_buf(). (toothpik)
Solution: Add missing changes.
2013-07-17 19:12:57 +02:00
Bram Moolenaar
7ef6893417
Added tag v7-4a-029 for changeset 2b58913e19a5
2013-07-17 18:58:11 +02:00
Bram Moolenaar
ee01b9231f
updated for version 7.4a.029
...
Problem: Can't build with MzScheme on Ubuntu 13.04.
Solution: Add configure check for the "ffi" library.
2013-07-17 18:58:11 +02:00
Bram Moolenaar
d242b944a2
Added tag v7-4a-028 for changeset 7aca84c0cd37
2013-07-17 17:35:13 +02:00
Bram Moolenaar
b07b81ed45
updated for version 7.4a.028
...
Problem: Crash when spell checking in new buffer.
Solution: Set the b_p_key field. (Mike Williams)
2013-07-17 17:35:13 +02:00
Bram Moolenaar
d78a2cb83c
Added tag v7-4a-027 for changeset 8edba3805d78
2013-07-17 17:15:26 +02:00
Bram Moolenaar
a289633bbe
updated for version 7.4a.027
...
Problem: When Python adds lines to another buffer the cursor position is
wrong, it might be below the last line causing ml_get errors.
(Vlad Irnov)
Solution: Temporarily change the current window, so that marks are corrected
properly.
2013-07-17 17:15:25 +02:00
Bjorn Winckler
44cb070245
Merge branch 'vim'
...
Conflicts:
src/auto/configure
2013-07-17 17:04:01 +02:00
Bram Moolenaar
4a049a2a14
Added tag v7-4a-026 for changeset b3ff17862b4c
2013-07-17 13:43:39 +02:00
Bram Moolenaar
19611df49a
updated for version 7.4a.026
...
Problem: ":diffoff" does not remove folds. (Ramel)
Solution: Do not restore 'foldenable' when 'foldmethod' is "manual".
2013-07-17 13:43:39 +02:00
Bram Moolenaar
2d39fcc49b
Added tag v7-4a-025 for changeset 1b89e3f916c5
2013-07-17 11:54:28 +02:00
Bram Moolenaar
f6787ad94d
updated for version 7.4a.025
...
Problem: Get the press-Enter prompt even after using :redraw.
Solution: Clear need_wait_return when executing :redraw.
2013-07-17 11:54:28 +02:00
Bram Moolenaar
ac275c70b3
Added tag v7-4a-024 for changeset ba9a11fe2563
2013-07-14 15:06:50 +02:00
Bram Moolenaar
e403d0a716
updated for version 7.4a.024
...
Problem: X11 GUI: Checking icon height twice.
Solution: Check height and width. (Dominique Pelle)
2013-07-14 15:06:50 +02:00
Bram Moolenaar
a2816dc8af
Added tag v7-4a-023 for changeset 45b2278e6f46
2013-07-14 13:41:56 +02:00
Bram Moolenaar
2c8377debe
updated for version 7.4a.023
...
Problem: Still another superfluous parenthesis. (ZyX)
Solution: Remove it.
2013-07-14 13:41:56 +02:00
Bram Moolenaar
a2a5d210d6
Added tag v7-4a-022 for changeset c28202427d71
2013-07-14 13:32:15 +02:00
Bram Moolenaar
3653752270
updated for version 7.4a.022
...
Problem: Using "d2g$" does not delete the last character. (ZyX)
Solution: Set the "inclusive" flag properly.
2013-07-14 13:32:15 +02:00
Bram Moolenaar
0e55bb560e
Added tag v7-4a-021 for changeset fc6f4a653265
2013-07-14 13:02:12 +02:00
Bram Moolenaar
8e671dd8cb
updated for version 7.4a.021
...
Problem: Using feedkeys() doesn't always work.
Solution: Omit feedkeys(). (Ken Takata)
2013-07-14 13:02:12 +02:00
Bram Moolenaar
69c9c7473f
Added tag v7-4a-020 for changeset fa76be660fa9
2013-07-14 12:34:56 +02:00
Bram Moolenaar
90277ad2bf
updated for version 7.4a.020
...
Problem: Superfluous mb_ptr_adv().
Solution: Remove the call. (Dominique Pelle)
2013-07-14 12:34:56 +02:00
Bram Moolenaar
f627121df9
Added tag v7-4a-019 for changeset bea5eb942011
2013-07-14 12:21:57 +02:00
Bram Moolenaar
cafaa582fa
updated for version 7.4a.019
...
Problem: Invalid closing parenthesis in test 62. Command truncated at
double quote.
Solution: Remove the parenthesis. Change double quote to ''. (ZyX)
2013-07-14 12:21:57 +02:00
Bram Moolenaar
c282182084
Added tag v7-4a-018 for changeset c6dd0c545e5c
2013-07-13 20:58:11 +02:00
Bram Moolenaar
4737c40120
updated for version 7.4a.018
...
Problem: Compiler warning for code unreachable. (Charles Campbell)
Solution: Use "while" instead of endless loop. Change break to continue.
2013-07-13 20:58:11 +02:00
Bram Moolenaar
104c0a5768
Added tag v7-4a-017 for changeset 4cbff53717d4
2013-07-13 16:34:32 +02:00
Bram Moolenaar
c8b6bc7fc0
updated for version 7.4a.017
...
Problem: When 'foldmethod' is "indent", using ">>" on a line just above a
fold makes the cursor line folded. (Evan Laforge)
Solution: Call foldOpenCursor(). (Christian Brabandt)
2013-07-13 16:34:32 +02:00
Bram Moolenaar
119887b54b
Added tag v7-4a-016 for changeset 4104bed69ea5
2013-07-13 15:39:34 +02:00
Bram Moolenaar
5010e44e1e
updated for version 7.4a.016
...
Problem: Features enabled in Makefile.
Solution: Undo accidental changes.
2013-07-13 15:39:33 +02:00
Bram Moolenaar
089755efa9
Added tag v7-4a-015 for changeset 7a1b782ec64a
2013-07-13 15:33:20 +02:00
Bram Moolenaar
138c278c86
updated for version 7.4a.015
...
Problem: No Japanese man pages.
Solution: Add Japanese translations of man pages. (Ken Takata, Yukihiro
Nakadaira, et al.)
2013-07-13 15:33:20 +02:00
Bram Moolenaar
6bb7102377
Added tag v7-4a-014 for changeset 08eb57382186
2013-07-13 14:08:17 +02:00
Bram Moolenaar
b2f5c83b24
updated for version 7.4a.014
...
Problem: Test 86 and 89 have a problem with using a shadow dir.
Solution: Adjust for the different directory structure. (James McCoy)
2013-07-13 14:08:16 +02:00
Bram Moolenaar
9a978ee6ab
Added tag v7-4a-013 for changeset 42d592dbbec3
2013-07-13 12:36:56 +02:00
Bram Moolenaar
536b8d0852
updated for version 7.4a.013
...
Problem: Setting/resetting 'lbr' in the main help file changes alignment
after a Tab. (Dimitar Dimitrov)
Solution: Also use the code for conceal mode where n_extra is computed for
'lbr'.
2013-07-13 12:36:55 +02:00
Bram Moolenaar
5f35308831
Added tag v7-4a-012 for changeset fca6ba0d2d66
2013-07-12 20:16:58 +02:00
Bram Moolenaar
82e3808bd7
updated for version 7.4a.012
...
Problem: "make test" fails when using a shadow directory.
Solution: Create links for files in src/po. (James McCoy)
2013-07-12 20:16:58 +02:00
Bram Moolenaar
b081abb659
Added tag v7-4a-011 for changeset ce587b26b8d6
2013-07-12 20:07:24 +02:00
Bram Moolenaar
d3b245c3ce
updated for version 7.4a.011
...
Problem: Configure check for Python 3 config name isn't right.
Solution: Always include vi_cv_var_python3_version. (Tim Harder)
2013-07-12 20:07:24 +02:00
Bram Moolenaar
23b5afa15a
Added tag v7-4a-010 for changeset a4e08386a6aa
2013-07-09 21:57:52 +02:00
Bram Moolenaar
7141036af7
updated for version 7.4a.010
...
Problem: Test 86 and 97 fail when building with Python or Python 3 and
using a static library.
Solution: Add configure check to add -fPIE compiler flag.
2013-07-09 21:57:52 +02:00