Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Add 'bit' to the list of lua dependencies | Rui Abreu Ferreira | 2014-08-29 |
| | | | | - ex_cmds.lua requires the 'bit' module | ||
* | clang: Null pointer passed as an argument to a 'nonnull' parameter #1090 | Justin M. Keyes | 2014-08-28 |
| | |||
* | Merge PR #1060 'Implement --embedded-mode command-line option' | Thiago de Arruda | 2014-08-28 |
|\ | |||
| * | test: Run tests in embedded mode on travis | Thiago de Arruda | 2014-08-28 |
| | | |||
| * | api: Implement '--embedded-mode' command-line option | Thiago de Arruda | 2014-08-28 |
| | | | | | | | | | | This option makes nvim run in "embedded mode", which creates an API channel via stdin/stdout and disables all terminal-related code | ||
| * | channel: Implement channel_from_stdio function | Thiago de Arruda | 2014-08-28 |
| | | | | | | | | | | This function can be used to create an API channel that reads/writes from/to stdin/stdout | ||
| * | channel: fix channel buffer size | Thiago de Arruda | 2014-08-28 |
| | | |||
| * | channel: Fix channel not being closed when the RStream reaches EOF | Thiago de Arruda | 2014-08-28 |
| | | |||
| * | wstream: Implement wstream_set_file | Thiago de Arruda | 2014-08-28 |
| | | | | | | | | | | | | It's analogous to rstream_set_file but only supports pipes(Support for regular files may be added later). This function was added to support creating API channels via stdout. | ||
| * | test: Remove cleanup function definition from run-api-tests.exp | Thiago de Arruda | 2014-08-28 |
|/ | | | | This function is now injected automatically when running the python-client tests | ||
* | Merge pull request #1088 from justinmk/upgradeluarocks | Justin M. Keyes | 2014-08-28 |
|\ | | | | | upgrade luarocks | ||
| * | upgrade luarocks | Justin M. Keyes | 2014-08-22 |
| | | | | | | | | ref #822 | ||
* | | Merge pull request #1116 from fornwall/remove-versions-txt | Justin M. Keyes | 2014-08-26 |
|\ \ | | | | | | | Remove version{4,5,6,7}.txt | ||
| * | | Remove version{4,5,6,7}.txt | Fredrik Fornwall | 2014-08-26 |
| | | | |||
* | | | Update CONTRIBUTING.md and README.md #740 | Justin M. Keyes | 2014-08-26 |
|/ / | | | | | | | - recommend task/subtask convention for commit messages | ||
* | | Merge pull request #1087 from fwalch/archlinux-filetypes | Justin M. Keyes | 2014-08-26 |
|\ \ | | | | | | | Runtime: Support Arch Linux/Pacman file types. | ||
| * | | Runtime: Support Arch Linux/Pacman file types. | Florian Walch | 2014-08-21 |
| | | | |||
* | | | Merge pull request #1082 from fornwall/remove-os-msdos-txt | Justin M. Keyes | 2014-08-26 |
|\ \ \ | | | | | | | | | Remove os_msdos.txt due to dropped MS-DOS support | ||
| * | | | Remove os_msdos.txt due to dropped MS-DOS support | Fredrik Fornwall | 2014-08-18 |
| | | | | |||
* | | | | Merge pull request #1104 from Hinidu/vim-patch-7.4.220 | Justin M. Keyes | 2014-08-25 |
|\ \ \ \ | |_|_|/ |/| | | | vim-patch:7.4.220 | ||
| * | | | vim-patch:7.4.220 | Pavel Platto | 2014-08-22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Problem: Test 105 does not work in a shadow dir. (James McCoy) Solution: Omit "src/" from the checked path. https://code.google.com/p/vim/source/detail?r=v7-4-220 | ||
* | | | | Merge pull request #1111 from epmatsw/spellcheck2 | Justin M. Keyes | 2014-08-24 |
|\ \ \ \ | | | | | | | | | | | More Typo Fixes | ||
| * | | | | Spelling fixes | Will Stamper | 2014-08-24 |
| | | | | | |||
* | | | | | Merge pull request #1093 from paulburlumi/coverity-62620 | Justin M. Keyes | 2014-08-24 |
|\ \ \ \ \ | |/ / / / |/| | | | | coverity/62620: fix uninitialized scalar variable | ||
| * | | | | coverity/62620: fix uninitialized scalar variable | Paul Burlumi | 2014-08-24 |
|/ / / / | |||
* | | | | Merge #1110 'CMake: Use DESTDIR for helptags generation.' | John Szakmeister | 2014-08-23 |
|\ \ \ \ | |||
| * | | | | CMake: Use DESTDIR for helptags generation. | Florian Walch | 2014-08-23 |
|/ / / / | |||
* | | | | Merge #1106 'CMake: Generate helptags during install step.' | John Szakmeister | 2014-08-23 |
|\ \ \ \ | |||
| * | | | | CMake: Generate helptags during install step. | Florian Walch | 2014-08-23 |
|/ / / / | | | | | | | | | | | | | Fix #1056. | ||
* | | | | Merge #954 'Fix the policy warning CMP0026 in CMake 3.0.' | John Szakmeister | 2014-08-23 |
|\ \ \ \ | |||
| * | | | | Set the policy to 'OLD' to avoid warning CMP0026 in CMake 3.0. | Joey Gouly | 2014-08-23 |
|/ / / / | |||
* | | | | Merge pull request #1103 from Hinidu/na-patches | Justin M. Keyes | 2014-08-22 |
|\ \ \ \ | |/ / / |/| | | | Mark patches 176, 185 and 189 as NA | ||
| * | | | Mark patches 176, 185 and 189 as NA | Pavel Platto | 2014-08-22 |
|/ / / | |||
* | | | Merge pull request #1101 from atwupack/vp-7.4.339 | Justin M. Keyes | 2014-08-22 |
|\ \ \ | | | | | | | | | vim-patch:7.4.339 | ||
| * | | | vim-patch:7.4.339 | André Twupack | 2014-08-21 |
| | |/ | |/| | | | | | | | | | | | | | | | | Problem: Local function is available globally. Solution: Add "static". https://code.google.com/p/vim/source/detail?r=v7-4-339 | ||
* | | | Merge pull request #1100 from atwupack/vp-7.4.296 | Justin M. Keyes | 2014-08-22 |
|\ \ \ | |/ / |/| | | vim-patch:7.4.296 | ||
| * | | vim-patch:7.4.296 | André Twupack | 2014-08-21 |
|/ / | | | | | | | | | | | | | Problem: Can't run tests on Solaris. Solution: Change the way VIMRUNTIME is set. (Laurent Blume) https://code.google.com/p/vim/source/detail?r=v7-4-296 | ||
* | | Merge pull request #840 from ZyX-I/generate-ex_cmds | Justin M. Keyes | 2014-08-21 |
|\ \ | | | | | | | Use lua generator in place of ex_cmds_defs header trick | ||
| * | | Extend documentation | ZyX | 2014-08-20 |
| | | | |||
| * | | Fix problem with test47: addition is not bitwise OR | ZyX | 2014-08-20 |
| | | | | | | | | | | | | | | | :diffsplit command used to include some flag value twice. If I was using bitwise OR it would be OK, but I had addition here. Changed to use bitwise OR. | ||
| * | | Add const qualifier and explicit length | ZyX | 2014-08-20 |
| | | | |||
| * | | Use lua generator in place of ex_cmds_defs header trick | ZyX | 2014-08-20 |
| | | | | | | | | | | | | | | | | | | Closes #788 Fixes #379 Ref #549 | ||
* | | | Merge pull request #1095 from fwalch/fix-clang-badge-url | Justin M. Keyes | 2014-08-20 |
|\ \ \ | | | | | | | | | Readme: Fix clang badge URL. | ||
| * | | | Readme: Fix clang badge URL. | Florian Walch | 2014-08-20 |
|/ / / | |||
* | | | Merge pull request #691 from fmoralesc/master | Justin M. Keyes | 2014-08-20 |
|\ \ \ | |/ / |/| | | Port vim's breakindent patch to neovim's codebase. (vim patches 7.4.338, 7.4.346, 7.4.352, 7.4.353, 7.4.370, 7.4.371, 7.4.388) | ||
| * | | update src/nvim/testdir/Makefile | Felipe Morales | 2014-08-20 |
| | | | | | | | | | | | | include breakindent and list related tests | ||
| * | | vim-patch: 7.4.352 | Felipe Morales | 2014-08-20 |
| | | | | | | | | | | | | | | | | | | Problem: With 'linebreak' a tab causes a missing line break. Solution: Count a tab for what it's worth also for shorter lines. (Christian Brabandt) | ||
| * | | vim-patch:7.4.388 | Felipe Morales | 2014-08-20 |
| | | | | | | | | | | | | | | | | | | Problem: With 'linebreak' set and 'list' unset a Tab is not counted properly. (Kent Sibilev) Solution: Check the 'list' option. (Christian Brabandt) | ||
| * | | vim-patch:7.4.370 | Felipe Morales | 2014-08-20 |
| | | | | | | | | | | | | | | | | | | | | | Problem: Linebreak test fails when encoding is not utf-8. (Danek Duvall) Solution: Split the test in a single byte one and a utf-8 one. (Christian Brabandt) | ||
| * | | vim-patch:7.4.371 | Felipe Morales | 2014-08-20 |
| | | | | | | | | | | | | | | | | | | Problem: When 'linebreak' is set control characters are not correctly displayed. (Kimmy Lindvall) Solution: Set n_extra. (Christian Brabandt) |