Patrick Jackson
8dc3eca49b
api/dispatch: Mark generated functions table readonly ( #6576 )
2017-04-24 12:39:48 +02:00
Justin M. Keyes
7f6d3d3052
Merge #6569 from justinmk/apierror
...
api: Do not truncate errors <1 MB
2017-04-24 02:14:14 +02:00
Justin M. Keyes
086c354a0a
api: Do not translate error messages.
...
Also re-word some error messages:
- "Key does not exist: %s"
- "Invalid channel: %<PRIu64>"
- "Request array size must be 4 (request) or 3 (notification)"
- "String cannot contain newlines"
References #6150
2017-04-24 00:11:27 +02:00
Justin M. Keyes
e2936ed397
tui/input.c: Use default 'ttimeoutlen' if option get fails.
...
Should never happen, but better to be explicit.
Helped-by: oni-link <knil.ino@gmail.com>
2017-04-23 23:44:59 +02:00
Justin M. Keyes
3fbc660d57
api_set_error(): rename
2017-04-23 23:44:57 +02:00
Justin M. Keyes
2ed91f222f
api/internal: Remove set
field from Error type.
2017-04-23 23:44:32 +02:00
Justin M. Keyes
62c3f436a9
api_clear_error: Skip if error was not set.
2017-04-23 23:44:32 +02:00
Justin M. Keyes
2a49163103
api_clear_error()
2017-04-23 23:44:32 +02:00
Sander Bosma
5c9860a0a2
api: Do not truncate errors <1 MB. #6237
...
Closes #5984
2017-04-23 23:44:29 +02:00
Justin M. Keyes
4524053874
test: api: Do not truncate errors <1 MB.
2017-04-23 23:24:16 +02:00
Patrick Jackson
1fe8945748
refactor: Remove unused MAP_IMPL. ( #6573 )
2017-04-23 02:32:56 +02:00
Justin M. Keyes
a9d37c928e
Merge #6513 from ZyX-I/lazier-arg_errmsg-gettext
2017-04-23 01:02:39 +02:00
Justin M. Keyes
77b6de0968
Merge #6572 from justinmk/guicursor
2017-04-23 00:37:13 +02:00
Justin M. Keyes
719095d7d3
os_term_is_nice: Return true for rxvt and iTerm.
2017-04-22 22:57:35 +02:00
Justin M. Keyes
c703d0529b
'guicursor': iTerm: Set cursor color.
...
iTerm uses proprietary escape codes to set cursor color.
https://www.iterm2.com/documentation-escape-codes.html
2017-04-22 22:57:29 +02:00
relnod
1e83add288
refactor/single-include: ui.h, ui_bridge.h, ugrid.h ( #6571 )
2017-04-22 16:55:28 +02:00
Othon Briganó
e41c044b53
refactor/single-include ( #6563 )
2017-04-22 15:44:58 +02:00
relnod
654c50b227
refactor/single-include: window.h, version.h ( #6570 )
2017-04-22 15:43:35 +02:00
Justin M. Keyes
10f119ab87
Merge #6539 'More cursor shape modes'
2017-04-21 19:09:50 +02:00
sander2
f50e03f2e3
ex_cmds.c: Fix bug in ex_z ( #6557 )
...
vim-patch:8.0.0571
2017-04-21 15:45:51 +02:00
Othon Briganó
a396874da0
refactor/single-include: getchar.h ( #6560 )
2017-04-21 15:21:02 +02:00
Björn Linse
48f0542ad6
tests: detect invalid helpers.sleep
2017-04-21 14:21:26 +02:00
Björn Linse
9cc9789681
ui: document new mode index and add note about forward-compatibility
2017-04-21 12:32:38 +02:00
Björn Linse
7ea5c78687
ui: use an array for mode styles
2017-04-21 12:32:38 +02:00
Björn Linse
2c5751b9b2
ui: add tests for new cursor shape modes
2017-04-21 12:32:38 +02:00
Björn Linse
9cdbbd4982
ui: support more cursor shape modes
...
throttle unneccessary cursor shape events
2017-04-21 12:32:38 +02:00
ZyX
d463c9e03a
Merge branch 'master' into lazier-arg_errmsg-gettext
2017-04-21 00:33:12 +03:00
TJ DeVries
19646a2985
health.vim: 'guicursor' advice #6506
...
Also:
- Mark provider sections as "(optional)".
- Fix help-link substitution to support single-quoted tags.
2017-04-20 22:44:51 +02:00
Justin M. Keyes
15af803cce
Merge #6550 from ZyX-I/pvs-check-comment
2017-04-20 22:00:03 +02:00
Justin M. Keyes
3a606ee58d
Merge #6552 from justinmk/loadview
2017-04-20 14:47:01 +02:00
Justin M. Keyes
d55fd9588f
doc: Recommend :silent!
for :loadview.
...
ex_loadview() was changed in 9b1c939370
to check the file open result.
If user doesn't care about failure to open, using :silent! instead of
:silent is a reasonable, conventional approach.
Closes #3196
2017-04-20 13:13:39 +02:00
Justin M. Keyes
17052946c7
'scrollback': Allow :setlocal -1 on normal buffers
...
Avoids a spurious :loadview error.
2017-04-20 13:13:39 +02:00
James McCoy
a6f50c1120
version.c: Mark 7.4.{2165,2173,2179} applied
2017-04-19 23:22:27 -04:00
James McCoy
2fb46adc5e
Merge pull request #6531 from justinmk/vim-dc1f1645cb49
...
vim-patch: runtime updates
2017-04-19 23:16:36 -04:00
James McCoy
462c53eb3e
Merge pull request #6547 from jamessan/vim-7.4.2152
...
vim-patch:7.4.2152,7.4.2165,7.4.2173,7.4.2179,7.4.2209
2017-04-19 23:15:45 -04:00
James McCoy
cb02137dfa
vim-patch:7.4.2209
...
Problem: Cannot map <M-">. (Stephen Riehm)
Solution: Solve the memory access problem in another way. (Dominique Pelle)
Allow for using <M-\"> in a string.
35a4cfa200
2017-04-19 22:26:30 -04:00
James McCoy
ac05c8585c
Mark patches applied in 6baa669
...
vim-patch:7.4.2165
vim-patch:7.4.2173
vim-patch:7.4.2179
2017-04-19 22:25:18 -04:00
James McCoy
c5d7eaf664
vim-patch:7.4.2152
...
Problem: No proper translation of messages with a count.
Solution: Use ngettext(). (Sergey Alyoshin)
ee695f787a
2017-04-19 22:24:58 -04:00
Justin M. Keyes
b25fa94eb5
scripts/vim-patch.sh: word-boundaries in preprocess regex
2017-04-19 21:26:17 +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
ZyX
c2f3e361c5
*: Add comment to all C files
2017-04-19 19:11:50 +03:00
ZyX
3351016dcd
scripts: Add newline after the comment
2017-04-19 19:11:37 +03:00
ZyX
4555bf9e7f
scripts: Allow patching only build files
2017-04-19 19:10:53 +03:00
ZyX
9fd048d901
scripts: Do not patch already patched sources in patch mode
...
Also do not patch header files, that is not needed.
2017-04-19 19:04:00 +03:00
ZyX
38b2bc9a88
scripts: Make pvs do not patch separate directory, add patch mode
2017-04-19 18:55:32 +03:00
Justin M. Keyes
f0c12012d9
Merge #6546 from justinmk/doc
2017-04-19 15:03:02 +02:00
Justin M. Keyes
6bc6d94ec8
doc: api-contract, CONTRIBUTING.md
2017-04-19 13:48:12 +02:00
Nikolai Aleksandrovich Pavlov
29ab8c1ae2
doc/CONTRIBUTING.md: Recommend merge-based workflow.
...
References #6435
2017-04-19 04:03:09 +02:00