aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_docmd.c
Commit message (Expand)AuthorAge
* vim-patch:9.1.0934: hard to view an existing buffer in the preview window (#3...zeertzjq2024-12-17
* feat(ex_cmds): :sleep! hides the cursor while sleeping (#31493)zeertzjq2024-12-07
* vim-patch:9.1.0908: not possible to configure :messages (#31492)zeertzjq2024-12-07
* fix(messages): more ext_messages kinds #31279luukvbaal2024-11-20
* feat(ui): don't show unfocusable windows in :tabs, 'tabline' #27984luukvbaal2024-11-16
* refactor(highlight): make enum of builtin highlights start with 1bfredl2024-11-13
* refactor(message): propagate highlight id instead of attrsLuuk van Baal2024-11-08
* vim-patch:9.1.0835: :setglobal doesn't work properly for 'ffu' and 'tsrfu'zeertzjq2024-11-03
* vim-patch:9.1.0831: 'findexpr' can't be used as lambad or Funcref (#31058)zeertzjq2024-11-03
* vim-patch:9.1.0821: 'findexpr' completion doesn't set v:fname to cmdline argu...zeertzjq2024-10-29
* vim-patch:9.1.0811: :find expansion does not consider 'findexpr'zeertzjq2024-10-29
* vim-patch:9.1.0810: cannot easily adjust the |:find| commandzeertzjq2024-10-29
* vim-patch:9.1.0717: Unnecessary nextcmd NULL checks in parse_command_modifier...zeertzjq2024-09-06
* vim-patch:9.1.0713: Newline causes E749 in Ex mode (#30254)zeertzjq2024-09-04
* fix(filetype): fix :filetype detect error with -u NONE (#29991)zeertzjq2024-08-06
* vim-patch:9.0.0634: evaluating "expr" options has more overhead than neededzeertzjq2024-08-02
* fix(scrollbind): properly take filler/virtual lines into accountLewis Russell2024-07-31
* refactor: collapse statements in single assignmentsLewis Russell2024-07-30
* vim-patch:9.1.0582: Printed line doesn't overwrite colon when pressing Enter ...zeertzjq2024-07-14
* vim-patch:9.1.0574: ex: wrong handling of commands after barzeertzjq2024-07-14
* vim-patch:9.1.0573: ex: no implicit print for single addresseszeertzjq2024-07-14
* vim-patch:8.2.3716: Vim9: range without a command is not compiledzeertzjq2024-07-14
* vim-patch:9.1.0579: Ex command is still executed after giving E1247zeertzjq2024-07-14
* vim-patch:8.2.4065: computation overflow with large cound for :yankzeertzjq2024-07-14
* vim-patch:9.1.0529: silent! causes following try/catch to not work (#29567)zeertzjq2024-07-05
* revert: "refactor: use S_LEN macro" (#29319)Lewis Russell2024-06-14
* Merge pull request #29278 from bfredl/strcatbfredl2024-06-11
|\
| * refactor(memory): use builtin strcat() instead of STRCAT()bfredl2024-06-11
* | refactor: use S_LEN(s) instead of s, n (#29219)James2024-06-11
|/
* feat(lua): add `vim._with`dundargoc2024-06-08
* refactor: replace '\0' with NULJames Tirta Halim2024-06-04
* refactor: move shared messages to errors.h #26214Justin M. Keyes2024-06-01
* vim-patch:9.1.0426: too many strlen() calls in search.czeertzjq2024-05-22
* docs: misc (#28609)dundargoc2024-05-15
* refactor: add win_T argument to setcursor_mayforce()Luuk van Baal2024-05-02
* vim-patch:9.0.2180: POSIX function name in exarg causes issues (#28308)zeertzjq2024-04-13
* vim-patch:9.1.0231: Filetype may be undetected when SwapExists sets ft in oth...zeertzjq2024-04-01
* vim-patch:9.1.0208: winfixbuf does not allow to re-edit current buffer (#28054)Colin Kennedy2024-03-27
* vim-patch:9.1.0205: Cannot use modifiers before :-Ntabmove (#28031)zeertzjq2024-03-26
* refactor(options): remove `set_string_option_direct()`Famiu Haque2024-03-21
* fix(api/buffer): fix handling of viewport of non-current bufferbfredl2024-03-13
* vim-patch:9.1.0147: Cannot keep a buffer focused in a windowColin Kennedy2024-03-11
* refactor(lua): use Arena when converting from lua stack to API argsbfredl2024-02-13
* fix(api): limit depth of nvim_cmd (#27225)zeertzjq2024-01-27
* refactor(IWYU): fix headersdundargoc2024-01-11
* refactor(options): remove `OPT_FREE` (#26963)Famiu Haque2024-01-10
* refactor: follow style guidedundargoc2023-12-30
* feat(health): make :checkhealth support more split modifiers (#26731)zeertzjq2023-12-25
* refactor: run IWYU on entire repodundargoc2023-12-21
* refactor: use `bool` to represent boolean valuesdundargoc2023-12-19