Justin M. Keyes
45ef3d9d0c
doc: Replace hardcoded TOCs with <M-]> advice.
2017-05-01 17:48:06 +02:00
Daniel Hahler
cc29827bc2
doc/eval.txt: remove references to E706 ( #6629 )
...
Removed in Vim in 7.4.1578 (975b5271) and 7.4.1546 (f6f32c38b).
2017-05-01 15:37:24 +02:00
Justin M. Keyes
fa1ee0ac73
doc: bracketed-paste-mode
2017-05-01 14:55:26 +02:00
Justin M. Keyes
deccd843ed
vim-patch:3df0173fa6d0
...
Updated runtime files.
3df0173fa6
2017-05-01 13:32:51 +02:00
Justin M. Keyes
ac107f7fdd
vim-patch:690afe1fef87
...
Update runtime files.
690afe1fef
2017-05-01 13:23:12 +02:00
Justin M. Keyes
eb7ea6e122
vim-patch:369b6f57c426
...
Update runtime files.
369b6f57c4
2017-05-01 13:19:34 +02:00
Justin M. Keyes
44ea50cee4
vim-patch:68563937f58e
...
Updated runtime files.
68563937f5
2017-05-01 13:13:51 +02:00
Justin M. Keyes
024ff6b808
vim-patch:25de4c232d58
...
Updated runtime files.
25de4c232d
2017-04-29 01:53:42 +02:00
Justin M. Keyes
460d5971f6
vim-patch:2ec618c9feac
...
Updated runtime files.
2ec618c9fe
2017-04-28 23:49:16 +02:00
Justin M. Keyes
40fb96c76a
vim-patch:3e496b0ea319
...
Updated runtime files.
3e496b0ea3
NA patches:
vim-patch:8.0.0015
vim-patch:8.0.0016
vim-patch:177778575148
2017-04-28 23:39:24 +02:00
Justin M. Keyes
a5e9974ed7
vim-patch:50ba526fbf3e
...
Updated runtime files.
50ba526fbf
vim-patch:20eeb6129d12
2017-04-28 23:26:55 +02:00
Justin M. Keyes
2e64752250
vim-patch:64d8e25bf6ef
...
Updated runtime files.
64d8e25bf6
Closes #6611
2017-04-28 23:14:36 +02:00
Justin M. Keyes
2648c3579a
vim-patch:abd468ed0fbc
...
Updated runtime files
abd468ed0f
2017-04-28 21:38:07 +02:00
Justin M. Keyes
86b596dc7a
vim-patch:f37506f60f87
...
Updated runtime files. Remove HiLink commands.
f37506f60f
2017-04-28 21:25:15 +02:00
Justin M. Keyes
a53409b564
vim-patch:89bcfda6834a
...
Updated runtime files. Remove version checks for Vim older than 6.0.
89bcfda683
2017-04-28 21:13:55 +02:00
Justin M. Keyes
f09651ea78
vim-patch:36f44c21da2e
...
Updated runtime files.
36f44c21da
2017-04-28 21:06:07 +02:00
Justin M. Keyes
d194380de9
vim-patch:e4a3bcf28d92
...
Updated runtime files. Add Scala files.
e4a3bcf28d
2017-04-19 21:26:17 +02:00
Justin M. Keyes
c1edb4c39a
vim-patch:7571d55f7dcc
...
Updated runtime files.
7571d55f7d
2017-04-19 21:26:16 +02:00
Justin M. Keyes
5da8bb92fc
vim-patch:dc1f1645cb49
...
Updated runtime files.
dc1f1645cb
2017-04-19 21:26:16 +02:00
Justin M. Keyes
77a4f8f235
Merge #6219 from jbradaric/vim-7.4.2170
...
vim-patch:7.4.{2170,2180,2240,2241,2242}
2017-04-16 16:49:14 +02:00
Justin M. Keyes
7c4e5dfd27
win: os_shell_is_cmdexe() + tests
2017-04-12 02:28:43 +02:00
Rui Abreu Ferreira
f3cc843755
win: libuv_process_spawn(): special-case cmd.exe
...
Disable CommandLineToArgvW-standard quoting for cmd.exe.
libuv assumes spawned processes follow the convention expected by
CommandLineToArgvW(). But cmd.exe is non-conformant, so for cmd.exe:
- With system([]), the caller has full control (and responsibility) to
quote arguments correctly.
- With system(''), shell* options are used.
libuv quoting is disabled if argv[0] is:
- cmd.exe
- cmd
- $COMSPEC resolving to a path with filename cmd.exe
Closes #6329
References #6387
2017-04-12 02:10:34 +02:00
Justin M. Keyes
d6e5f94ae9
win: defaults: 'shellredir', 'shellxquote', 'shellxescape'
2017-04-12 01:35:49 +02:00
ZyX
ab4d13e2fa
Merge branch 'master' into luaviml'/lua
2017-04-10 22:21:06 +03:00
ZyX
467a02f88d
doc: Update documentation
2017-04-08 19:34:01 +03:00
ZyX
043d8ff9f2
Merge branch 'master' into luaviml'/lua
2017-04-08 01:54:58 +03:00
James McCoy
20dc04470e
vim-patch:8.0.0499
...
Problem: taglist() does not prioritize tags for a buffer.
Solution: Add an optional buffer argument. (Duncan McDougall, closes vim/vim#1194 )
c6aafbaf3e
2017-04-07 16:18:04 -04:00
James McCoy
bb54d921aa
Merge remote-tracking branch 'origin/master' into vim-7.4.2170
2017-04-05 22:39:40 -04:00
ZyX
97a7f4745d
eval: Add s flag, use p_fs by default, error out on unknown flag
2017-04-03 02:11:27 +03:00
ZyX
b10880dadc
eval: Make writefile() able to disable fsync()
2017-04-02 22:11:35 +03:00
Justin M. Keyes
9d200cd0a3
getcompletion("cmdline") ( #6376 )
...
Closes #5823
2017-03-27 21:04:52 +02:00
ZyX
09fe6185b7
doc: Enhance documentation
2017-03-27 00:12:42 +03:00
Justin M. Keyes
ab16535580
Merge #6231 from jbradaric/vim-7.4.2266
...
vim-patch:7.4.2266,7.4.2280,7.4.2291
2017-03-22 00:29:58 +01:00
Justin M. Keyes
82c67768fa
doc: Replace "For Vim ... Last change ..." headers ( #6328 )
2017-03-21 17:08:19 +01:00
Justin M. Keyes
cc421270ee
vim-patch:bc8801c9317eb
...
Updated runtime files.
bc8801c931
2017-03-21 12:19:17 +01:00
Jurica Bradaric
cad9a76be2
vim-patch:7.4.2291
...
Problem: printf() handles floats wrong when there is a sign.
Solution: Fix placing the sign. Add tests. (Dominique Pelle)
0418609534
2017-03-20 22:47:09 +01:00
Jurica Bradaric
5b8ce2feed
vim-patch:7.4.2180
...
Problem: There is no easy way to stop all timers. There is no way to
temporary pause a timer.
Solution: Add timer_stopall() and timer_pause().
b73598e2f0
2017-03-20 21:15:56 +01:00
Jurica Bradaric
8924e75f34
vim-patch:7.4.2170
...
Problem: Cannot get information about timers.
Solution: Add timer_info().
8e97bd74b5
2017-03-20 21:15:55 +01:00
Drew Neil
ae16e4fa13
doc: remove "only available when compiled with +timers" ( #6321 )
2017-03-20 13:23:19 +01:00
Justin M. Keyes
36fd879b25
doc: eval.txt fixup, README.md
2017-03-13 15:50:50 +01:00
James McCoy
adc6e636fe
vim-patch:7.4.2095
...
Problem: Man test fails when run with the GUI.
Solution: Adjust for different behavior of GUI. Add assert_inrange().
61c04493b0
Only changes related to assert_inrange() were included, since we have a
distinct man plugin.
2017-02-27 21:40:16 -05:00
James McCoy
1371e19e2b
vim-patch:42ebd06
...
Update runtime files.
42ebd06642
2017-02-27 20:49:01 -05:00
James McCoy
e0705021c1
Merge pull request #6190 from jamessan/vim-7.4.1991
...
vim-patch:7.4.1991,7.4.1992,7.4.1993,7.4.1994
2017-02-27 20:33:43 -05:00
James McCoy
2f5aee561e
vim-patch:7.4.1992
...
Problem: Values for true and false can be confusing.
Solution: Update the documentation. Add a test. Make v:true evaluate to
TRUE for a non-zero-arg.
e381d3d5e0
2017-02-27 15:00:18 -05:00
James McCoy
c9c3f92b49
vim-patch:7.4.2200
...
Problem: Cannot get all information about a quickfix list.
Solution: Add an optional argument to get/set loc/qf list(). (Yegappan
Lakshmanan)
d823fa910c
2017-02-27 11:39:41 -05:00
ZyX
d8a7e5fdbb
eval: Forbid (un)locking b:changedtick
...
Port of vim-patch:8.0.0343
2017-02-23 19:48:41 +03:00
Michael Ennen
53fad45115
vim-patch:7.4.2137
...
Problem: Using function() with a name will find another function when it is
redefined.
Solution: Add funcref(). Refer to lambda using a partial. Fix several
reference counting issues.
437bafe4c8
2017-02-14 17:38:18 -07:00
Michael Ennen
f59321e319
vim-patch:7.4.2120
...
Problem: User defined functions can't be a closure.
Solution: Add the "closure" argument. Allow using :unlet on a bound
variable. (Yasuhiro Matsumoto, Ken Takata)
10ce39a0d5
2017-02-14 17:38:17 -07:00
Michael Ennen
9f6f7fe26d
vim-patch:7.4.2119
...
Problem: Closures are not supported.
Solution: Capture variables in lambdas from the outer scope. (Yasuhiro
Matsumoto, Ken Takata)
1e96d9bf98
2017-02-14 17:38:17 -07:00
Michael Ennen
7f4848aff4
vim-patch:7.4.2090
...
Problem: Using submatch() in a lambda passed to substitute() is verbose.
Solution: Use a static list and pass it as an optional argument to the
function. Fix memory leak.
df48fb456f
2017-02-14 17:38:17 -07:00