aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/ex_getln.c
Commit message (Expand)AuthorAge
* Merge pull request #18091 from dundargoc/refactor/pure-attributebfredl2022-04-18
|\
| * refactor: add pure attribute to pure functionsDundar Göc2022-04-13
* | docs: typo fixes (#17859)dundargoc2022-04-15
|/
* vim-patch:8.2.4723: the ModeChanged autocmd event is inefficientzeertzjq2022-04-10
* vim-patch:8.2.0004: get E685 and E931 if buffer reload is interruptedzeertzjq2022-04-08
* vim-patch:8.2.3471: crash when using CTRL-T after an empty search patternzeertzjq2022-04-01
* vim-patch:8.1.0439: recursive use of getcmdline() still not protected (#17726)zeertzjq2022-03-30
* vim-patch:8.1.1693: syntax coloring and highlighting is in one big file (#17721)Lewis Russell2022-03-18
* Merge pull request #17266 from famiu/feat/ui/global-statuslinebfredl2022-03-17
|\
| * feat: add support for global statuslineFamiu Haque2022-03-18
* | chore: fix typos (#17670)dundargoc2022-03-17
* | vim-patch:8.2.4428: crash when switching tabpage while in the cmdline windowSean Dewar2022-03-14
* | feat(lua): add api and lua autocmdsTJ DeVries2022-02-27
|/
* fix: close floating windows when calling win_close()Rom Grk2022-02-10
* Merge pull request #17226 from dundargoc/refactor/remove-redundant-codezeertzjq2022-02-03
|\
| * vim-patch:8.2.4241: some type casts are redundantDundar Göc2022-01-30
* | vim-patch:8.2.3629: command completion in cmdline window uses global commandsSean Dewar2022-01-30
|/
* vim-patch:8.2.4214: illegal memory access with large 'tabstop' in Ex modeChristian Clason2022-01-26
* feat(api): add support for lua function & description in keymapshadmansaleh2022-01-01
* feat(api): implement nvim_{add,del}_user_commandGregory Anders2021-12-28
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* lint (#16526)Jan Edmund Lazo2021-12-05
* Merge pull request #15840 from vimpostor/vim-8.2.3430Jan Edmund Lazo2021-11-30
|\
| * vim-patch:8.2.3609: internal error when ModeChanged is triggered recursivelyMagnus Groß2021-11-18
| * vim-patch:8.2.3430: no generic way to trigger an autocommand on mode changeMagnus Groß2021-11-18
* | refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
|/
* refactor: reduce number of explicit char casts (#16077)dundargoc2021-11-16
* refactor(multibyte): eliminate mb_ptr2len alias for utfc_ptr2lenBjörn Linse2021-11-14
* vim-patch:8.1.0779: argument for message functions is inconsistentJames McCoy2021-11-01
* vim-patch:8.1.0743: giving error messages is not flexibleJames McCoy2021-11-01
* refactor: saner options for uncrustify #16196dundargoc2021-10-31
* refactor: uncrustify #16090dundargoc2021-10-29
* vim-patch:8.1.2379: using old C style commentsDundar Göc2021-10-21
* 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