aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
Commit message (Expand)AuthorAge
* Merge pull request #15930 from dundargoc/vim-patch/old-style-c-commentsJan Edmund Lazo2021-10-17
|\
| * vim-patch:8.1.2379: using old C style commentsDundar Göc2021-10-06
* | refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
|/
* feat(ex_checkhealth): provide function for command line completionJavier López2021-10-04
* refactor: remove redundant char casts #15888dundargoc2021-10-04
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* refactor: format with uncrustify #15778dundargoc2021-09-25
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* fix(inccommand): ignore trailing commands only for *previewed* command #15638itchyny2021-09-20
* refactor: format with uncrustify #15726dundargoc2021-09-20
* vim-patch:8.1.1355: obvious mistakes are accepted as valid expressionsSean Dewar2021-09-11
* refactor: replace TRUE/FALSE with true/false #15425dundargoc2021-08-22
* feat(defaults): map CTRL-L to search highlights, update diffs #15385Gregory Anders2021-08-16
* refactor(plines): remove implicit curwin plines() functionBjörn Linse2021-08-10
* vim-patch:8.2.3225: incsearch highlighting is attempted halfway a mappingJan Edmund Lazo2021-08-01
* refactor: replace TRUE/FALSE with true/falseDundar Göc2021-07-30
* Remove EXMODE_NORMALmatveyt2021-07-23
* refactor: remove all mentions to `curbuf_lock`Thomas Vigouroux2021-07-08
* undo: reduce reliance on curbufThomas Vigouroux2021-07-06
* enhance(runtime): Enable completion for lua filesshadmansaleh2021-06-11
* Add 'FUNC_ATTR_NONNULL_RET' to nonnull alloc funcs (#14559)Jan Edmund Lazo2021-05-15
* vim-patch:8.2.2473: crash when leaving command line window triggers autocommandJan Edmund Lazo2021-05-13
* vim-patch:8.0.1309: cannot use 'balloonexpr' in a terminalJan Edmund Lazo2021-05-06
* vim-patch:8.2.2737: status line not updated when local 'statusline' option se...bphilly962021-04-08
* vim-patch:8.2.0295: highlighting for :s wrong when using different separator ...Ghjuvan Lacambre2021-04-04
* clang/API: copy "" if orig_save is NULLJan Edmund Lazo2021-04-02
* vim-patch:8.2.2686: status line is not updated when going to cmdline modeJan Edmund Lazo2021-04-01
* vim-patch:8.2.2341: expresison command line completion incomplete after "g:"Jan Edmund Lazo2021-03-12
* state: throttle batched event processing when input is availableBjörn Linse2021-03-08
* pos: define MAXCOL to INT_MAXJan Edmund Lazo2021-02-23
* vim-patch:8.2.0054: :diffget and :diffput don't have good completionJan Edmund Lazo2021-02-13
* vim-patch:8.2.2492: command line buffer name cannot be translatedJan Edmund Lazo2021-02-10
* option: use char* for set_string_option_direct()Jan Edmund Lazo2021-02-07
* Use abort() instead of assert(false) for things that should never happenJames McCoy2021-01-31
* Don't show entire context when completingTony Chen2021-01-26
* feat: add completion to ':lua'TJ DeVries2021-01-26
* vim-patch:8.2.2361: Vim9: no highlight for "s///gc" when using 'opfunc'Jan Edmund Lazo2021-01-17
* vim-patch:8.1.1667: flags for Ex commands may clash with other symbolsJan Edmund Lazo2021-01-02
* Merge pull request #13592 from bfredl/setmouseBjörn Linse2021-01-01
|\
| * ui: make 'mouse' handling in external UI more consistentBjörn Linse2021-01-01
* | Revert "vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with...Jan Edmund Lazo2020-12-31
* | vim-patch:8.2.1580: wildmenu does not work properlyJan Edmund Lazo2020-12-26
* | vim-patch:8.2.2221: if <Down> is mapped on the command line 'wildchar' is ins...Jan Edmund Lazo2020-12-26
* | vim-patch:8.1.1192: mode is not cleared when leaving Insert mode with mapped EscJan Edmund Lazo2020-12-26
* | Merge pull request #13595 from teto/fix-fillerBjörn Linse2020-12-24
|\ \ | |/ |/|
| * refactor: de-curwin-ify update_topline/curs_columnsMatthieu Coudron2020-12-23
* | vim-patch:8.2.1289: crash when using a custom completion function (#13565)Jan Edmund Lazo2020-12-20
|/
* vim-patch:8.1.2064: MS-Windows: compiler warnings for unused argumentsJan Edmund Lazo2020-12-06
* ex_getln: add secret charmBjörn Linse2020-12-01
* startup: load files from &packpath . '/start/{pluginname}'Björn Linse2020-11-19