aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
| * | | path.c: Learn invocation_path_tail().Scott Prager2014-08-17
| | | | | | | | | | | | | | | | | | | | Required for vim patch 276 as an alternative to `get_isolated_shell_name()`.
| * | | Use sizeof over magic numbers.Scott Prager2014-08-17
|/ / /
* | | vim-patch:7.4.318 #968André Twupack2014-08-18
| | | | | | | | | | | | | | | | | | | | | Problem: Check for whether a highlight group has settings ignores fg and bg color settings. Solution: Also check cterm and GUI color settings. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=5c47dacf397c1c65d2dfc237b3ff395c66ec3d4d
* | | version.c: mark irrelevant patches with "NA" #1074Justin M. Keyes2014-08-17
| | | | | | | | | | | | uncomment some patch numbers that were satisfied by #938
* | | Merge pull request #950 from Hinidu/os_fchownJustin M. Keyes2014-08-16
|\ \ \ | | | | | | | | Implement os_fchown and remove HAVE_FCHOWN
| * | | os_fchown: remove cast of parameter -1 to uid_tPavel Platto2014-08-16
| | | |
| * | | Travis-CI: fix "Could not find compiler" in clang-asanPavel Platto2014-08-13
| | | |
| * | | os_fchown: enable 'change group' unittest on Travis-CIPavel Platto2014-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add section `before_install` in `.travis.yml` to create test group and add current user to this group. It is needed because by default user on Travis-CI belongs only to one primary group derived from that user. So we have no alternative to change group of the file.
| * | | os_fchown: add unit testsPavel Platto2014-08-13
| | | |
| * | | os_fchown: impl and remove HAVE_FCHOWNPavel Platto2014-08-13
| | | |
* | | | Merge pull request #1068 from atwupack/vp-7.4.201Justin M. Keyes2014-08-15
|\ \ \ \ | | | | | | | | | | vim-patch:7.4.201
| * | | | vim-patch:7.4.201André Twupack2014-08-15
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Problem: 'lispwords' is a global option. Solution: Make 'lispwords' global-local. (Sung Pae) https://code.google.com/p/vim/source/detail?r=06e5f65c34d8136c3a9d2219429b7eca35cb3a21
* | | | Merge pull request #971 from munshkr/p7.4.314Justin M. Keyes2014-08-15
|\ \ \ \ | | | | | | | | | | vim-patch:7.4.314
| * | | | vim-patch:7.4.314Damián Silvani2014-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Completion messages can get in the way of a plugin. Solution: Add 'c' flag to 'shortmess' option. (Shougo Matsu) https://code.google.com/p/vim/source/detail?r=4d7af1962d6ce61df65fdc5c86544a61951f9517
* | | | | Merge pull request #972 from munshkr/p7.4.293Justin M. Keyes2014-08-15
|\ \ \ \ \ | |/ / / / |/| | | | vim-patch:7.4.293, vim-patch:7.4.294
| * | | | vim-patch:7.4.294Damián Silvani2014-08-14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Test files missing from patch. Solution: Patch the test files. https://code.google.com/p/vim/source/detail?r=fdea5ea9afd139ea59dee6bdb3f1675b8b882bdf
| * | | | vim-patch:7.4.293Damián Silvani2014-08-14
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: It is not possible to ignore composing characters at a specific point in a pattern. Solution: Add the %C item. https://code.google.com/p/vim/source/detail?r=10fc95f48546f438648b8357062e93c9c2c0a377
* | | | Merge pull request #970 from atwupack/vp-7.4.328Justin M. Keyes2014-08-14
|\ \ \ \ | | | | | | | | | | vim-patch:7.4.328
| * | | | vim-patch:7.4.328André Twupack2014-08-14
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Problem: Selection of inner block is inconsistent. Solution: Skip indent not only for '}' but all parens. (Tom McDonald) https://code.google.com/p/vim/source/detail?r=01d9ffdd6e6ffb39faf946e13ec63bd7dc31e162
* | | | Merge pull request #1064 from mraghavan/coverity-22-07Justin M. Keyes2014-08-14
|\ \ \ \ | | | | | | | | | | coverity/71508: Fix potential null dereference.
| * | | | coverity/71508: Fix potential null dereference.Manish Raghavan2014-08-13
| | | | | | | | | | | | | | | | | | | | Make sure feature pointer is not null before dereferencing.
* | | | | vim-patch:7.4.335 #1061André Twupack2014-08-14
|/ / / / | | | | | | | | | | | | | | | | | | | | | | | | Problem: No digraph for the new rouble sign. Solution: Add the digraphs =R and =P. https://code.google.com/p/vim/source/detail?r=8ad2ecd116021ad5c945426e8bb80d741392b780
* | | | vim-patch:7.4.327 #1010André Twupack2014-08-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: When 'verbose' is set to display the return value of a function, may get E724 repeatedly. Solution: Do not give an error for verbose messages. Abort conversion to string after an error. https://code.google.com/p/vim/source/detail?r=99d8f2d72dcd4b850de81998cc9b1120c8165762
* | | | vim-patch:7.4.331 #1017André Twupack2014-08-13
|/ / / | | | | | | | | | | | | | | | | | | Problem: Relative numbering not updated after a linewise yank. Issue 235. Solution: Redraw after the yank. (Christian Brabandt) https://code.google.com/p/vim/source/detail?r=6d984caa0409fd284722c44cb09a0a2b5360bd4f
* | | Merge pull request #1050 'Setup testing infrastructure with vroom'Thiago de Arruda2014-08-09
|\ \ \
| * | | build/test: setup vroom installation on travisThiago de Arruda2014-08-09
| | | |
| * | | build/test: setup functional tests using vroomThiago de Arruda2014-08-09
|/ / /
* | | Merge pull request #1034 'Implement `os_mkdtemp` on top of `uv_fs_mkdtemp`'Thiago de Arruda2014-08-09
|\ \ \
| * | | documentation: Update tempfile and tempname()Pavel Platto2014-08-09
| | | |
| * | | Implement `os_mkdtemp` on top of `uv_fs_mkdtemp`Pavel Platto2014-08-09
|/ / /
* | | Merge pull request #985 from fwalch/clang-analyzer-dead-assignmentsJustin M. Keyes2014-08-08
|\ \ \ | | | | | | | | Clang analyzer: fix dead stores / reduce scope
| * | | clang-analyzer: Fix dead stores in garray.c.Florian Walch2014-08-07
| | | |
| * | | clang-analyzer: Reduce scope in syntax.c.Florian Walch2014-08-07
| | | |
| * | | clang-analyzer: Reduce scope in arabic.c.Florian Walch2014-08-07
| | | |
| * | | clang-analyzer: Reduce scope in search.c.Florian Walch2014-08-07
| | | |
| * | | clang-analyzer: Reduce scope in screen.c.Florian Walch2014-08-07
| | | |
| * | | clang-analyzer: Reduce scope in spell.c.Florian Walch2014-08-07
| | | |
| * | | clang-analyzer: Fix dead stores in window.c.Florian Walch2014-08-07
| | | |
* | | | Merge #1046 'Refactor travis script'John Szakmeister2014-08-08
|\ \ \ \
| * | | | Travis CI: Refactor travis scriptThiago de Arruda2014-08-08
|/ / / / | | | | | | | | | | | | | | | | | | | | To simplify modification/inclusion of continuous integration targets, this removes travis.sh which contains a big if statement in favor of multiple scripts under the new '.ci' directory.
* | | | vim-patch:7.4.323 #967André Twupack2014-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Substitute() with zero width pattern breaks multi-byte character. Solution: Take multi-byte character size into account. (Yukihiro Nakadaira) https://code.google.com/p/vim/source/detail?r=238f5027830cad22e17a970483af9b160869cdf3
* | | | Merge pull request #920 'Add `feedkeys` API function part 2'Thiago de Arruda2014-08-07
|\ \ \ \
| * | | | Add API vim_replace_termcodesRui Abreu Ferreira2014-08-07
| | | | | | | | | | | | | | | | | | | | - Add API function to call replace_termcodes
| * | | | Refactor vim_feedkeys and f_feedkeysRui Abreu Ferreira2014-08-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - To clean up the mix between feedkeys and replace_termcodes the vim_feedkeys API function now does the same thing as the vimscript feedkeys() function - The original f_feedkeys() function now calls the vim_feedkeys() function from the API
| * | | | Add helper cstr_as_string()Rui Abreu Ferreira2014-08-07
|/ / / / | | | | | | | | | | | | - Add nocopy helper alternative to cstr_to_string
* | | | Merge PR #1047 'Update libuv to 0.11.28'Thiago de Arruda2014-08-07
|\ \ \ \ | |/ / / |/| | |
| * | | dependencies: Update to libuv 0.11.28Thiago de Arruda2014-08-07
|/ / /
* | | Merge #814 'Remove dead #ifdefed code'Justin M. Keyes2014-08-07
|\ \ \
| * | | Remove fix for select(). select() is not used anymore.Pavel Platto2014-08-02
| | | |
| * | | Remove SMALL_MALLOC. Used on MSDOS and WIN16.Pavel Platto2014-08-02
| | | |