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
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
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
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
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
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
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
7f2a8854f5
Update runtime files.
2014-03-27 22:30:07 +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
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
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
1986c3419e
Updated runtime files.
2014-03-22 21:02:50 +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
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
7b938a31d4
Updated runtime files.
2014-03-08 18:38:28 +01:00
Bram Moolenaar
589c63479c
Update runtime files. Add Euphoria syntax files.
2014-02-24 02:51:51 +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
e0e5dfe614
Update runtime files. Add support for systemverilog.
2014-02-11 19:15:50 +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
68ec8224a5
Updated runtime files.
2014-01-23 14:24:41 +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
a4484fcf09
Updated runtime files.
2014-01-07 06:09:28 +01:00
Bram Moolenaar
01331884a6
Runtime file updates.
2013-12-15 10:02:33 +01:00
Bram Moolenaar
277ddd53b1
Updated runtime files.
2013-12-11 18:53:29 +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
27b9026672
Updated runtime files.
2013-11-28 13:53:34 +01:00
Bram Moolenaar
99151b7414
Update runtime files.
2013-11-14 05:48:46 +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
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
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
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
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
2a39887e22
Update runtime files.
2013-11-03 21:14:31 +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
3c85f00311
Runtime file updates.
2013-10-06 14:22:40 +02:00
Bram Moolenaar
1d8eccce84
Fix problem with 'iskeyword' in CSS syntax.
2013-09-24 23:30:38 +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
c2ec86c1f8
Update runtime files. Add support for J.
2013-09-22 14:42:24 +02:00
Bram Moolenaar
9416bca31b
Updated runtime files.
2013-09-05 22:13:31 +02:00
Bram Moolenaar
2c3a8e8add
release version 7.4
2013-08-10 15:00:24 +02:00
Bram Moolenaar
d2d246e2bb
Update runtime files.
2013-08-03 18:35:36 +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
180f145c71
Update files for the 7.4b BETA release.
2013-07-28 18:29:08 +02:00
Bram Moolenaar
f36af01f77
Updated runtime files.
2013-07-28 16:02:18 +02:00
Bram Moolenaar
de295a645a
Updated runtime files.
2013-07-24 19:53:36 +02:00
Bram Moolenaar
0b55479659
Updated runtime files.
2013-07-17 22:37:26 +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
b7efedaf35
Updated runtime files. Fix NL translations.
2013-07-09 15:44:17 +02:00
Bram Moolenaar
613e9b2b78
Vim 7.4a BETA release.
2013-07-06 15:44:11 +02:00