aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAge
* vim-patch:8.1.1186: readdir() allocates list twiceJan Edmund Lazo2020-05-11
* viml/profile: fix issue where profile is not reset on stoperw72020-05-09
* viml/profile: fix use after freeerw72020-05-09
* lua: Add buffer, window and tab accessors (#12268)TJ DeVries2020-05-07
* Merge #12203 from janlazo/vim-8.2.0648Justin M. Keyes2020-05-05
|\
| * vim-patch:8.2.0692: startup test fails on MS-WindowsJan Edmund Lazo2020-05-03
| * vim-patch:8.2.0691: startup test failsJan Edmund Lazo2020-05-03
| * vim-patch:8.2.0688: output clobbered if setting 'verbose' to see shell commandsJan Edmund Lazo2020-05-03
| * vim-patch:8.2.0681: pattern for 'hlsearch' highlighting may leakJan Edmund Lazo2020-05-03
| * vim-patch:8.2.0678: rare crash for popup menuJan Edmund Lazo2020-05-03
| * vim-patch:8.2.0663: not all systemd temp files are recognizedJan Edmund Lazo2020-05-03
| * vim-patch:8.1.0868: crash if triggering garbage collector after a function callJan Edmund Lazo2020-05-03
| * vim-patch:8.1.0800: may use a lot of memory when a function refers itselfJan Edmund Lazo2020-05-03
| * vim-patch:8.1.1581: shared functions for testing are disorganisedJan Edmund Lazo2020-05-03
| * vim-patch:8.2.0649: undo problem whn an InsertLeave autocommand resets undoJan Edmund Lazo2020-05-03
| * vim-patch:8.2.0648: semicolon search does not work in first lineJan Edmund Lazo2020-05-03
* | vim-patch:8.1.1120: cannot easily get directory entry matches #12222Hennadii Chernyshchyk2020-05-05
* | paste: support replace mode (#11945)Jesse2020-05-05
* | tag: fix problem when tagfunc return value is v:null (#12251)erw72020-05-05
* | terminal: disable 'scrolloff' (fixes flicker)Justin M. Keyes2020-05-04
* | terminal: always return zero from get_scrolloff_value() #12230LawAbidingCactus2020-05-04
* | funcs: Fix a memory leak in f_expand (#12227)erw72020-05-04
|/
* vim-patch:8.1.0816: test for 'runtimepath' in session fails on MS-WindowsBilly Su2020-05-02
* vim-patch:8.1.0814: :mksession cannot handle a very long 'runtimepath'Billy Su2020-05-02
* version.c: update [ci skip] #12196Marvim the Paranoid Android2020-05-01
* Merge pull request #12204 from archseer/lsp-user-dataMatthieu Coudron2020-04-30
|\
| * vim-patch:8.2.0084: complete item "user_data" can only be a stringBlaž Hrastnik2020-04-29
* | lsp: use vim.tbl_isempty to check sign (#12190)Hirokazu Hata2020-04-28
* | tui: Fix italics when $TERM is screen in tmux #12199erw72020-04-28
|/
* api/ui: simplify popup menu position get/set logic; fix testYatao Li2020-04-28
* api/ui: allow set bounds row and col to be less than 0; ui_pum_get_pos: retur...Yatao Li2020-04-28
* gen_api_dispatch.lua: allow msgpack int for Float args; test: add ui_pum_set_...Yatao Li2020-04-28
* external pum: use floating point geometry; typval: add tv_dict_add_floatYatao Li2020-04-28
* ui_pum_get_pos: return internal pum position if external pum pos not foundYatao Li2020-04-28
* API/UI: Allow UI to set PUM position and size, and pass the position to Compl...Yatao Li2020-04-28
* Merge pull request #12018 from janlazo/vim-8.0.1123Matthieu Coudron2020-04-27
|\
| * vim-patch:8.0.1375: window size wrong after maximizing with WinBarJan Edmund Lazo2020-04-26
| * vim-patch:8.1.1264: crash when closing window from WinBar clickJan Edmund Lazo2020-04-26
| * vim-patch:8.0.1139: using window toolbar changes stateJan Edmund Lazo2020-04-26
| * vim-patch:8.0.1334: splitting a window with a WinBar damages window layoutJan Edmund Lazo2020-04-26
| * vim-patch:8.0.1292: quick clicks in the WinBar start Visual modeJan Edmund Lazo2020-04-26
| * vim-patch:8.0.1138: click in window toolbar starts Visual modeJan Edmund Lazo2020-04-26
| * vim-patch:8.0.1142: window toolbar menu gets a tear-off itemJan Edmund Lazo2020-04-26
| * vim-patch:8.0.1125: wrong window height when splitting window with window too...Jan Edmund Lazo2020-04-26
| * vim-patch:8.0.1123: cannot define a toolbar for a windowJan Edmund Lazo2020-04-26
* | Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes2020-04-27
|\ \
| * \ Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes2020-04-26
| |\ \ | | |/ | |/|
| | * mark userfunc as legacyJakub Łuczyński2020-02-13
| | * rename: user_funcs -> userfuncJakub Łuczyński2020-02-13
| | * fix: includesJakub Łuczyński2020-02-13