aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Merge #9776 from janlazo/vim-8.1.0177Justin M. Keyes2019-03-24
|\
| * vim-patch:8.1.1045: E315 ml_get error when using Python and hidden bufferJan Edmund Lazo2019-03-23
| * vim-patch:8.1.0538: evaluating a modeline might invoke using a shell commandJan Edmund Lazo2019-03-23
| * vim-patch:8.1.0189: function defined in sandbox not testedJan Edmund Lazo2019-03-23
| * vim-patch:8.1.0177: defining function in sandbox is inconsistentJan Edmund Lazo2019-03-23
* | Merge pull request #9772 from gelguy/float-inccommandBjörn Linse2019-03-24
|\ \
| * | Update to restore layout only for non-floating windowsJit Yao Yap2019-03-23
| * | Update testJit Yao Yap2019-03-23
| * | floating-window.c: fix crash when using inccommandJit Yao Yap2019-03-23
|/ /
* | Merge pull request #9763 from bfredl/prevfloatBjörn Linse2019-03-23
|\ \ | |/ |/|
| * window: don't crash when closing two floats in a rowBjörn Linse2019-03-23
|/
* help: ignore snapshotted window if invalid (#9774)Marco Hinz2019-03-23
* api: ignore floating windows for laststatus=1 (#9771)Marco Hinz2019-03-22
* Merge #9769 from janlazo/vim-8.1.1025Justin M. Keyes2019-03-21
|\
| * vim-patch:8.1.1026: unused conditionJan Edmund Lazo2019-03-21
| * vim-patch:8.1.1025: checking NULL pointer after additionJan Edmund Lazo2019-03-21
|/
* :mksession : restore tab-local working directories #9754Chris LaRose2019-03-21
* doc #9751Aman2019-03-20
* test: add more debuggings tips [ci skip] (#9761)Marco Hinz2019-03-19
* vim-patch:8.1.0384: sign ordering #9758Jan Edmund Lazo2019-03-19
* vim-patch:8.1.{0849,1001}: 'cursorline' highlight #9757Justin M. Keyes2019-03-19
* build: do not pass empty CMAKE_INSTALL_PREFIXJustin M. Keyes2019-03-19
* test: example_spec.luaJustin M. Keyes2019-03-19
* Merge #9749 from janlazo/vim-8.1.1017Justin M. Keyes2019-03-19
|\
| * vim-patch:8.1.0775: matching too many files as zshJan Edmund Lazo2019-03-17
| * vim-patch:8.1.0771: some shell filetype patterns end in a starJan Edmund Lazo2019-03-17
| * vim-patch:8.1.1017: off-by-one error in filetype detectionJan Edmund Lazo2019-03-17
|/
* build: pass CMAKE_INSTALL_PREFIX explicitly #9748Justin M. Keyes2019-03-17
* Merge #9747 from janlazo/vim-8.1.0858Justin M. Keyes2019-03-17
|\
| * oldtests: use LoadAdjust() on timer testJan Edmund Lazo2019-03-17
| * vim-patch:8.1.0858: 'indentkeys' and 'cinkeys' defaults are differentJan Edmund Lazo2019-03-17
* | vim-patch:8.1.0048: vim_str2nr() on numbers close to max #9744Jan Edmund Lazo2019-03-17
* | Merge pull request #9746 from bfredl/wildkeysBjörn Linse2019-03-17
|\ \ | |/ |/|
| * cmdline: revert <down> and <up> mappings for wildoptions=pumBjörn Linse2019-03-17
|/
* Merge pull request #9726 from mhinz/nvim_win_get_configMarco Hinz2019-03-17
|\
| * api: add tests for new code pathsMarco Hinz2019-03-16
| * api: refactor FloatRelative usageMarco Hinz2019-03-16
| * api: numerous small fixesMarco Hinz2019-03-16
| * api: update docMarco Hinz2019-03-16
| * api: add width/height to FloatConfigMarco Hinz2019-03-16
| * api: nvim_win_config() -> nvim_win_set_config()Marco Hinz2019-03-16
| * api: refactor FloatAnchor usageMarco Hinz2019-03-16
| * api: add nvim_win_get_config()Marco Hinz2019-03-16
* | aucmd_prepbuf: also restore `prevwin` #9741Justin M. Keyes2019-03-17
* | vim-patch:8.1.1011: indent from autoindent not removed #9742Jan Edmund Lazo2019-03-17
* | clipboard: Always copy as plain text in Wayland #9737Tim Morgan2019-03-16
* | Merge pull request #9607 from bfredl/wildpumBjörn Linse2019-03-16
|\ \
| * | Allow using internal popupmenu or ext_popupmenu for wildmenuBjörn Linse2019-03-16
| |/
* | Merge #9686 'win/Lua: monkey-patch os.getenv()'Justin M. Keyes2019-03-16
|\ \
| * | Fix os.getenv of lua on Windowserw72019-03-07