Bram Moolenaar
aa23b37942
patch 7.4.858
...
Problem: It's a bit clumsy to execute a command on a list of matches.
Solution: Add the ":ldo", ":lfdo", ":cdo" and ":cfdo" commands. (Yegappan
Lakshmanan)
2015-09-08 18:46:31 +02:00
Bram Moolenaar
ac360bf2ca
patch 7.4.852
...
Problem: On MS-Windows console Vim uses ANSI APIs for keyboard input and
console output, it cannot input/output Unicode characters.
Solution: Use Unicode APIs for console I/O. (Ken Takata, Yasuhiro Matsumoto)
2015-09-01 20:31:20 +02:00
Bram Moolenaar
8b5f65a527
patch 7.4.849
...
Problem: Moving the cursor in Insert mode starts new undo sequence.
Solution: Add CTRL-G U to keep the undo sequence for the following cursor
movement command. (Christian Brabandt)
2015-09-01 19:26:12 +02:00
Bram Moolenaar
88774fdd23
Updated runtime files and Italian messages.
2015-08-25 19:52:04 +02:00
Bram Moolenaar
fc39ecf8de
Update runtime files.
2015-08-11 20:34:49 +02:00
Bram Moolenaar
dbd24b5967
patch 7.4.813
...
Problem: It is not possible to save and restore character search state.
Solution: Add getcharsearch() and setcharsearch(). (James McCoy)
2015-08-11 14:26:19 +02:00
Bram Moolenaar
dd1616e6ce
Correct optwin script, update PHP complete.
2015-07-22 22:22:59 +02:00
Bram Moolenaar
f91328100d
Updated and new runtime files.
2015-07-21 19:19:13 +02:00
Bram Moolenaar
165bc69d1b
patch 7.4.793
...
Problem: Can't specify when not to ring the bell.
Solution: Add the 'belloff' option. (Christian Brabandt)
2015-07-21 17:53:25 +02:00
Bram Moolenaar
6561d52ecb
patch 7.4.792
...
Problem: Can only conceal text by defining syntax items.
Solution: Use matchadd() to define concealing. (Christian Brabandt)
2015-07-21 15:48:27 +02:00
Bram Moolenaar
d51cb706a4
patch 7.4.791
...
Problem: The buffer list can be very long.
Solution: Add an argument to ":ls" to specify the type of buffer to list.
(Marcin Szamotulski)
2015-07-21 15:03:06 +02:00
Bram Moolenaar
537443018d
patch 7.4.786
...
Problem: It is not possible for a plugin to adjust to a changed setting.
Solution: Add the OptionSet autocommand event. (Christian Brabandt)
2015-07-17 17:38:22 +02:00
Bram Moolenaar
34d72d4b6c
patch 7.4.785
...
Problem: On some systems automatically adding the missing EOL causes
problems. Setting 'binary' has too many side effects.
Solution: Add the 'fixeol' option, default on. (Pavel Samarkin)
2015-07-17 14:18:08 +02:00
Bram Moolenaar
86ae720d75
Updated runtime files.
2015-07-10 19:31:35 +02:00
Bram Moolenaar
b6be1e2390
patch 7.4.775
...
Problem: It is not possible to avoid using the first item of completion.
Solution: Add the "noinsert" and "noselect" values to 'completeopt'. (Shougo
Matsu)
2015-07-10 18:18:40 +02:00
Bram Moolenaar
42a4512f62
patch 7.4.774
...
Problem: When using the CompleteDone autocommand event it's difficult to
get to the completed items.
Solution: Add the v:completed_items variable. (Shougo Matsu)
2015-07-10 17:56:23 +02:00
Bram Moolenaar
979243b990
Update help files.
2015-06-26 19:35:49 +02:00
Bram Moolenaar
641e48c224
patch 7.4.755
...
Problem: It is not easy to count the number of characters.
Solution: Add the skipcc argument to strchars(). (Hirohito Higashi, Ken
Takata)
2015-06-25 16:09:26 +02:00
Bram Moolenaar
66312acf14
patch 7.4.752
...
Problem: Unicode 8.0 not supported.
Solution: Update tables for Unicode 8.0. Avoid E36 when running the script.
(James McCoy)
2015-06-21 14:22:00 +02:00
Bram Moolenaar
e2db6c975b
Add the logiPat plugin to the distribution.
2015-06-19 18:48:41 +02:00
Bram Moolenaar
a594d77ffc
patch 7.4.742
...
Problem: Cannot specify a vertical split when loading a buffer for a
quickfix command.
Solution: Add the "vsplit" value to 'switchbuf'. (Brook Hong)
2015-06-19 14:41:49 +02:00
Bram Moolenaar
541f92d6cf
Updated runtime files.
2015-06-19 13:27:23 +02:00
Bram Moolenaar
f2571c61d5
Updated runtime files.
2015-06-09 19:44:55 +02:00
Bram Moolenaar
73284b973a
patch 7.4.722
...
Problem: 0x202f is not recognized as a non-breaking space character.
Solution: Add 0x202f to the list. (Christian Brabandt)
2015-05-04 17:28:22 +02:00
Bram Moolenaar
7927836733
patch 7.4.710
...
Problem: It is not possible to make spaces visibible in list mode.
Solution: Add the "space" item to 'listchars'. (David Bürgin, issue 350)
2015-04-21 18:33:48 +02:00
Bram Moolenaar
40ce3a4e1f
patch 7.4.709
...
Problem: ":tabmove" does not work as documented.
Solution: Make it work consistently. Update documentation and add tests.
(Hirohito Higashi)
2015-04-21 18:08:39 +02:00
Bram Moolenaar
ba172f2eab
Remove local-additions entries from help.txt.
2015-04-15 14:13:18 +02:00
Bram Moolenaar
0a63dedf99
Updated runtime files.
2015-04-15 13:31:24 +02:00
Bram Moolenaar
83d1b19015
More updated runtime files.
2015-04-13 14:22:40 +02:00
Bram Moolenaar
5a5f45917d
Updated runtime files.
2015-04-13 12:43:06 +02:00
Bram Moolenaar
1e7813a187
updated for version 7.4.687
...
Problem: There is no way to use a different in Replace mode for a terminal.
Solution: Add t_SR. (Omar Sandoval)
2015-03-31 18:31:03 +02:00
Bram Moolenaar
7d2757a472
updated for version 7.4.686
...
Problem: "zr" and "zm" do not take a count.
Solution: Implement the count, restrict the fold level to the maximum
nesting depth. (Marcin Szamotulski)
2015-03-31 17:46:22 +02:00
Bram Moolenaar
5837f1f447
Update runtime files.
2015-03-21 18:06:14 +01:00
Bram Moolenaar
d8b77f7dc0
updated for version 7.4.656
...
Problem: Missing changes for glob() in one file.
Solution: Add the missing changes.
2015-03-05 21:21:19 +01:00
Bram Moolenaar
4dcdf29910
updated for version 7.4.652
...
Problem: Xxd lacks a few features.
Solution: Use 8 characters for the file position. Add the -e and -o
arguments. (Vadim Vygonets)
2015-03-05 17:51:15 +01:00
Bram Moolenaar
f3c2afb77f
Update a few runtime files.
2015-03-02 23:16:07 +01:00
Bram Moolenaar
2b8388bd01
Updated runtime files.
2015-02-28 13:11:45 +01:00
Bram Moolenaar
494838a3fe
updated for version 7.4.627
...
Problem: The last screen cell is not updated.
Solution: Respect the "tn" termcap feature. (Hayaki Saito)
2015-02-10 19:20:37 +01:00
Bram Moolenaar
0122c4070f
Update runtime files.
2015-02-03 19:13:34 +01:00
Bram Moolenaar
3b3a9498d1
updated for version 7.4.605
...
Problem: The # register is not writable, it cannot be restored after
jumping around.
Solution: Make the # register writable. (Marcin Szamotulski)
2015-01-27 18:44:16 +01:00
Bram Moolenaar
18400e6430
updated for version 7.4.602
...
Problem: ":set" does not accept hex numbers as documented.
Solution: Use vim_str2nr(). (ZyX)
2015-01-27 15:58:40 +01:00
Bram Moolenaar
0a988df731
updated for version 7.4.601
...
Problem: It is not possible to have feedkeys() insert characters.
Solution: Add the 'i' flag.
2015-01-27 15:19:24 +01:00
Bram Moolenaar
8a94d873aa
Update runtime files.
2015-01-25 13:02:57 +01:00
Bram Moolenaar
6bf7a5933f
updated for version 7.4.586
...
Problem: Parallel building of the documentation html files is not reliable.
Solution: Remove a cyclic dependency. (Reiner Herrmann)
2015-01-20 17:27:22 +01:00
Bram Moolenaar
83caecf314
Updated runtime files.
2015-01-14 19:42:21 +01:00
Bram Moolenaar
9da7ff70cc
Updated runtime files.
2015-01-14 12:52:36 +01:00
Bram Moolenaar
e271909625
Updated syntax files.
2015-01-10 15:09:25 +01:00
Bram Moolenaar
8feef4ff62
Update runtime files.
2015-01-07 16:57:10 +01:00
Bram Moolenaar
a162bc555e
updated for version 7.4.566
...
Problem: :argdo, :bufdo, :windo and :tabdo don't take a range.
Solution: Support the range. (Marcin Szamotulski)
2015-01-07 16:54:21 +01:00
Bram Moolenaar
e3faf44bef
Updated runtime files.
2014-12-14 01:27:49 +01:00