Justin M. Keyes
944e3c0619
tui: expose terminal type in 'term' option
...
Since "builtin" terminfo definitions were implemented (7cbf52db1b
),
the decisions made by tui.c and terminfo.c are more relevant. Exposing
that decision in the 'term' option helps with troubleshooting.
Also: remove code that allowed setting t_Co. `:set t_Co=…` has never
worked; the highlight_spec test asserting that nvim_set_option('t_Co')
_does_ work makes no sense, and should not have worked.
2017-11-27 09:45:32 +01:00
Björn Linse
baa981ea21
channels: update documentation
2017-11-25 09:37:01 +01:00
Björn Linse
3e59c1e20d
channels: move away term code from eval.c
2017-11-25 09:37:00 +01:00
Björn Linse
a4f6cec7a3
cmdline: CmdlineEnter and CmdlineLeave autocommands ( #7422 )
...
vim-patch:fafcf0dd59fd
patch 8.0.1206: no autocmd for entering or leaving the command line
Problem: No autocmd for entering or leaving the command line.
Solution: Add CmdlineEnter and CmdlineLeave.
fafcf0dd59
2017-11-22 22:35:20 +01:00
ckelsel
540ed64635
vim-patch:8.0.0283
...
Problem: The return value of mode() does not indicate that completion is
active in Replace and Insert mode. (Zhen-Huan (Kenny) Hu)
Solution: Add "c" or "x" for two kinds of completion. (Yegappan Lakshmanan,
closes vim/vim#1397 ) Test some more modes.
e90858d022
2017-11-19 19:53:47 +08:00
Eric Roberts
a6de144c3e
'viewoptions': add "curdir" flag #7447
...
The flag enables the current local directory set by ":lcd" to be saved
to views which is the current default behaviour. The option can be
removed to disable this behaviour.
closes #7435
vim-patch:8.0.1289
2017-11-18 12:02:15 +01:00
Drew Neil
59b0d9f62d
doc: Fix pathshorten() example ( #7571 )
2017-11-16 23:41:16 +01:00
Justin M. Keyes
c5f001a46a
runtime: revert netrw update ( #7557 )
...
fixes #7527
fixes #7536
2017-11-14 20:56:00 +01:00
Justin M. Keyes
67e4529292
defaults: scrollback=10000 ( #7556 )
2017-11-14 20:55:25 +01:00
Justin M. Keyes
f5d4da0144
:checkhealth : validate 'runtimepath' ( #7526 )
2017-11-10 22:37:54 +01:00
Justin M. Keyes
314ff440f7
doc/vim_diff.txt: mention NormalNC
2017-11-10 02:44:18 +01:00
Marco Hinz
9837a9c401
compat: "v:count" distinct from "count" ( #7407 )
2017-11-09 02:20:12 +01:00
Arno Friedrich
a48e078c0d
doc: 'clipboard': soft-remove autoselect* flags #7509
...
We may restore this feature, but docs shouldn't mention it until then.
ref #2325
2017-11-08 23:28:14 +01:00
Justin M. Keyes
e98bcf0523
Merge #7465 has('ttyin'), has('ttyout')
2017-11-08 04:10:22 +01:00
Justin M. Keyes
2ca59638ba
vim-patch:b0d45e7f5354
...
Update runtime files.
b0d45e7f53
2017-11-07 23:07:03 +01:00
Justin M. Keyes
4175dfac9a
vim-patch:01164a6546b4
...
Long overdue runtime update.
01164a6546
2017-11-07 23:07:03 +01:00
Justin M. Keyes
10e5040b61
vim-patch:24a98a0eb772
...
Update runtime files
24a98a0eb7
2017-11-07 20:16:48 +01:00
Justin M. Keyes
8c6168565c
vim-patch:37c64c78fd87
...
Note: Ignored changes to matchit.vim in favor of faca814116
.
---
Update runtime files.
37c64c78fd
2017-11-07 20:03:24 +01:00
Justin M. Keyes
8c3377ee76
vim-patch:c572da5f67aa
...
Update runtime files
c572da5f67
2017-11-07 03:23:37 +01:00
Justin M. Keyes
1a3e54231a
vim-patch:1ccd8fff8acf
...
Update runtime files.
1ccd8fff8a
2017-11-07 03:16:34 +01:00
Justin M. Keyes
39fa278216
vim-patch:f55e4c867f77
...
Updated runtime files
f55e4c867f
2017-11-07 03:14:31 +01:00
Justin M. Keyes
208dee4585
vim-patch:b6e0ec6b71c4
...
Documentation updates.
b6e0ec6b71
2017-11-07 02:57:50 +01:00
Justin M. Keyes
85cfc4c4f9
vim-patch:74675a666b51
...
Updated runtime files and translations.
74675a666b
2017-11-07 01:46:19 +01:00
Justin M. Keyes
a39bf01958
vim-patch:3ec574f2b549
...
Update runtime files.
Includes changing &sw to shiftwidth() for all indent scripts.
3ec574f2b5
2017-11-07 01:37:30 +01:00
Justin M. Keyes
599170de83
vim-patch:6aa8cea46d41
...
Update runtime files.
6aa8cea46d
2017-11-07 01:33:46 +01:00
Justin M. Keyes
78223bc97f
vim-patch:b4d6c3ea4a59
...
Update runtime files.
b4d6c3ea4a
2017-11-07 01:27:14 +01:00
Justin M. Keyes
49a627dbd9
vim-patch:94237495c03f
...
Updated runtime files.
94237495c0
2017-11-07 01:19:56 +01:00
Justin M. Keyes
ef7af078ef
vim-patch:cd5c8f825078
...
Update runtime files.
cd5c8f8250
2017-11-07 01:16:42 +01:00
Justin M. Keyes
8c6a92c6e2
vim-patch:e0720cbf63eb
...
Update runtime files.
e0720cbf63
2017-11-07 01:08:51 +01:00
Justin M. Keyes
0312fc2ddb
vim-patch:3c2881dc1195
...
Update runtime files. Add Rust support.
3c2881dc11
2017-11-07 01:04:17 +01:00
Justin M. Keyes
c598c3ac77
doc: deprecate 'highlight'; remove howto.txt ( #7497 )
2017-11-07 00:51:03 +01:00
Justin M. Keyes
c348f84f21
vim-patch:036986f1507d
...
Update runtime files.
036986f150
2017-11-06 05:35:32 +01:00
Justin M. Keyes
93fb7383a3
vim-patch:214641f77df6
...
Runtime file updates.
214641f77d
N/A:
vim-patch:26a280c47a1c
2017-11-06 05:26:16 +01:00
Justin M. Keyes
280943d9b9
doc: API (generated)
2017-11-06 04:51:34 +01:00
Justin M. Keyes
fb3c21e090
doc: job-control
...
closes #4266
closes #4746
ref https://github.com/neovim/neovim/issues/7058#issuecomment-317196803
2017-11-06 01:56:04 +01:00
Justin M. Keyes
842a54a1bb
doc
2017-11-06 01:56:04 +01:00
Justin M. Keyes
860ecd7055
vim-patch:8.0.0096: has('ttyin'), has('ttyout')
...
Nvim note: intentionally did not include `--ttyfail` since its purpose
is not clear. (And it isn't used in any Vim test files/scripts).
---
Problem: When the input or output is not a tty Vim appears to hang.
Solution: Add the --ttyfail argument. Also add the "ttyin" and "ttyout"
features to be able to check in Vim script.
2cab0e1910
2017-11-04 09:36:52 +01:00
Björn Linse
739bc5124a
docs: correct cmdline_special_char documentation ( #7475 )
2017-11-03 09:34:31 +01:00
Justin M. Keyes
b67f58b284
Merge #7454 'ui: ext_wildmenu'
...
closes #6168
ref #5686
2017-10-31 10:45:06 +01:00
Björn Linse
59f5eb0065
doc: ui.txt
2017-10-29 08:18:03 +01:00
Dongdong Zhou
39e83fa7cb
ui: allow external ui to draw wildmenu
...
Co-authored-by: Björn Linse <bjorn.linse@gmail.com>
Updated docs and tests.
2017-10-29 08:18:03 +01:00
Justin M. Keyes
8526902790
doc/ui.txt
2017-10-29 02:12:45 +02:00
Björn Linse
f640ae0d6e
docs: breakout ui.txt from msgpack_rpc.txt
2017-10-26 20:29:10 +02:00
Björn Linse
87a723963e
ext_cmdline: documentation
2017-10-26 20:28:49 +02:00
Dongdong Zhou
e164ba41c8
ext_cmdline: fix firstc, change cmdline_leave to cmdline_hide
2017-10-26 09:35:13 +02:00
Dongdong Zhou
daec81ab51
ext_cmdline: change the content format
2017-10-26 09:35:13 +02:00
Dongdong Zhou
550651c130
ext_cmdline: use standard external ui functions
2017-10-26 09:35:12 +02:00
Dongdong Zhou
6e90bc7200
ext_cmdline: Added cmdline prompt
2017-10-26 09:35:12 +02:00
Dongdong Zhou
439c39a2cf
ext_cmdline: allow external ui to draw cmdline
2017-10-26 09:35:12 +02:00
Justin M. Keyes
42b80c3acf
Merge #7165 'lua: Move stricmp to vim module'
2017-10-22 16:29:36 +02:00