| Commit message (Collapse) | Author | Age |
... | |
| | | | |
|
| | | | |
|
| | | | |
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
eval: Fix coverity false positive.
|
| |/ /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
** CID 74786: Resource leak (RESOURCE_LEAK)
/src/nvim/eval.c: 10614 in f_jobsend()
/src/nvim/eval.c: 10616 in f_jobsend()
save_tv_as_string() should return NULL and input_len <= 0 for an empty
string or error. Callers should check that input != NULL instead of
input_len > 0 and assert(input == NULL) when the length must be checked.
|
|\ \ \
| | | |
| | | | |
vim-patch:7.4.425,435,467,472,473,478
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
vim-patch:7.4.478
Problem: Using byte length instead of character length for
'showbreak'.
Solution: Compute the character length. (Marco Hinz)
https://code.google.com/p/vim/source/detail?r=v7-4-478
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
vim-patch:7.4.473
Problem: Cursor movement is incorrect when there is a number
column/sign/fold column and 'sbr' is displayed.
Solution: Adjust the column for 'sbr'. (Christian Brabandt)
https://code.google.com/p/vim/source/detail?r=v7-4-473
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
vim-patch:7.4.472
Problem: The "precedes" entry in 'listchar' will be drawn when
'showbreak is set and list is not.
Solution: Only draw this character when 'list' is on. (Christian
Brabandt)
https://code.google.com/p/vim/source/detail?r=af998690a8841d4df95cea0bed4246f2ba98e247
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
vim-patch:7.4.467
Avoid a problem with unwanted linebreaks in block mode
https://code.google.com/p/vim/source/detail?r=v7-4-467
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
vim-patch:7.4.435
Problem: Line formatting behaves differently when 'linebreak' is set.
(mvxxc)
Solution: Disable 'linebreak' temporarily. (Christian Brabandt)
https://code.google.com/p/vim/source/detail?r=v7-4-435
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
vim-patch:7.4.425
Problem: When 'showbreak' is used "gj" may move to the wrong
position. (Nazri Ramliy)
Solution: Adjust virtcol when 'showbreak' is set. (Christian Brabandt)
https://code.google.com/p/vim/source/detail?r=v7-4-425
|
|\ \ \ \
| |_|/ /
|/| | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
These functions were only being used by mbyte.c, so move them and add the
"static" modifier.
|
|/ / /
| | |
| | |
| | | |
This is not being used and should not be part of the core anyway.
|
|\ \ \
| | | |
| | | | |
Change refs for joyent/libuv repo to libuv/libuv.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
* References to old repository found through grepping
* Replace references from github.com/joyent/libuv to github.com/libuv/libuv
* Fix previous commit by not including whitespace changes
For issue #1560.
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
Also move read_error_exit to os/input.c
|
| | | | | |
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
These functions only used to call another os_* function, so remove them and
replace all occurences in the project.
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Also:
- Remove NO_CONSOLE_INPUT/NO_CONSULE preprocessor conditionals
- Remove ctrl_c_interrupts variable, check for mapped_ctrl_c directly in
process_interrupts()
- Move ui_inchar profiling to input_poll which is where Nvim blocks for input.
|
|\ \ \ \ |
|
| | | | |
| | | | |
| | | | |
| | | | | |
- tests for vim_feedkeys and replace_termcodes
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- By default vim_feedkeys escaped all input for CSI/K_SPECIAL bytes
before using it. However since vim_replace_termcodes() also escapes
the input string chaining these functions together escapes input twice
- vim_feedkeys() now takes a third Boolean argument to enable/disable
escaping
- Breaks API compatibility
|
|\ \ \ \
| |_|_|/
|/| | | |
Avoid printing an error response when detecting xclip.
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
While we're at, using the slightly more portable `command -v` technique
to detect the executable. Also, there's no need to use `io.popen()` if
we aren't going to record the path. Instead, let's use the simpler
`os.execute()` to detect the presence of xclip.
|
|\ \ \ \
| | | | |
| | | | | |
Fix outdated msgpack-rpc doc.
|
| |/ / /
| | | |
| | | |
| | | | |
Needed after neovim/python-client#58.
|
|\ \ \ \
| |_|/ /
|/| | | |
build: allow skipping of the hash check in the download step
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This is useful when trying to bisect an issue in a dependency, and we
want to pull from a specific commit but don't want to have to download
and determine the sha1sum and md5sum of the tarball.
|
|\ \ \ \
| | | | |
| | | | | |
Improve Python host messages.
|
| | |/ /
| |/| | |
|
|\ \ \ \
| |/ / /
|/| | | |
build: probe the compiler to see if we need to turn down _FORTIFY_SOURCE
|
|/ / /
| | |
| | |
| | |
| | |
| | | |
Some builds don't use Release (such as Gentoo, though it can be told
to). So let's go a bit further and probe the compiler to see if we need
to turn down the _FORTIFY_SOURCE level.
|
|\ \ \
| | | |
| | | | |
build: print the error result when the tests fail
|
| | | | |
|
| | | |
| | | |
| | | |
| | | |
| | | | |
Any diagnostic information is useful when things fail. In my case, it
printed out the fact that the tests were segfaulting.
|
|\ \ \ \
| |_|/ /
|/| | | |
Fix broken functional test.
|
| |/ /
| | |
| | |
| | |
| | |
| | | |
In Lua, all math is floating point. We need to coerce the result of a
division into a integer with the `{get,set}_height` and
`{get,set}_width` window_spec functional tests.
|
|\ \ \
| | | |
| | | | |
add missing refcount increment for systemlist()
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
- get_system_output_as_rettv() was missing a refcount increment when
returning an empty list, i.e. when there was no output
- we now use rettv_list_aloc() instead of list_alloc()
- issue #1530
|
|\ \ \ \
| |_|/ /
|/| | | |
|
|/ / /
| | |
| | |
| | |
| | | |
The new version fixes defunct processes which causes random test failures on
some systems(#1519)
|
|\ \ \
| | | |
| | | | |
Print an error and exit when there are no plugins.
|
|/ / /
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Issue: #1537
Running the :UpdateRemotePlugins command will show an ugly, unhelpful
error when no plugins were found. This change has neovim print an error message
and does not attempt to start the python-client which requires at least one
plugin.
|
|\ \ \
| |/ /
|/| | |
Memory functions: Improve style.
|
|/ /
| |
| |
| |
| |
| |
| |
| | |
`try_malloc` was changed in 8bb2c2c0742c57150655e18cf8418a758cebdce8 to
avoid a warning when size is 0. Then, this improves some things on that:
- Use local vars instead of changing parameters.
- Homogenize style for other related functions.
|
|\ \
| | |
| | | |
clipboard: check for X on every invocation
|