Bram Moolenaar
82c2585eb8
updated for version 7.4.311
...
Problem: Can't use winrestview to only restore part of the view.
Solution: Handle missing items in the dict. (Christian Brabandt)
2014-05-28 16:47:16 +02:00
Bram Moolenaar
493c178a28
updated for version 7.4.310
...
Problem: getpos()/setpos() don't include curswant.
Solution: Add a fifth number when getting/setting the cursor.
2014-05-28 14:34:46 +02:00
Bram Moolenaar
13600303c5
Runtime file updates.
2014-05-22 18:26:40 +02:00
Bram Moolenaar
e968e36a00
Update runtime files.
2014-05-13 20:23:24 +02:00
Bram Moolenaar
8df5acfda9
updated for version 7.4.293
...
Problem: It is not possible to ignore composing characters at a specific
point in a pattern.
Solution: Add the %C item.
2014-05-13 19:37:29 +02:00
Bram Moolenaar
1b1063af58
updated for version 7.4.279
...
Problem: globpath() returns a string, making it difficult to get a list of
matches. (Greg Novack)
Solution: Add an optional argument like with glob(). (Adnan Zafar)
2014-05-07 18:35:30 +02:00
Bram Moolenaar
bcb9898eba
Runtime file updates.
2014-05-01 14:08:19 +02:00
Bram Moolenaar
75b8156a44
Updated runtime files.
2014-04-06 14:09:13 +02:00
Bram Moolenaar
7e38ea2fb6
Updated runtime files.
2014-04-05 22:55:53 +02:00
Bram Moolenaar
39c29ed511
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
57ebe6e2f9
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
5a50c2255c
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
b7cb42bc38
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
41571769c9
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
6716d9af11
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
c7f025536e
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
a1706c958e
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
76f3b1ad77
Update runtime files.
2014-03-27 22:30:07 +01:00
Bram Moolenaar
327aa02dda
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
7b44934037
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
5803ae6c07
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
a687837516
Updated runtime files.
2014-03-22 21:02:50 +01:00
Bram Moolenaar
af6c131bf7
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
206f011829
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
0858917e43
Updated runtime files.
2014-03-08 18:38:28 +01:00
Bram Moolenaar
251835e14f
Update runtime files. Add Euphoria syntax files.
2014-02-24 02:51:51 +01:00
Bram Moolenaar
26df092843
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
92dff1827a
Update runtime files. Add support for systemverilog.
2014-02-11 19:15:50 +01:00
Bram Moolenaar
8d04317104
Updated runtime files.
2014-01-23 14:24:41 +01:00
Bram Moolenaar
32b9201f37
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
438f67a004
Updated runtime files.
2014-01-07 06:09:28 +01:00
Bram Moolenaar
4b550b4c50
Runtime file updates.
2013-12-15 10:02:33 +01:00
Bram Moolenaar
dfb18411cf
Updated runtime files.
2013-12-11 18:53:29 +01:00
Bram Moolenaar
b95186fd36
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
3678208477
Updated runtime files.
2013-11-28 13:53:34 +01:00
Bram Moolenaar
4b60a6cdb3
Update runtime files.
2013-11-14 05:48:46 +01:00
Bram Moolenaar
cc63c647ee
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
a939e43440
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
8e69b4a319
Updated runtime files.
2013-11-09 03:41:58 +01:00
Bram Moolenaar
817a8801d7
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
f5a2fd880a
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
6bcbcc59be
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
d5d015d457
Update runtime files.
2013-11-03 21:14:31 +01:00
Bram Moolenaar
0ffbbf9ea8
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
b133208080
Runtime file updates.
2013-10-06 14:22:40 +02:00
Bram Moolenaar
ec11aef914
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
baca7f705b
Update runtime files. Add support for J.
2013-09-22 14:42:24 +02:00
Bram Moolenaar
7cba6c0636
Updated runtime files.
2013-09-05 22:13:31 +02:00
Bram Moolenaar
3b1db36689
release version 7.4
2013-08-10 15:00:24 +02:00
Bram Moolenaar
9d98fe9cae
Update runtime files.
2013-08-03 18:35:36 +02:00