aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* fixup: use vim_snprintf, ASCII_ISALNUMAbdelhakeem2019-03-29
* lintAbdelhakeem2019-03-29
* vim-patch:8.1.0544: setting 'filetype' in a modeline causes an errorAbdelhakeem2019-03-28
* vim-patch:8.1.0540: may evaluate insecure value when appending to optionAbdelhakeem2019-03-28
* vim-patch:8.1.0539: cannot build without the sandboxAbdelhakeem2019-03-28
* vim-patch:8.1.1061: when substitute string throws error, substitute happens a...Jan Edmund Lazo2019-03-27
* vim-patch:8.1.0887: the 'l' flag in :subsitute is stickyJan Edmund Lazo2019-03-27
* vim-patch:8.1.0528: various typos in commentsJan Edmund Lazo2019-03-26
* vim-patch:8.0.1528: dead code foundJan Edmund Lazo2019-03-26
* doc, lintJustin M. Keyes2019-03-26
* doc [ci skip]Justin M. Keyes2019-03-26
* mac: do not use libintl_setlocale() (#9789)Marco Hinz2019-03-26
* tui/input.c: rename functionsJustin M. Keyes2019-03-25
* signs: support multiple columns #9295Dan Aloni2019-03-25
* 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
* | Update to restore layout only for non-floating windowsJit Yao Yap2019-03-23
* | floating-window.c: fix crash when using inccommandJit Yao Yap2019-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
* 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
* 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
* 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
* | 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: 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
* | 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
| * | Fix environment variable on Windowserw72019-03-06