aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
...
| * | | | | | | option_defs.h: Fix "set shm+=a"watiko2016-02-17
| | | | | | | |
| * | | | | | | option_defs.h: Improve coding stylewatiko2016-02-17
| | | | | | | |
| * | | | | | | vim-patch:7.4.925watiko2016-02-17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: User may yank or put using the register being recorded in. Solution: Add the recording register in the message. (Christian Brabandt, closes vim/vim#470) https://github.com/vim/vim/commit/a0ed84a26897c994512873a895b9fc54e90c6845
* | | | | | | | Merge #4231 'vim-patch:7.4.857'.Justin M. Keyes2016-03-02
|\ \ \ \ \ \ \ \
| * | | | | | | | vim-patch:7.4.857Jurica Bradaric2016-02-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Dragging the current tab with the mouse doesn't work properly. Solution: Take the current tabpage index into account. (Hirohito Higashi) https://github.com/vim/vim/commit/4a4b821085847651b71d8ad9fab9f180635cb453
* | | | | | | | | Trigger TabNew before TabEnterMarco Hinz2016-03-01
| | | | | | | | |
* | | | | | | | | Correct max numbers of args for some functionsMarco Hinz2016-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #3650.
* | | | | | | | | Fix :%s/\n//Marco Hinz2016-03-01
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #4352.
* | | | | | | | | ops.c: breakout shared register type formatting codeBjörn Linse2016-02-29
| | | | | | | | |
* | | | | | | | | TextYankPost: add information to v:event and update testsBjörn Linse2016-02-29
| | | | | | | | |
* | | | | | | | | eval: add v:event, which will contain data events want to propagate to their ↵Björn Linse2016-02-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | receivers. Add helper functions dict_clear and dict_set_keys_readonly.
* | | | | | | | | Add TextYankPost and TextDeletePost autocmdsShougo Matsushita2016-02-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed by @watiko Ported from https://github.com/Silex/vim/commit/de53ab72c89affa8ba77536ed8920751c037d127
* | | | | | | | | coverity/56808: STRING_OVERFLOWJustin M. Keyes2016-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was caught by FORTIFY_SOURCE (and coverity). Fixes #4371
* | | | | | | | | Merge pull request #3900 from ZyX-I/inf-nan-stringJustin M. Keyes2016-02-28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Make it possible to eval() all floating-point values dumped by string()
| * | | | | | | | | eval: Return different values when dividing by zeroZyX2016-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes #3263
| * | | | | | | | | eval: Use str2float() to represent inf and nan valuesZyX2016-02-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #3248
* | | | | | | | | | Merge pull request #4364 from ZyX-I/proper-e-termJustin M. Keyes2016-02-28
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | Replace hack used to run TermOpen with nested modifier
| * | | | | | | | | | main: Move term:// protocol name to a macrosZyX2016-02-28
| | | | | | | | | | |
| * | | | | | | | | | main: Make using :edit term:// run TermOpen eventZyX2016-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ref #4306
| * | | | | | | | | | Revert "Merge pull request #4362 from justinmk/termopen"ZyX2016-02-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit b01db02de4753908b3595b5ada0a6929e595e930, reversing changes made to 62321e5132ed29b11f79c8a56ca172d56b9ac042.
* | | | | | | | | | | Merge pull request #4289 from phanimahesh/refactor/wconversion/ex_cmds2.cBjörn Linse2016-02-28
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | Enable -Wconversion for ex_cmds2.c
| * | | | | | | | | | ex_cmds2.c:style: silence clint after -Wconversion changesJ Phani Mahesh2016-02-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | use ///< to document all struct and enum fields
| * | | | | | | | | | enable -Wconversion for ex_cmds2.cJ Phani Mahesh2016-02-27
| | |_|_|_|_|/ / / / | |/| | | | | | | |
* | | | | | | | | | Merge pull request #4362 from justinmk/termopenJustin M. Keyes2016-02-27
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | term: publish TermOpen in "e term://" handler.
| * | | | | | | | | | term: publish TermOpen in "e term://" handler.Justin M. Keyes2016-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | After 87a49405b00b38b58c4c1d8fc4069d1a254a621d, terminal_open() is not nested by default. The default "term://" handler depended on that, but it should instead explicitly raise TermOpen. References #4306
* | | | | | | | | | | Merge pull request #4358 from jbradaric/vim-7.4.1112Justin M. Keyes2016-02-27
|\ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / |/| | | | | | | | | | vim-patch:7.4.1112
| * | | | | | | | | | vim-patch:7.4.1112Jurica Bradaric2016-02-27
| |/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When using ":next" with an illegal file name no error is reported. Solution: Give an error message. https://github.com/vim/vim/commit/2db5c3b3ceeaded7fb5a64dc5cb22b0cb95b78a1
* / / / / / / / / / version.c: Mark vim-patches NAwatiko2016-02-28
|/ / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | | | | | | Avoid internal errors with setloclist()Marco Hinz2016-02-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | | Merge pull request #4277 from Jun-T/lang2localeJustin M. Keyes2016-02-26
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / |/| | | | | | | | build: install *.mo into the "standard" directory
| * | | | | | | | build: install *.mo into the "standard" directoryJun T2016-02-23
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | Merge pull request #4274 from DarkDefender/patch-1Justin M. Keyes2016-02-25
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Adjust terminal text color if it is bold
| * | | | | | | | Fix terminal true color bold colorsSebastian Parborg2016-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Now the terminal should also correctly output true color codes
* | | | | | | | | Make set{qf,loc}list() take {title}Marco Hinz2016-02-25
| |_|_|_|_|_|/ / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | | | | Merge pull request #4339 from philix/fix-undo-diagramJustin M. Keyes2016-02-24
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | Fix the ASCII-art diagram in undo.c
| * | | | | | | | Fix the ASCII-art diagram in undo.cFelipe Oliveira Carvalho2016-02-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Set \t to 8 spaces and `retab`.
* | | | | | | | | bufhl: fix unittests and lintBjörn Linse2016-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | msgpack_rpc_dispatch doesn't exist anymore
* | | | | | | | | bufhl: new mechanism for plugins to add highlights to a bufferBjörn Linse2016-02-23
| | | | | | | | |
* | | | | | | | | Merge pull request #4327 from ffleming/coverity-71530Justin M. Keyes2016-02-23
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | | coverity/71530: Prefer STRLCPY to STRCPY in option.c
| * | | | | | | | coverity/71530: Prefer STRLCPY to STRCPY in option.cForrest Fleming2016-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Addresses Coverity CID 71530 Prefer sizeof(NameBuff) Add braces for Travis lint Break long line Properly align parameters in multi-line function call
* | | | | | | | | Merge pull request #4064 from oni-link/cs_print_tags_privJustin M. Keyes2016-02-23
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | Fix some problems with cs_print_tags_priv()
| * | | | | | | | | cs_print_tags_priv: Clean up function.oni-link2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Style changes * Variable removal * Comment update
| * | | | | | | | | cs_print_tags_priv: Clear first output line to screen endoni-link2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | | coverity/133892: Resource leakoni-link2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | | | | | coverity/133858: Out-of-bounds accessoni-link2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allocating insufficient memory for the terminating NUL of the string. False positive, we allocating more memory than we need.
| * | | | | | | | | coverity/13753: Dereference null return valueoni-link2016-01-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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`.Justin M. Keyes2016-02-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Closes #3006
* | | | | | | | | | coverity/71532: STRING_OVERFLOWJustin M. Keyes2016-02-22
| |/ / / / / / / / |/| | | | | | | |
* | | | | | | | | Merge pull request #4315 from justinmk/compl_flickerJustin M. Keyes2016-02-22
|\ \ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ / |/| | | | | | | | completion: Avoid flicker
| * | | | | | | | ins_complete: Avoid semi-global state.Justin M. Keyes2016-02-22
| | | | | | | | |