watiko
b137ebdd17
tests: Migrate legacy test match_conceal
2016-02-11 15:08:31 +09:00
watiko
133ef7e465
vim-patch:7.4.792
...
Problem: Can only conceal text by defining syntax items.
Solution: Use matchadd() to define concealing. (Christian Brabandt)
6561d52ecb
2016-02-11 15:08:31 +09:00
Florian Walch
84281bf675
Merge pull request #4205 from watiko/vim-7.4.737
...
vim-patch:7.4.737
2016-02-10 20:51:14 +01:00
Justin M. Keyes
953e140a18
Merge pull request #4224 from fmoralesc/docs-term
...
doc: remove references to 'term' and other tty related options.
2016-02-10 11:01:23 -05:00
Felipe Morales
11f43360d1
doc: remove references to 'term' and other tty related options.
...
Re: https://github.com/neovim/neovim/issues/4218
2016-02-10 16:52:48 +01:00
Justin M. Keyes
9b9695ab8e
Merge pull request #4221 from Jun-T/install-mo
...
install *.mo files correctly
2016-02-10 10:37:24 -05:00
Justin M. Keyes
c74dc9dd6c
Merge pull request #4225 from bfredl/helptags
...
build: if helptags generation fails, echo the message
2016-02-10 10:27:08 -05:00
Jun T
81f54f909e
set VIMPACKAGE to "nvim"
2016-02-10 21:34:10 +09:00
Björn Linse
222a1655f5
cmake: if helptags generation fails, echo the message
2016-02-10 13:23:23 +01:00
Felipe Morales
c2384597ef
Merge pull request #4217 from fmoralesc/vim-7.4.735
...
vim-patch: 7.4.735 is NA
2016-02-10 11:17:47 +01:00
Felipe Morales
c5c53ed8b4
vim-patch:7.4.735 (NA)
...
Problem: Wrong argument for sizeof().
Solution: Use a pointer argument. (Chris Hall)
e2e4b98622
This was already handled in nvim.
2016-02-10 10:25:18 +01:00
Jun T
0690c3358d
install *.mo files correctly
2016-02-10 16:45:37 +09:00
watiko
6d57b48a53
vim-patch:7.4.737
...
Problem: On MS-Windows vimgrep over arglist doesn't work (Issue 361)
Solution: Only escape backslashes in ## expansion when it is not used as the
path separator. (James McCoy)
6e8d3b0d41
---
Fix a lint error for the closing parenthesis.
NOLINT does not help to do this.
2016-02-10 16:19:33 +09:00
Florian Walch
e7615ddc22
CMake: Add #include in _FORTIFY_SOURCE check. #4214
...
Some toolchains apparently set _FORTIFY_SOURCE=2 in internal header
files. Include <string.h> (which in turn should include such internal
header files) before checking the value of _FORTIFY_SOURCE to catch
that.
Fixes #4183 .
2016-02-10 00:17:55 +01:00
Florian Walch
dcdb50b64b
Merge pull request #4212 from jbradaric/vim-7.4.834
...
vim-patch:7.4.834
2016-02-09 22:26:30 +01:00
Jurica Bradaric
f19e4dd1df
vim-patch:7.4.834
...
Problem: gettabvar() doesn't work after Vim start. (Szymon Wrozynski)
Solution: Handle first window in tab still being NULL. (Christian Brabandt)
7e47d1ac6a
2016-02-09 20:21:26 +01:00
Björn Linse
3be74ac634
Merge pull request #4103 from cacplate/pr-3695
...
charset.c: change return type to bool
2016-02-09 18:18:53 +01:00
Charles Joachim
35b6a020b9
charset.c: change return type to bool
...
Co-authored-by: Wayne Rowcliffe
2016-02-09 11:13:04 -05:00
Marco Hinz
8b5cc1230a
Syntax: skip over ]
...
The ported patch for 7.4.825 removed code that is needed to walk over "]" by
accident.
0: 52692d3cd3
1: 1560d07045
Fixes #4207 .
2016-02-09 15:28:52 +01:00
Justin M. Keyes
25a70469f4
Merge pull request #4187 from watiko/vim-7.4.742
...
vim-patch:7.4.742
2016-02-09 02:19:17 -05:00
Justin M. Keyes
6fbb9ceb5e
Merge pull request #4184 from watiko/vim-7.4.732
...
vim-patch:7.4.732
2016-02-09 02:14:38 -05:00
Justin M. Keyes
7c2b2ea9c9
Merge pull request #4178 from watiko/vim-7.4.708
...
vim-patch:7.4.{708,717}
2016-02-09 02:10:57 -05:00
Justin M. Keyes
b9701c2a2b
Merge #4152 'vim-patch:7.4.{798,800,805,810,811,814,815,816,817,820,825}'.
2016-02-09 01:58:54 -05:00
Justin M. Keyes
17ae27190d
Merge #4136 vim-patch:7.4.{755,758,760}
2016-02-09 01:41:04 -05:00
Jurica Bradaric
18be6e0b30
vim-patch:979243b
...
Update help files.
https://github.com/vim/vim/commit/979243b
2016-02-09 01:36:29 -05:00
Jurica Bradaric
0429b7714f
vim-patch:7.4.760
...
Problem: Spelling mistakes are not displayed after ":syn spell".
Solution: Force a redraw after ":syn spell" command. (Christian Brabandt)
5081d20247
2016-02-09 01:36:29 -05:00
Jurica Bradaric
b0cfb6905a
vim-patch:7.4.758
...
Problem: When 'conceallevel' is 1 and quitting the command-line window with
CTRL-C the first character ':' is erased.
Solution: Reset 'conceallevel' in the command-line window. (Hirohito
Higashi)
fa67fbe6b8
2016-02-09 01:36:29 -05:00
Jurica Bradaric
a9a25fda42
vim-patch:7.4.755
...
Problem: It is not easy to count the number of characters.
Solution: Add the skipcc argument to strchars(). (Hirohito Higashi, Ken
Takata)
641e48c224
2016-02-09 01:36:29 -05:00
Justin M. Keyes
31aa060bca
vim-patch:7.4.801
...
Problem: Test for ":diffoff" doesn't catch all potential problems.
Solution: Add a :diffthis and a :diffoff command. (Olaf Dabrunz)
278236000f
2016-02-09 01:17:02 -05:00
Justin M. Keyes
39e5d9287e
Merge #4139 'vim-patch:7.4.{768,769}'.
2016-02-09 01:04:54 -05:00
Jurica Bradaric
81ccfc576f
vim-patch:7.4.769
...
Problem: Behavior of :diffoff is not tested.
Solution: Add a bit of testing. (Olaf Dabrunz)
2693ca21ce
2016-02-09 01:03:33 -05:00
Jurica Bradaric
32e33aabdf
vim-patch:7.4.768
...
Problem: :diffoff only works properly once.
Solution: Also make :diffoff work when used a second time. (Olaf Dabrunz)
4392996461
2016-02-09 01:03:33 -05:00
Justin M. Keyes
cb5ee26540
Merge pull request #4094 from justinmk/_GNU_SOURCE
...
cmake: Linux: define _GNU_SOURCE.
2016-02-09 00:34:14 -05:00
Justin M. Keyes
d402841b54
version bump
2016-02-09 00:21:54 -05:00
Justin M. Keyes
b33c777493
NVIM v0.1.2
...
Features:
ef66249
tabline: Add %[] atom to the tabline, for random commands on click
f338ea7
job control: implement jobpid() to get PID of job
d0d5d17
job control: add 'detach' option to jobstart
7ad3f07
Add support for binary numbers
Fixes:
291495a
regexp_nfa.c: Speed up find_match_text()
317d5ca
input: Do not set high-bit; preserve ALT modifier.
3b7c409
shell: Unquote &shell* options before using them
Notable changes:
49b06a8
encoding: Always use "utf-8" as default for &encoding
79a6983
ui: revert "gui_running" hack
Other changes:
b4b4536
version: semver.org compliance
c6aa716
reproducible builds: Stop using __{DATE,TIME}__
46bd3c0
clipboard: Check $DISPLAY. Prefer xsel. #4150
f6ecd12
job control: don't kill PTY processes on exit
49f0417
clipboard: Detach clipboard helper, so contents is kept after nvim exit
38435e8
python: Add missing I/O methods to RedirectStream
d26b01d
eval: Use better error messages when failing to dump values
62d137c
Remove swapsync.
2016-02-09 00:01:18 -05:00
E Kawashima
392964617a
vimrc_example.vim: Update vimrc path. #4203
2016-02-08 23:29:18 -05:00
watiko
bf6c5bc225
Fix lint errors
2016-02-09 09:39:52 +09:00
Diego Viola
f8f92a2360
doc: Add whitespace before parens. #4202
2016-02-08 13:43:27 -05:00
watiko
ba8ec7e963
vim-patch:7.4.742
...
Problem: Cannot specify a vertical split when loading a buffer for a
quickfix command.
Solution: Add the "vsplit" value to 'switchbuf'. (Brook Hong)
a594d77ffc
2016-02-07 17:54:37 +09:00
Justin M. Keyes
827e267800
Merge pull request #4175 from watiko/vim-7.4.700
...
vim-patch:7.4.700
2016-02-07 01:33:01 -05:00
David Barnett
cc52060245
vim-patch:541f92 #4173
...
Updated runtime files.
https://github.com/vim/vim/commit/541f92
2016-02-07 01:13:30 -05:00
Justin M. Keyes
bd3ea7227e
Merge pull request #4176 from watiko/vim-7.4.689
...
vim-patch:7.4.689
2016-02-07 01:01:03 -05:00
Justin M. Keyes
0ef0c17837
Merge pull request #4185 from justinmk/ci_mingw
...
CI/travis: get MinGW from our mirror
2016-02-07 00:09:39 -05:00
Justin M. Keyes
5e876388e5
CI/travis: get MinGW from our mirror.
...
sourceforge download has been failing randomly, which causes build
failures.
2016-02-06 23:43:16 -05:00
watiko
1ecbfd19db
vim-patch:7.4.689
...
Problem: On MS-Windows, when 'autochdir' is set, diff mode with files in
different directories does not work. (Axel Bender)
Solution: Remember the current directory and use it where needed. (Christian
Brabandt)
d87c36ea5e
---
see: "autochdir + encoding=utf8 messes up diff"
https://groups.google.com/d/msg/vim_dev/QrE4Y2LMJR8/uxigns5KGxYJ
2016-02-07 13:40:07 +09:00
Justin M. Keyes
b12e5fa8bd
CI/travis: Move check to before_script.sh.
...
Avoids some duplication.
2016-02-06 23:19:26 -05:00
watiko
9b19335c6e
vim-patch:7.4.693 #4172
...
Problem: Session file is not correct when there are multiple tab pages.
Solution: Reset the current window number for each tab page. (Jacob Niehus)
695baeefe1
---
see: "[patch] wincmd error during session restore"
https://groups.google.com/d/msg/vim_dev/NykQ0UuOjXc/_MZi4sv9vp0J
What I did for testing:
```sh
mkdir /tmp/test_session
cd $_
function test_session() {
$1 -u NONE -i NONE -N ~/.vimrc \
-c 'wincmd s' \
-c 'wincmd v' \
-c 'wincmd T' \
-c 'normal 1gt' \
-c '2wincmd w' \
-c 'mks! test.vis' \
-c 'qa'
$1 -u NONE -i NONE -N -S test.vis
}
test_session vim
test_session nvim
test_session /path/to/your/neovim/repository/build/bin/nvim
```
2016-02-06 22:54:36 -05:00
watiko
8b2b9b83b7
vim-patch:7.4.732
...
Problem: The cursor line is not always updated for the "O" command.
Solution: Reset the VALID_CROW flag. (Christian Brabandt)
d0d0fe09cf
2016-02-07 08:22:34 +09:00
Justin M. Keyes
1ce80d8676
Merge pull request #4174 from jamessan/msgpack-version-check
...
cmake: Fix search for msgpack when old system lib is installed
2016-02-06 12:44:40 -05:00
James McCoy
1d1574e0ac
cmake: Use find_package(Msgpack)'s version in pkg_search_module
...
Avoid duplicating information by using the Msgpack_FIND_VERSION variable
exported by find_package() inside FindMsgpack's pkg_search_module call.
2016-02-05 21:23:19 -05:00