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
f91328100d
Updated and new runtime files.
2015-07-21 19:19:13 +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
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
86ae720d75
Updated runtime files.
2015-07-10 19:31:35 +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
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
5a5f45917d
Updated runtime files.
2015-04-13 12:43:06 +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
2b8388bd01
Updated runtime files.
2015-02-28 13:11:45 +01:00
Bram Moolenaar
0122c4070f
Update runtime files.
2015-02-03 19:13:34 +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
e3faf44bef
Updated runtime files.
2014-12-14 01:27:49 +01:00
Bram Moolenaar
ed32d9424d
Update runtime files.
2014-12-06 23:33:00 +01:00
Bram Moolenaar
76440e2efe
updated for version 7.4.537
...
Problem: Value of v:hlsearch reflects an internal variable.
Solution: Make the value reflect whether search highlighting is actually
displayed. (Christian Brabandt)
2014-11-27 19:14:49 +01:00
Bram Moolenaar
2f3b510b0f
Update runtime files.
2014-11-19 18:54:17 +01:00
Bram Moolenaar
c229967caa
Update runtime files.
2014-11-13 14:25:38 +01:00
Bram Moolenaar
6b2e938f13
updated for version 7.4.503
...
Problem: Cannot append a list of lines to a file.
Solution: Add the append option to writefile(). (Yasuhiro Matsumoto)
2014-11-05 18:06:01 +01:00
Bram Moolenaar
3a991dd001
Update runtime files.
2014-10-02 01:41:41 +02:00
Bram Moolenaar
6e932461cb
Update runtime files.
2014-09-09 18:48:09 +02:00
Bram Moolenaar
0e2ea1beb4
updated for version 7.4.434
...
Problem: gettabvar() is not consistent with getwinvar() and getbufvar().
Solution: Return a dict with all variables when the varname is empty.
(Yasuhiro Matsumoto)
2014-09-09 16:13:08 +02:00
Bram Moolenaar
52a7246f01
updated for version 7.4.427
...
Problem: When an InsertCharPre autocommand executes system() typeahead may
be echoed and messes up the display. (Jacob Niehus)
Solution: Do not set cooked mode when invoked from ":silent".
2014-08-29 15:53:52 +02:00
Bram Moolenaar
34401cca5a
Update runtime files.
2014-08-29 15:12:19 +02:00
Bram Moolenaar
fb539273c9
Updated runtime files.
2014-08-22 19:21:47 +02:00
Bram Moolenaar
b5a7a8b545
updated for version 7.4.393
...
Problem: Text drawing on newer MS-Windows systems is suboptimal. Some
multi-byte characters are not displayed, even though the same font
in Notepad can display them. (Srinath Avadhanula)
Solution: Add the 'renderoptions' option to enable Direct-X drawing. (Taro
Muraoka)
2014-08-06 14:52:30 +02:00
Bram Moolenaar
07d87790f1
Update runtime files. Make matchparen plugin backwards compatible.
...
Add json filetype.
2014-07-19 14:04:47 +02:00
Bram Moolenaar
db6ea06335
Updated runtime files.
2014-07-10 22:01:47 +02:00
Bram Moolenaar
8bb1c3e53e
Updated runtime files. Overhauled HTML indent script.
2014-07-04 16:43:17 +02:00
Bram Moolenaar
946e27ab65
Updated runtime files.
2014-06-25 18:50:27 +02:00
Bram Moolenaar
b6da44ae82
updated for version 7.4.344
...
Problem: Unessecary initializations and other things related to
matchaddpos().
Solution: Code cleanup. (Alexey Radkov)
2014-06-25 18:15:22 +02:00
Bram Moolenaar
597a422416
updated for version 7.4.338
...
Problem: Cannot wrap lines taking indent into account.
Solution: Add the 'breakindent' option. (many authors, final improvements by
Christian Brabandt)
2014-06-25 14:39:50 +02:00
Bram Moolenaar
b3414595c7
updated for version 7.4.330
...
Problem: Using a regexp pattern to highlight a specific position can be
slow.
Solution: Add matchaddpos() to highlight specific positions efficiently.
(Alexey Radkov)
2014-06-17 17:48:32 +02:00
Bram Moolenaar
822ff866bd
Update runtime files.
2014-06-12 21:46:14 +02:00
Bram Moolenaar
6f6c0f8085
updated for version 7.4.313
...
Problem: Changing the return value of getpos() causes an error. (Jie Zhu)
Solution: Revert getpos() and add getcurpos().
2014-05-28 20:31:42 +02:00
Bram Moolenaar
2d1fe05fc0
updated for version 7.4.312
...
Problem: Cannot figure out what argument list is being used for a window.
Solution: Add the arglistid() function. (Marcin Szamotulski)
2014-05-28 18:22:57 +02:00
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
e968e36a00
Update runtime files.
2014-05-13 20:23:24 +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