aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.c
Commit message (Expand)AuthorAge
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move insertmode related function to edit.cBjörn Linse2021-12-10
* vim-patch:8.2.2014: using CTRL-O in a prompt buffer moves cursor to startSean Dewar2021-12-07
* vim-patch:8.2.1976: cannot backspace in prompt buffer after using cursor-leftSean Dewar2021-12-07
* vim-patch:8.1.0064: typing CTRL-W in a prompt buffer shows mode "-- --"Sean Dewar2021-12-07
* vim-patch:8.1.0035: not easy to switch between prompt buffer and other windowsSean Dewar2021-12-07
* lint (#16526)Jan Edmund Lazo2021-12-05
* Merge pull request #16411 from dundargoc/refactor/upgrade-uncrustifyBjörn Linse2021-12-04
|\
| * refactor: upgrade uncrustify config version to 0.74.0Dundar Göc2021-11-23
* | 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.3555: ModeChanged is not triggered on every mode changeMagnus 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
* Merge pull request #16047 from mcepl/vim-8.2.3520Jan Edmund Lazo2021-11-14
|\
| * vim-patch:8.2.3528: 'thesaurus' and 'thesaurusfunc' do not have the same scopeMatěj Cepl2021-11-06
| * vim-patch:8.2.3525: option variable name does not match option nameMatěj Cepl2021-10-24
| * vim-patch:8.2.3520: cannot define a function for thesaurus completionMatěj Cepl2021-10-23
* | refactor(macros): delete multibyte macros which just are aliasesBjörn Linse2021-11-14
* | 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.2378: using old C style commentsDundar Göc2021-10-21
|/
* refactor: make commas trail in enumsDundar Göc2021-10-19
* refactor: reduce number of unique char casts (#15995)dundargoc2021-10-12
* vim-patch:8.2.3465: cannot detect insert scroll mode (#15885)zeertzjq2021-10-03
* Refactor/uncrustify (#15790)dundargoc2021-09-29
* feat(decorations): support virtual lines (for now: only one block at a time)Björn Linse2021-09-26
* refactor: format with uncrustify #15778dundargoc2021-09-25
* refactor: reformat with uncrustify #15736dundargoc2021-09-20
* Merge pull request #15364 from seandewar/vim-8.2.3337Jan Edmund Lazo2021-09-17
|\
| * vim-patch:8.2.3293: finding completions may cause an endless loopSean Dewar2021-09-17
* | refactor(style): switch-case formatting, "uncrustify:indent-off" #15669dundargoc2021-09-17
|/
* fix: "redundant cast to the same type" #15662dundargoc2021-09-14
* refactor: replace TRUE/FALSE with true/false #15647dundargoc2021-09-13
* vim-patch:8.2.3389: cannot stop insert mode completion without side effects #...zeertzjq2021-09-10
* refactor: format files with uncrustify #15607dundargoc2021-09-10
* refactor: replace TRUE/FALSE with true/false #15425dundargoc2021-08-22
* refactor(plines): move horizontal size functions to plines.cBjörn Linse2021-08-11
* refactor(plines): remove implicit curwin chartabsize() functionBjörn Linse2021-08-10
* Merge pull request #12971 from vigoux/decurbufBjörn Linse2021-07-09
|\
| * buffer: move BUFEMPTY to a functionThomas Vigouroux2021-07-06
| * undo: reduce reliance on curbufThomas Vigouroux2021-07-06
| * buffer: don't rely on curbuf in BUFEMPTYThomas Vigouroux2021-07-06
* | chore: use codespell to spell check #15016dundargoc2021-07-07
|/
* fixup! vim-patch:8.0.1449: slow redrawing with DirectXJan Edmund Lazo2021-05-13
* vim-patch:8.0.1309: cannot use 'balloonexpr' in a terminalJan Edmund Lazo2021-05-06