Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests: fix 005_bufleave_delete_buffer_spec.lua | Justin M. Keyes | 2015-03-11 |
| | | | | | | | | | - After _spec suffix was added so busted could find the test, it failed. - The original legacy test wrote to a "test.out", but the new test uses register @A. - Original test did not contain 1d and new test shouldn't either. ref c152cdd0f34c10b3d3a8007838561556578685c6 | ||
* | tests: add missing "_spec" suffix | Justin M. Keyes | 2015-03-11 |
| | |||
* | Merge #2029 'migrate legacy tests' | Justin M. Keyes | 2015-03-11 |
|\ | |||
| * | legacy tests: migrate test84 | Rainer Borene | 2015-03-11 |
| | | |||
| * | legacy tests: migrate test91 | Rainer Borene | 2015-03-11 |
| | | |||
| * | legacy tests: migrate test90 | Rainer Borene | 2015-03-11 |
| | | |||
| * | legacy tests: migrate test95 | Rainer Borene | 2015-03-11 |
| | | |||
| * | legacy tests: migrate test15 | Rainer Borene | 2015-03-11 |
| | | |||
| * | legacy tests: migrate test_listlbr_utf8 | Rainer Borene | 2015-03-11 |
| | | |||
| * | legacy tests: migrate test98 | Rainer Borene | 2015-03-11 |
| | | |||
| * | legacy tests: migrate test103 | Rainer Borene | 2015-03-11 |
| | | |||
| * | legacy tests: migrate test_qf_title | Rainer Borene | 2015-03-11 |
| | | |||
| * | legacy tests: migrate test100 | Rainer Borene | 2015-03-11 |
|/ | |||
* | Merge pull request #2061 from equalsraf/tb-split-recipes | John Szakmeister | 2015-03-10 |
|\ | | | | | Split third-party recipes into multiple files | ||
| * | Split third-party recipes into multiple files | Rui Abreu Ferreira | 2015-03-09 |
|/ | |||
* | tests/ui: Also test character at cursor | Björn Linse | 2015-03-09 |
| | |||
* | Merge pull request #2082 from jszakmeister/fixes-for-busted-and-luajit | John Szakmeister | 2015-03-09 |
|\ | | | | | tests: prevent busted from reloading the ffi module and others | ||
| * | tests: prevent busted from reloading the ffi module and others | John Szakmeister | 2015-03-01 |
| | | | | | | | | | | | | | | | | | | | | | | It turns out that Busted started cleaning the environment in 2.0rc5 as a result of Olivine-Labs/busted#62. This, in turn, caused the ffi module to be reloaded for each spec file, and LuaJIT doesn't appreciate it. The net effect is an assertion error in LuaJIT. By using the --helper feature of Busted, we can pre-load some modules ahead of Busted and prevent it from reloading them--making LuaJIT happy again. | ||
* | | Merge pull request #2116 from medvid/disable-static | John Szakmeister | 2015-03-09 |
|\ \ | | | | | | | deps: Provide options to disable static linkage | ||
| * | | deps: Provide options to disable static linkage | Volodymyr Medvid | 2015-03-08 |
| | | | | | | | | | | | | Allow dynamic linkage to libunibilium, libtermkey and libvterm. | ||
* | | | test: migrate legacy test 77 #2046 | Gustaf Lindstedt | 2015-03-08 |
| | | | | | | | | | | | | Migrate legacy test 77 which tests mf_hash_grow() to lua/busted. | ||
* | | | Merge #2081 'avoid spurious rebuilds from git operations' | Justin M. Keyes | 2015-03-08 |
|\ \ \ | |||
| * | | | version: don't use NVIM_VERSION_* directly outside version.c | Björn Linse | 2015-03-08 |
| | | | | | | | | | | | | | | | | This avoids recompiles after commiting. | ||
| * | | | config: split out versiondef.h from config.h | Björn Linse | 2015-03-08 |
|/ / / | | | | | | | | | | This avoids recompiling every c file after comitting. | ||
* / / | deps: Update libvterm | Thiago de Arruda | 2015-03-08 |
|/ / | |||
* | | docs: Clean up python, provider, remote_plugin #2056 | Geoff Harcourt | 2015-03-08 |
| | | | | | | | | | | | | | | * "Python" is a proper noun and should be capitalized in prose * Corrected use of "its/it's" * Used better preposition to describe something "in" legacy Vim * Combine fragments into complete sentence | ||
* | | tui: fall back to underline for undercurl. #2099 | Chase Geigle | 2015-03-07 |
| | | | | | | | | closes #2098 | ||
* | | set_init_1: mb_init() on fallback encoding (utf8) #2106 | Floris van Liere | 2015-03-07 |
| | | | | | | | | | | | | | | | | | | | | | | | | Explanation: Running `:set encoding=utf-8` _after_ startup correctly initializes multibyte; but mb_init() was _not_ called during startup if locale detection (enc_locale()) failed. This wasn't a problem in Vim because the Vim default encoding (latin1) does not require mb_init(). But Nvim defaults to utf8, so mb_init() is required. closes #1271 closes #1672 | ||
* | | Merge pull request #2110 from xu-cheng/sha256 | John Szakmeister | 2015-03-06 |
|\ \ | | | | | | | Switch to SHA256 for third-party bundles downloading | ||
| * | | Switch to SHA256 for third-party bundles downloading | Xu Cheng | 2015-03-06 |
|/ / | | | | | | | Closes #2107 | ||
* | | Merge #2011 'Macro cleanup' | Justin M. Keyes | 2015-03-05 |
|\ \ | |||
| * | | Macro cleanup: USE_UNIXFILENAME | Michael Reed | 2015-03-05 |
| | | | |||
| * | | Macro cleanup: USE_ON_FLY_SCROLL | Michael Reed | 2015-03-05 |
| | | | |||
| * | | Macro cleanup: USER_HIGHLIGHT | Michael Reed | 2015-03-05 |
| | | | |||
| * | | Macro cleanup: USE_EXE_NAME | Michael Reed | 2015-03-05 |
| | | | |||
| * | | Macro cleanup: ONE_CLIPBOARD | Michael Reed | 2015-03-05 |
| | | | |||
| * | | Macro cleanup: UNICODE16 | Michael Reed | 2015-03-05 |
| | | | | | | | | | | | | Fix clint warnings as well. | ||
| * | | Macro cleanup: SPACE_IN_FILENAME | Michael Reed | 2015-03-05 |
| | | | |||
| * | | Macro cleanup: HAVE_SANDBOX | Michael Reed | 2015-03-05 |
|/ / | |||
* | | vim-patch:7.4.578 | oni-link | 2015-03-04 |
| | | | | | | | | | | | | | | | | Problem: Using getcurpos() after "$" in an empty line returns a negative number. Solution: Don't add one when this would overflow. (Hirohito Higashi) https://code.google.com/p/vim/source/detail?r=v7-4-578 | ||
* | | remote_ui: Fix error messages #2045 | Carlos Castillo | 2015-03-04 |
| | | | | | | | | Make the error messages more precise and uniform. | ||
* | | jobsend: Don't append extra newline after last item | Björn Linse | 2015-03-03 |
| | | | | | | | | This allows sending binary data that is not newline terminated | ||
* | | Merge pull request #2083 from fwalch/fix-deps-32 | John Szakmeister | 2015-03-02 |
|\ \ | |/ |/| | deps: Fix building 32-bit Lua rocks. | ||
| * | deps: Fix building 32-bit Lua rocks. | Florian Walch | 2015-03-02 |
|/ | | | | | | | * Force building Lua rocks instead of trying to install a binary. * Set the CC and LD environment variables to pass CMAKE_C_COMPILER_ARG1 (contains `-m32` for 32-bit builds) to `luarocks build`. | ||
* | Merge pull request #2075 from jszakmeister/dont-hardcode-tty-test-path | John Szakmeister | 2015-03-01 |
|\ | | | | | tests: don't hardcode the path to tty-test | ||
| * | tests: don't hardcode the path to tty-test | John Szakmeister | 2015-02-28 |
| | | | | | | | | | | This fixes the build for those who drive the build directly using CMake. | ||
* | | Merge pull request #2079 from jszakmeister/test-fixes-for-busted | John Szakmeister | 2015-03-01 |
|\ \ | |/ |/| | tests: require luassert in the helpers | ||
| * | tests: require luassert in the helpers | John Szakmeister | 2015-03-01 |
|/ | | | | | | | | This is necessary for newer versions of Busted, otherwise assert will be nil and the tests will die. Note: this does not mean the tests now work with the latest Busted. There are still several issues preventing that from happening. | ||
* | deps: Small fix for PR #2072 | Thiago de Arruda | 2015-02-28 |
| | | | | | | | A newer version of luafilesystem than the one reported by busted rockspec is required for the unit tests. Also update libvterm sha1/url | ||
* | Merge PR #2072 'Add custom target for pinning busted dependencies' | Thiago de Arruda | 2015-02-28 |
|\ |