Justin M. Keyes
023f67cad8
terminal: Do not change 'number', 'relativenumber' ( #6796 )
...
Showing the 'number' column in terminal buffers is a bit silly because
of 'scrollback'. But it's mostly harmless and technically works as
expected.
The least surprising thing is to leave the user's settings alone. Since
there are tradeoffs in both cases, we choose inertia.
We still disable 'relativenumber' in *terminal-mode* (as opposed to
normal-mode) because it is totally broken: the Nvim cursor (not terminal
cursor) is always on the last line.
2017-05-27 15:08:38 +02:00
Justin M. Keyes
41f27ae3f3
doc
...
Closes #6788
2017-05-23 00:25:15 +02:00
Drew Neil
620df53860
doc: *Terminal-mode* #6757
...
Closes #6756
2017-05-23 00:08:24 +02:00
Drew Neil
170d8af397
doc: on_stdout, on_stderr, onexit ( #6761 )
2017-05-22 16:57:16 +02:00
Justin M. Keyes
db0159be26
doc: update *feature-list*, remove "gui_running"
...
Closes #6783
2017-05-22 07:02:51 +02:00
Justin M. Keyes
872465cf1d
doc
2017-05-21 00:01:52 +02:00
Justin M. Keyes
597d65b4b7
Merge #6741 from justinmk/progpath
2017-05-15 16:11:01 +02:00
Justin M. Keyes
4c5398bc40
startup: v:progpath fallback: path_guess_exepath
...
If procfs is missing then libuv cannot find the exe path.
Fallback to path_guess_exepath(), adapted from Vim findYourself().
Closes #6734
2017-05-15 15:01:52 +02:00
Justin M. Keyes
8e052f677e
Merge #6737 "options: make 'highlight' read-only"
2017-05-15 14:53:31 +02:00
Björn Linse
8d8b6224d9
options: make 'highlight' read-only
2017-05-15 07:22:31 +02:00
Justin M. Keyes
17531ed082
Merge #6480 from ZyX-I/colored-cmdline'/input-dict
2017-05-13 21:17:33 +02:00
ZyX
d01f140bb3
doc: Add a note to vim_diff.txt
2017-05-13 18:16:41 +03:00
Justin M. Keyes
edfe0980f1
doc: Lua ( #6722 )
...
Closes #6705
2017-05-11 17:45:11 +02:00
Justin M. Keyes
147b4b63af
doc ( #6719 )
...
Closes #6712
2017-05-11 14:34:48 +02:00
Björn Linse
e82cb5de4a
api: add metadata for ui events
2017-05-10 17:36:31 +02:00
ZyX
475cd8f075
doc: Do not assume something is not supported in GUI
2017-05-10 15:52:49 +03:00
ZyX
f4d5d5250a
eval: Refactor get_user_input to support dictionary
2017-05-10 15:52:48 +03:00
Justin M. Keyes
0e873a30f3
Merge #4411 from ZyX-I/luaviml'/lua
2017-05-09 00:39:17 +02:00
Adam Byrtek
8c8ea1f8f3
doc: nvim-from-vim: Prepend "~/.vim" #6694
2017-05-08 17:28:12 +02:00
Justin M. Keyes
b23aa1cf09
Merge #6597 'winhighlight'
2017-05-08 16:17:57 +02:00
ZyX
09f849b600
Merge branch 'master' into luaviml'/lua
2017-05-08 15:43:45 +03:00
Björn Linse
188bae586f
docs: 'winhighlight'
2017-05-08 12:41:39 +02:00
Björn Linse
bfcaf36404
options: allow different highlights in windows
2017-05-08 12:41:39 +02:00
Justin M. Keyes
62ab040fa4
doc: api
2017-05-01 18:52:56 +02:00
Justin M. Keyes
45ef3d9d0c
doc: Replace hardcoded TOCs with <M-]> advice.
2017-05-01 17:48:06 +02:00
Tommy Allen
bc4a2e1576
help, man.vim: "outline" (TOC) feature #5169
2017-05-01 17:45:54 +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
4fbcfab127
vim-patch:bc2eada5424b
...
Updated runtime files.
bc2eada542
NA patches:
vim-patch:294740d2ac42
vim-patch:a4ce25bd987a
vim-patch:7034a8374345
vim-patch:14a612fa2e57
vim-patch:aaeabfbca571
2017-05-01 12:30:54 +02:00
Justin M. Keyes
e5b640fdb8
vim-patch:c0514bf4777a
...
Updated runtime files.
c0514bf477
2017-04-30 22:10:21 +02:00
James McCoy
5d73a6e5df
Merge pull request #6621 from jamessan/vim-7.4.2231
...
vim-patch:7.4.2231,7.4.2239,7.4.2244,7.4.2245,7.4.2246,7.4.2263,8.0.0150
2017-04-30 09:46:41 -04:00
Justin M. Keyes
4afc93b926
Merge #6588 from justinmk/guicursor
2017-04-30 14:36:40 +02:00
Justin M. Keyes
26a479ae41
Merge #6622 'api: Deprecate nvim_buf_get_number'
2017-04-30 14:27:21 +02:00
Justin M. Keyes
d349f610ac
'guicursor': No color/blink by default
...
Closes #6577
2017-04-30 13:44:31 +02:00
Björn Linse
97126bfa02
api: deprecate obsolete nvim_buf_get_number function
2017-04-30 11:04:10 +02:00
James McCoy
7bd97127b4
vim-patch:7.4.2244
...
Problem: Adding pattern to ":oldfiles" is not a generic solution.
Solution: Add the ":filter /pat/ cmd" command modifier. Only works for some
commands right now.
7b668e83d0
2017-04-29 23:48:27 -04:00
James McCoy
dbdc2d40bb
vim-patch:7.4.2231
...
Problem: ":oldfiles" output is a very long list.
Solution: Add a pattern argument. (Coot, closes vim/vim#575 )
e11d61a3b1
2017-04-29 21:46:12 -04:00
Justin M. Keyes
0df1b6655b
doc: Removed t_XX options/keycodes. ( #6616 )
...
Closes #4482
TODO: revisit find_key_option_len()
2017-04-29 16:56:40 +02:00
Justin M. Keyes
024ff6b808
vim-patch:25de4c232d58
...
Updated runtime files.
25de4c232d
2017-04-29 01:53:42 +02:00
Justin M. Keyes
789c46934b
vim-patch:b4ada79aa7d0
...
Runtime file updates.
b4ada79aa7
Closes #5055
2017-04-29 01:51:56 +02:00
Justin M. Keyes
8d3f8f639b
vim-patch:46fceaaa8d14
...
Updated runtime files.
46fceaaa8d
2017-04-29 01:47:36 +02:00
Justin M. Keyes
60e68f3096
vim-patch:dc08328821a2
...
Updated runtime files.
dc08328821
NA patches:
vim-patch:8.0.0028
vim-patch:8.0.0029
vim-patch:8.0.0030
2017-04-29 01:01:51 +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