| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NA patch list:
892: (MS-Win, iconv)
https://github.com/vim/vim/commit/9d6ca1cc5ebb6e61cc2ef73aecfbb0bdbb65432f
904: ({,g}vim.desktop)
https://github.com/vim/vim/commit/6407b3e80d7d7f8f0797c13ae35cc06f96be46c9
https://github.com/vim/vim/commit/1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
vim-patch:1d8d9c0bec84ac799a2f62a5ac81eade3eaf638a
905: (if_py_both)
https://github.com/vim/vim/commit/d424747d5821c2873e24d25d3407d08b25ea3443
909: (src/Makefile)
https://github.com/vim/vim/commit/de59ba33aa3b94f2757dbf3451682d762c15ebcf
914: (src/term.c, logical-not-parentheses)
https://github.com/vim/vim/commit/98b30a473a58ae98c280e0383c8b1e08c0ebced5
943: (src/testdir/Makefile, test_writefile)
https://github.com/vim/vim/commit/48a969b48898fb08dce636c6b918408c6fbd3ea0
947: (src/testdir/Make_ming.mak, Test_listchars)
https://github.com/vim/vim/commit/5311c02f25eed8f34e8a80becb98e86264f371c3
956: (empty) Missing parts are in other runtime comitts.
https://github.com/vim/vim/commit/f882d9f89dbe24ab1ba4bc88529bef28242fd2ed
969: (cast) HAVE_AVAIL_MEM was removed.
https://github.com/vim/vim/commit/35be4534c029148a89ccc41e8e465d793e7ed7c2
993: (if_py_both)
https://github.com/vim/vim/commit/52f6ae1366b34fc5771595c0bd17c779a7f6f544
Already merged patch list:
vim-patch:35e7594dd429f7a8a06cefd61c3e8d48b9bd74e2
vim-patch:44132a10aeb45c957959cafb4ac39d3f478be98c
vim-patch:974
|
|\
| |
| | |
.editorconfig
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
All syntastic users experienced this problem:
E685: Internal error: get_tv_string_buf()
It's reproducable with:
:call setloclist(0, [''])
So, not given optional arguments to setloclist() lead to some fields not
inizilied and the code took the wrong branches.
|
|\ \
| | |
| | | |
build: install *.mo into the "standard" directory
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Change POROJECT_NAME to 'nvim', and use it as the gettext
domain name. The *.mo files, previously installed as
$runtime/lang/xx/LC_MESSAGES/nvim.mo, are now installed as
$prefix/locale/xx/LC_MESSAGES/nvim.mo.
|
|\ \ \
| | | |
| | | | |
Correct documention on order autocmds
|
| | | |
| | | |
| | | |
| | | |
| | | | |
The order of executed autocmds TabEnter and WinEnter is wrongly stated
in the documentation. TabEnter is executed after WinEnter.
|
|\ \ \ \
| | | | |
| | | | | |
Adjust terminal text color if it is bold
|
| | | | |
| | | | |
| | | | |
| | | | | |
Now the terminal should also correctly output true color codes
|
|\ \ \ \ \
| | | | | |
| | | | | | |
build system: allow linting a single file and revert #4216
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
This was not the correct way to fix the issue.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
For instance to only lint "edit.c"
make lint LINT_FILE="src/nvim/edit.c"
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
|
| | | | | | |
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Add an extra argument to these functions to set w:quickfix_title.
This is a modified version of a patch from vim_dev. Discussion here:
https://groups.google.com/forum/#!topic/vim_dev/X7VVPd4Do5s
Credits go to Christian "chrisbra" Brabandt and Daniel "blueyed" Hahler.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Fix the ASCII-art diagram in undo.c
|
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Set \t to 8 spaces and `retab`.
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
support buffer-associated highlighting by external plugins
|
| | | | | | | |
|
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
msgpack_rpc_dispatch doesn't exist anymore
|
| | | | | | | |
|
|/ / / / / / |
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
coverity/71530: Prefer STRLCPY to STRCPY in option.c
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Addresses Coverity CID 71530
Prefer sizeof(NameBuff)
Add braces for Travis lint
Break long line
Properly align parameters in multi-line function call
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
Update to libuv 1.8.0
|
| |/ / / / / |
|
|\ \ \ \ \ \
| |_|_|/ / /
|/| | | | | |
Fix some problems with cs_print_tags_priv()
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
* Style changes
* Variable removal
* Comment update
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Using `:cscope find s <cword>` with the cursor on a very short word like
`key` does not output the first line on the screen correctly: Output is
`Cscope tag: keyrd>` instead of
`Cscope tag: key`.
To fix this, clear the screen line after the first line was printed.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Variable tbuf going out of scope leaks the storage it points to.
We don't have to use the copy tbuf of a match. Because matches are always in
ctags style, we can operate on them directly.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Allocating insufficient memory for the terminating NUL of the string.
False positive, we allocating more memory than we need.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Dereferencing a pointer that might be null(ptag) when calling strlen().
False positive. A match always contains a tab, so ptag is never null.
Because matches are always in ctags style, we can rewrite the code to
not use strtok().
|
|\ \ \ \ \ \
| |_|_|_|_|/
|/| | | | | |
set_vim_var_dict: Allow NULL `val`.
|
|/ / / / /
| | | | |
| | | | |
| | | | | |
Closes #3006
|
|\ \ \ \ \
| |_|/ / /
|/| | | | |
coverity/71532: STRING_OVERFLOW
|
|/ / / / |
|
|\ \ \ \
| | | | |
| | | | | |
completion: Avoid flicker
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
test: Reformat legacy test makefile.
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | | |
This will hopefully reduce the number of merge conflicts when merging the
outstanding legacy test migrations.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
keymap: Support <D-...> (super/command key).
|
|/ / / / /
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Adds support for:
- api:vim_input("<D-a>")
- ":nnoremap <C-D-S-...>" and permutations thereof
UIs must capture the modifier and send it as "<D-...>" to vim_input().
Note: Before this commit, any arbitrary ":nnoremap <{foo}-{bar}>"
mapping could already be invoked with feedkeys("\<{foo}-{bar}>"). This
commit supports "D-" as a modifier that can be combined with "C-", "A-",
"S-" in any order.
For non-GUI (terminal) support, user must:
:set <D-a>={CSI sequence}
then send the {CSI sequence} from their terminal. But this does not work
yet (regression #2204).
Closes #2190
|
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Problem: Crash when dragging with the mouse.
Solution: Add safety check for NULL pointer. Check mouse position for valid
value. (Hirohito Higashi)
https://github.com/vim/vim/commit/294a7e55b01149154807a23323038784549b8946
---
see: "Crash while mouse-selecting in two-buffer mode"
https://github.com/vim/vim/issues/486
Fix #3704
|
|\ \ \ \ \
| | | | | |
| | | | | | |
vim-patch:7.4.937
|
| | |_|/ /
| |/| | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | |
| | | | | |
Problem: Segfault reading unitialized memory.
Solution: Do not read match \z0, it does not exist. (Marius Gedminas, closes
vim/vim#497)
https://github.com/vim/vim/commit/5ad075c0735d3d8b97708d17c22de8facb15f997
|
|\ \ \ \ \
| | | | | |
| | | | | | |
vim-patch:7.4.{926,932,933}
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Problem: test_utf8 fails on MS-Windows when executed with gvim.
Solution: Use the insert flag on feedkeys() to put the string before the
":" that was already read when checking for available chars.
https://github.com/vim/vim/commit/6040256d8b0404564ac6f192296b12ea9d175e7d
---
feedkeys() is not used by legacy test utf8.
|