aboutsummaryrefslogtreecommitdiff
path: root/src/nvim
Commit message (Expand)AuthorAge
...
* | fix(ci): noisy logs, unreliable test #19019Justin M. Keyes2022-06-18
|/
* build(lint): set some linters as non-fatal #19018Justin M. Keyes2022-06-18
* fix(terminal): coverity USE_AFTER_FREE #18978Justin M. Keyes2022-06-18
* fix(logging): try harder to resolve Nvim "name" #19016Justin M. Keyes2022-06-18
* fix(highlight): use ctermbg/fg instead of bg/fg when use_rgb=false #18982Oliver Marriott2022-06-18
* vim-patch:8.2.5121: interrupt test sometimes failszeertzjq2022-06-18
* vim-patch:8.2.5120: searching for quotes may go over the end of the linezeertzjq2022-06-18
* vim-patch:8.2.5116: "limit" option of matchfuzzy() not always respected (#19005)zeertzjq2022-06-18
* fix(hl): return cterm fg/bg even if they match Normal #18981Oliver Marriott2022-06-16
* Merge #8519 feat: name, test ids, sockets in stdpath(state)Justin M. Keyes2022-06-17
|\
| * feat(server): instance "name", store pipes in stdpath(state)Justin M. Keyes2022-06-15
| * feat(logging): include test-id in log messagesJustin M. Keyes2022-06-15
* | vim-patch:8.2.5110: icon filetype not recognized from the first line (#18987)Christian Clason2022-06-16
* | fix(lua): clear got_int when calling vim.on_key() callback (#18979)zeertzjq2022-06-16
|/
* refactor(log): use msg_schedule_semsg #18950Justin M. Keyes2022-06-15
* vim-patch:8.2.5097: using uninitialized memory when using 'listchars' (#18974)zeertzjq2022-06-16
* fix(ui): do not call showmode() when setting window height (#18969)zeertzjq2022-06-15
* docs: fix typos (#18866)dundargoc2022-06-15
* Merge pull request #18947 from zeertzjq/vim-8.2.1897zeertzjq2022-06-14
|\
| * vim-patch:8.2.5088: value of cmod_verbose is a bit complicated to usezeertzjq2022-06-14
| * vim-patch:8.2.1898: command modifier parsing always uses global cmdmodzeertzjq2022-06-14
| * refactor(api): remove redundant fields of CmdParseInfozeertzjq2022-06-14
| * vim-patch:8.2.1897: command modifiers are saved and set inconsistentlyzeertzjq2022-06-14
* | Merge pull request #18880 from bfredl/arenabfredl2022-06-14
|\ \ | |/ |/|
| * perf(memory): use an arena for RPC decodingbfredl2022-06-14
* | refactor: enable -Wconversion warning for eval.c (#18448)dundargoc2022-06-14
* | fix(inccommand): never preview if parsing command failed (#18944)zeertzjq2022-06-14
|/
* vim-patch:8.2.0577: not all modifiers supported for :options (#18952)zeertzjq2022-06-13
* feat: cmdheight=0 #16251Shougo2022-06-13
* vim-patch:8.2.5083: autocmd test still fails on MS-Windowszeertzjq2022-06-13
* vim-patch:8.2.5081: autocmd test fails on MS-Windowszeertzjq2022-06-13
* vim-patch:8.2.5079: DirChanged autocommand may use freed memoryzeertzjq2022-06-13
* build(lint): fix lintuncrustify #18945Justin M. Keyes2022-06-12
* Merge pull request #18931 from zeertzjq/regexp-num-escapedzeertzjq2022-06-13
|\
| * vim-patch:8.2.5078: substitute test has a one second delayzeertzjq2022-06-12
| * fix(substitute): subtract number of backslashes laterzeertzjq2022-06-12
* | build(lint): fix luacheck not found #18940Justin M. Keyes2022-06-12
* | fix(buffer): disable buffer-updates before removing from window #18933zeertzjq2022-06-12
* | Merge pull request #18936 from bfredl/apioptionbfredl2022-06-12
|\ \
| * | refactor(api): move command related API to separate filebfredl2022-06-12
| * | refactor(api): move extmark specific functions to api/extmark.cbfredl2022-06-12
| * | refactor(api): move option code to own filebfredl2022-06-12
| |/
* / fix(inccommand): skip split window if not enough room #18937Famiu Haque2022-06-12
|/
* fix(messages): add color when showing nvim_echo in :messages historybfredl2022-06-11
* feat(api): nvim__get_runtime do_sourcebfredl2022-06-11
* fix(inccommand): clear cmdpreview state if preview is not shown (#18923)zeertzjq2022-06-11
* vim-patch:8.2.5076: unnecessary code (#18922)zeertzjq2022-06-11
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* fix(input): fix macro recording with ALT and special key (#18917)zeertzjq2022-06-10
* vim-patch:partial:63f32603789d (#18916)Christian Clason2022-06-10