ZyX
58a5699a44
buffer: PVS/V557: Refactor maketitle()
2018-04-09 10:29:28 +03:00
ZyX
2a6491cdf8
os/env: Refactor home_replace() to the new style and to return length
2018-04-09 10:29:26 +03:00
ZyX
0d7daaad98
charset,*: Refactor transstr()
2018-04-09 01:39:33 +03:00
ZyX
e670756676
memory: Fix documentation of some string copying functions
2018-04-09 01:36:52 +03:00
ZyX
414ef75ee6
buffer: Beautify code a bit
2018-04-09 01:35:23 +03:00
Justin M. Keyes
fa6415f13f
test/API: validate channel arg ( #8245 )
2018-04-08 03:01:15 +02:00
Marco Hinz
929a732d00
build/clang 6.0.0: fix type conversion warnings ( #8235 )
2018-04-07 16:20:31 +02:00
Utkarsh Anand
1ca138f236
build/OpenBSD: force gmake ( #8222 )
...
fix #8216
2018-04-07 16:10:01 +02:00
Justin M. Keyes
2ec94eb23f
win/install: xxd.exe ( #8241 )
2018-04-07 04:09:43 +02:00
Björn Linse
7034feb666
Merge pull request #8236 from bfredl/tuishape
...
TUI: clean up handling of CursorShape enum
2018-04-06 12:51:19 +02:00
Björn Linse
de0d1a0d2a
TUI: EMSG2 must not be used from TUI thread
2018-04-06 11:50:11 +02:00
Justin M. Keyes
d49c1dda8b
Merge #8228 from mhinz/fix-fgets
2018-04-05 00:54:58 +02:00
Marco Hinz
1fd54f29c1
Make vim_fgets() return the same values as in Vim
...
The implementation of vim_fgets() differs between Neovim and Vim.
Vim says that it only returns `true` for EOF. But it always returns `true` when
fgets() returns NULL. This happens for EOF _or_ errors.
That probably misguided the author of Neovim's vim_fgets(), which does NOT
return `true` for errors.
Since all the callers of vim_fgets() probably expect it to work as it does in
Vim (and not as it says), it now returns the same values as the Vim
implementation.
Fixes #8227
2018-04-04 21:13:14 +02:00
Justin M. Keyes
e8c39f72fd
Merge #8226 from justinmk/insert-mode-meta
2018-04-04 04:36:13 +02:00
Justin M. Keyes
224ebc0078
insert-mode: interpret unmapped META as ESC
...
closes #2454
closes #8213
ref #7972
2018-04-04 03:23:15 +02:00
Justin M. Keyes
8b8a75b2cf
Merge #7524 from justinmk/vim-8.0.1281
2018-04-04 01:29:56 +02:00
Daniel Hahler
e40e300c16
ins_compl_add_tv: fix memory leaks via get_spec_reg ( #8224 )
...
Fixes #8186
2018-04-03 01:30:48 +02:00
Justin M. Keyes
e25e552a3d
vim-patch:8.0.1284: loading file type detection slows down startup
...
Problem: Loading file type detection slows down startup.
Solution: Store the last pattern of an autocommand event to make appending
quicker.
462455ee8b
2018-04-02 23:59:49 +02:00
Justin M. Keyes
eb00fc0cf0
vim-patch:8.0.0564: cannot detect Bazel BUILD files on some systems
...
Problem: Cannot detect Bazel BUILD files on some systems.
Solution: Check for BUILD after script checks. (Issue vim/vim#1340 )
39170e2d97
vim-patch:8.0.1283: test 86 fails under ASAN
2018-04-02 23:59:49 +02:00
Justin M. Keyes
b982f0e654
vim-patch:8.0.1285
...
d09a206ee9
vim-patch:8.0.0564: cannot detect Bazel BUILD files on some systems
2018-04-02 23:59:49 +02:00
Justin M. Keyes
411d578137
vim-patch:8.0.1282
...
Problem: script-local variable defined in the wrong script
Solution: Move variable to autoload/filetype.vim.
cef7322d8a
2018-04-02 23:59:48 +02:00
Justin M. Keyes
04f5062978
vim-patch:8.0.1281
...
Problem: Loading file type detection slows down startup.
Solution: Move functions to an autoload script.
851ee6c3da
---
vim-patch:8.0.0635
Problem: When 'ignorecase' is set script detection is inaccurate.
Solution: Enforce matching case for text. (closes #1753 )
2018-04-02 23:59:46 +02:00
Björn Linse
60e96a45b4
screen: winhl=Normal:Background should not override syntax ( #8093 )
...
fixes #7375
2018-04-02 14:21:14 +02:00
Justin M. Keyes
cb5cde6e2b
build/CMake: use CMake-2.8.7-compatible list-check ( #8220 )
...
Tested with:
make CMAKE_EXTRA_FLAGS='-DLANGUAGES="en_GB;ja;sk"'
closes #8219
2018-04-02 12:40:31 +02:00
Justin M. Keyes
0c59ac1a2c
Merge #5908 'shada: Also save numbered marks'
2018-04-02 12:01:00 +02:00
Justin M. Keyes
4b26e365ae
Merge #8208 'Clean up dependency patches'
...
closes #6659
2018-04-02 11:57:27 +02:00
Utkarsh Anand
9b7ce00486
build/OpenBSD: need -lpthread -lc++abi for LuaJIT ( #8215 )
2018-04-02 11:08:11 +02:00
ZyX
5d9bb16d66
functests: Use proper path in eq()
2018-04-02 11:14:11 +03:00
James McCoy
ec459965f5
test/options: Fix stdpath() failures on Windows
2018-04-01 22:40:20 -04:00
b-r-o-c-k
1b898d7af5
build/windows: Patch Luv with a patch file instead of CMake
2018-04-01 20:32:22 -05:00
b-r-o-c-k
57fef8b49b
build/windows: Move libtermkey patches into this repository
2018-04-01 20:32:22 -05:00
ZyX
1fc09b5b98
eval/typval_encode: Silence PVS/V501,V547,V779
...
These kinds of warnings are inevitable for generic macros.
2018-04-02 00:46:18 +03:00
ZyX
5660482406
api/buffer: Fix PVS/V547: use correct border for lnum
...
Should actually be silencing that for the sake of the case when `long` is
actually not 64-bit. But it appears that Vim had already defined maximal line
number. And even declared that exact value invalid, so no need in silencing.
2018-04-02 00:41:00 +03:00
ZyX
bf160dd668
quickfix: Fix PVS/V560: remove duplicate condition
...
Condition was checked in surrounding if().
2018-04-02 00:31:29 +03:00
ZyX
6b84f7813c
pvscheck: Also provide source tree root to plog-converter
2018-04-02 00:16:22 +03:00
ZyX
65d0b8ed32
pvscheck: Also produce fullhtml reports
2018-04-02 00:15:31 +03:00
ZyX
7eceac218e
pvscheck: Make realdir work with nonexistent directories
2018-04-02 00:07:05 +03:00
ZyX
bdf5f57989
shada: Fix conversion warnings
2018-04-01 23:37:23 +03:00
ZyX
dd1b493f75
shada: Fix some memory leaks and completely ignore numbered mark names
...
Problems:
- In two places in shada_read_when_writing() memory just was not freed. Both
places were verified to cause test failures.
- Numbered marks got assigned incorrect (off-by-one compared to position in the
array) numbers in replace_numbered_mark.
- It was possible to have non-continuously populated array of numbered marks
which messed up code for merging them.
(Note about tests: marks with additional data are always compared different when
merging, that caused some confusion regarding why test did not work the way
I expected.)
2018-04-01 21:29:47 +03:00
ZyX
f5373e2cdc
shada: Add functions to format ShaDa entries for debugging purposes
...
To be used in debugging printfs.
2018-04-01 21:23:43 +03:00
ZyX
200898546e
shada: When storing numeric marks reset the numbers
...
Attempt to fix observed crash. Crash currently not reproduced.
2018-04-01 20:05:19 +03:00
ZyX
1ac1f520f0
functests: Add test for merging with file with only numeric mark
...
Known to cause memory leak, but not an expected crash.
2018-04-01 20:04:35 +03:00
Björn Linse
98e7112390
msg: do not scroll entire screen ( #8088 )
2018-03-31 11:12:27 +02:00
Marty E. Plummer
362346f563
build/CMake: LANGUAGES config option #8203
...
Signed-off-by: Marty E. Plummer <hanetzer@startmail.com >
2018-03-31 10:59:45 +02:00
Justin M. Keyes
c8fd7ce08b
ci/AppVeyor: cover MinGW and MSVC in PRs ( #8206 )
2018-03-30 21:54:39 +02:00
Justin M. Keyes
30f6ff7021
.gitignore
2018-03-30 17:47:25 +02:00
Utkarsh Maheshwari
f21867a15c
timer_pause: stop the timer resource ( #8199 )
...
If the timer isn't stopped, it still emits events which consume some CPU.
Fix #8188
2018-03-30 17:09:29 +02:00
Christian Höltje
868b84199e
eval: Add stdpath() method ( #5297 )
...
Adds the :stdpath method for fetching XDG standard directories.
Fixes #5297
2018-03-29 10:41:04 -04:00
James McCoy
e54ff10d44
lint
2018-03-29 10:32:12 -04:00
James McCoy
b5a47f4907
Merge pull request #6377 from yagebu/option-fixes
...
options: fixes and some refactoring for number options
Closes #6696
2018-03-29 09:11:22 -04:00