Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | tests: Use new write_file() function in tests. | Lucas Hoffmann | 2015-06-30 | |
| | ||||
* | tests: wviminfo_spec.lua: rework | Justin M. Keyes | 2015-06-12 | |
| | | | | 074_global_var_in_viminfo_spec: remove some redundant sanity checks. | |||
* | tests: Add tests for the :wv command. | Lucas Hoffmann | 2015-06-12 | |
| | ||||
* | test regression: recover_spec.lua | Justin M. Keyes | 2015-04-12 | |
| | ||||
* | test: Add missing `before_each` call to sign_spec.lua | Thiago de Arruda | 2015-03-28 | |
| | | | | | | | Without this the test will inherit the previous test environment, causing random failures. Close #2243 | |||
* | fix #1027: :wundo segfault in new, non-empty buffer | Justin M. Keyes | 2014-10-26 | |
| | ||||
* | fix 'sign unplace id' | Kartik K. Agaram | 2014-10-28 | |
Since the introduction of the FOR_ALL_BUFFERS macro, 'sign unplace id' without a buffer was only removing the sign from the first buffer rather than all buffers, as described in the documentation. :help sign-unplace -- modeline discussion: https://github.com/akkartik/neovim/commit/7863c247db#commitcomment-8342590 |