Justin M. Keyes
adf29cef72
syntax.c: Update color names. ( #5733 )
...
Closes #5178
2016-12-08 01:01:12 +01:00
Justin M. Keyes
ff99cbfc02
Merge #5488 from justinmk/test-fix-mouse-drag
...
test: Disable unreliable test on travis+ASAN_UBSAN
2016-12-07 23:55:18 +01:00
Justin M. Keyes
8da23cb919
Merge #5729 from jamessan/vim-7.4.1751
...
vim-patch:7.4.1751,8d8aa0a
2016-12-07 18:47:10 +01:00
Justin M. Keyes
933c873cae
test: Handle SIGHUP in tty-test fixture.
...
Closes #5727
2016-12-07 17:22:37 +01:00
Justin M. Keyes
a1b0f594ea
test: Disable unreliable tests on travis+ASAN_UBSAN
2016-12-07 17:22:23 +01:00
James McCoy
f7a49532b1
lint
2016-12-07 11:04:33 -05:00
Justin M. Keyes
1a4f13ba8f
test: helpers.retry()
2016-12-07 17:03:52 +01:00
James McCoy
035eb27575
vim-patch:8d8aa0a
...
Add missing test file.
8d8aa0a367
2016-12-07 10:44:35 -05:00
James McCoy
4f3c9ad4d7
vim-patch:7.4.1751
...
Problem: Crash when 'tagstack' is off. (Dominique Pelle)
Solution: Fix it. (Hirohito Higashi)
def5abe0a2
2016-12-07 10:44:31 -05:00
Björn Linse
e6b7dade4f
Merge pull request #5712 from bfredl/utf8charset
...
clean up charset.c for assumed &encoding=utf-8
2016-12-07 15:42:06 +01:00
Justin M. Keyes
ff35d4c987
doc: 'shelltemp'
...
Closes #5706
2016-12-07 13:37:44 +01:00
Björn Linse
2eeabf9a43
mbyte: clean up charset.c for assumed encoding=utf-8
2016-12-07 08:59:08 +01:00
James McCoy
6115029496
Merge pull request #5721 from jamessan/vim-7.4.1708
...
vim-patch:7.4.1708
2016-12-06 15:47:59 -05:00
James McCoy
e085f7c5f1
vim-patch:7.4.1708
...
Problem: New regexp engine does not work properly with EBCDIC.
Solution: Define equivalence class characters. (Owen Leibman)
2a6fa564a3
Although nvim doesn't support EBCDIC systems, this keeps us inline with
upstream code so its easier to merge future patches in this area and
improves the readability of the code.
2016-12-06 11:16:33 -05:00
Marco Hinz
7666b4950e
Health: show :help + tags ( #5719 )
2016-12-05 13:01:47 +01:00
James McCoy
8089292472
Merge pull request #5715 from equal-l2/change-lua-url
...
Update Lua's download URL
2016-12-03 23:59:38 -05:00
James McCoy
0165de0228
Merge pull request #5707 from jamessan/moar-cleaning
...
build: Make clean targets more thorough
2016-12-03 23:33:13 -05:00
James McCoy
cc33aebd8e
Merge pull request #5716 from jamessan/fix-man-plugin
...
ftplugin/man: Finish early if &filetype is not man
2016-12-03 23:32:07 -05:00
James McCoy
9337e98b16
ftplugin/man: Finish early if &filetype is not man
...
Many people have `runtime ftplugin/man.vim` in their init file, as was
required in Vim to have the `:Man` command generally available.
7a4d069b
removed the &filetype check, which caused these setups to
always create a blank `man://` buffer.
2016-12-03 21:27:43 -05:00
equal-l2
3143d7cce3
Change Lua's download URL
2016-12-04 09:42:32 +09:00
Justin M. Keyes
b025474258
vim-patch:8.0.0110 ( #5700 )
...
Closes #5616
Problem: Drop command doesn't use existing window.
Solution: Check the window width properly. (Hirohito Higashi)
5a030a540f
2016-12-03 22:38:13 +01:00
Justin M. Keyes
e29a4ceede
Merge #5704 from jamessan/vim-7.4.1748
...
vim-patch:7.4.1748
vim-patch:f9660b5
2016-12-03 18:09:42 +01:00
James McCoy
d98ebd6ab9
build: Make clean targets more thorough
2016-12-02 20:38:55 -05:00
James McCoy
d9dffeb486
lint
2016-12-02 20:30:08 -05:00
James McCoy
a4f646dde8
vim-patch:f9660b5
...
Add missing test file.
f9660b59b2
2016-12-02 20:30:06 -05:00
James McCoy
fa9cd8b878
vim-patch:7.4.1748
...
Problem: "gD" does not find match in first column of first line. (Gary
Johnson)
Solution: Accept match at the cursor.
1538fc34fa
2016-12-02 20:30:03 -05:00
Justin M. Keyes
3607e0b8ff
doc: Remove obsolete reference to rgb_file
.
...
Closes #5695
2016-12-01 16:00:28 +01:00
James McCoy
77dceaaeb7
Merge pull request #5675 from brcolow/vim-7.4.1738
...
vim-patch:7.4.17[35,38,39]
2016-12-01 13:32:12 -05:00
James McCoy
6c1d81aef2
Merge pull request #5663 from brcolow/vim-7.4.1702
...
vim-patch:7.4.1702
2016-12-01 12:51:10 -05:00
Michael Ennen
4f3bb5262c
vim-patch:7.4.1702
...
Problem: Using freed memory when parsing 'printoptions' fails.
Solution: Save the old options and restore them in case of an error.
(Dominique)
4afc7c5d4a
2016-12-01 09:20:23 -05:00
Michael Ennen
909b7d9dea
vim-patch:7.4.1739
...
Problem: Messages test fails on MS-Windows.
Solution: Adjust the asserts. Skip the "messages maintainer" line if not
showing all messages
bea1ede1c5
2016-12-01 09:15:47 -05:00
James McCoy
85f9f9f46d
Merge pull request #5674 from brcolow/vim-7.4.1723
...
vim-patch:7.4.1723
2016-12-01 09:07:33 -05:00
James McCoy
e1cdf04f2d
Merge pull request #5665 from brcolow/vim-7.4.1711
...
vim-patch:7.4.1711
2016-12-01 09:01:55 -05:00
Marco Hinz
d2e8c76dc2
Merge PR #5651 from mhinz/vv/exitval
2016-12-01 15:00:58 +01:00
Marco Hinz
df2ffe48ce
Tests: add tests for v:exiting
2016-12-01 14:57:27 +01:00
Marco Hinz
147b03e7d0
Add v:exiting
...
Contains the exit value nvim will use.
Before exiting, it is v:null. That way jobs or autocmds (in VimLeavePre or
VimLeave) can check if Neovim is about to quit and with what exit value.
Closes #4666 .
2016-12-01 14:57:22 +01:00
James McCoy
5194e3bc45
Merge pull request #5664 from brcolow/vim-7.4.1707
...
vim-patch:7.4.1707
2016-12-01 08:46:18 -05:00
Björn Linse
1f8a3da796
Merge pull request #5669 from chemzqm/add-cmdline-mode-rpc
...
Add cmdline mode to ui_mode_change
2016-12-01 08:05:44 +01:00
James McCoy
0e1c406df4
Merge pull request #5662 from brcolow/vim-7.4.1701
...
vim-patch:7.4.1701
2016-12-01 00:14:16 -05:00
James McCoy
5679ceb3a8
Merge pull request #5648 from brcolow/vim-7.4.2071
...
vim-patch:7.4.2071
2016-11-30 20:58:11 -05:00
chemzqm
3cf4b14e96
add cmdline mode to modechange of RPC and tests
...
use set_cursor_shape_bar for cmdline mode
fix test of screen_basic_spec.lua & screen.lua
comment fix
2016-11-30 22:20:06 +08:00
Michael Ennen
f94740097b
vim-patch:7.4.1738
...
Problem: Count for ":messages" depends on number of lines.
Solution: Add ADDR_OTHER address type.
5d91646599
2016-11-29 16:32:43 -07:00
Michael Ennen
d2be11fbf2
vim-patch:7.4.1735
...
Problem: It is not possible to only see part of the message history. It is
not possible to clear messages.
Solution: Add a count to ":messages" and a clear argument. (Yasuhiro
Matsumoto)
451f849fd6
2016-11-29 16:32:43 -07:00
Shougo
f2c6cc2d09
version.c: mark NA patches ( #5657 )
...
1710: external command
2311: Appveyor
2016-11-29 23:43:25 +01:00
Justin M. Keyes
78cbed5138
Merge #5643 from Shougo/vim-7.4.1686
...
vim-patch:7.4.1686, 7.4.2007
2016-11-29 23:40:29 +01:00
Michael Ennen
783c9aac8e
vim-patch:7.4.1699 ( #5660 )
...
Problem: :packadd does not work the same when used early or late.
Solution: Always load plugins matching "plugin/**/*.vim".
71fb0c146b
2016-11-29 23:19:25 +01:00
Michael Ennen
5efcefee87
vim-patch:7.4.2071
...
Problem: The return value of type() is difficult to use.
Solution: Define v:t_ constants. (Ken Takata)
f562e72df7
2016-11-29 15:02:24 -07:00
James McCoy
3979c6cbed
Merge pull request #5687 from jamessan/if_py-crash
...
msgpack_rpc: Allocate empty string in msgpack_rpc_to_object
2016-11-29 09:40:53 -05:00
James McCoy
b37d062459
msgpack_rpc: Allocate empty string in msgpack_rpc_to_object
...
STR_CASE previously used a NULL data pointer for the String object, but
this pushes the NULL checks to the rest of the code. Instead,
allocating an empty string solves the same issue of there not being any
data but ensures that we're not passing NULL to functions that don't
expect it.
Closes #5627
2016-11-29 08:19:48 -05:00
James McCoy
9e56278d0b
Merge pull request #5684 from jamessan/initialize-terminput-buf
...
rbuffer: Use xcalloc to ensure memory is initialized
2016-11-29 06:54:56 -05:00