aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/edit.c
Commit message (Expand)AuthorAge
* refactor: remove redundant const char * castsii142023-04-07
* refactor: remove char_u (#22829)dundargoc2023-04-02
* vim-patch:9.0.1429: invalid memory access when ending insert mode (#22792)zeertzjq2023-03-27
* vim-patch:9.0.1428: cursor in wrong position when leaving insert mode (#22786)zeertzjq2023-03-26
* feat(api): add filetype option nvim_get_option_valueLewis Russell2023-03-20
* refactor(screen): screen.c delenda estbfredl2023-03-14
* refactor(redraw): make cursor position redraw use the "redraw later" patternbfredl2023-03-12
* fix(edit): don't subtract msg_scrolled when removing double quote (#22630)zeertzjq2023-03-11
* refactor: replace char_u with char or uint8_t (#22400)dundargoc2023-03-04
* vim-patch:partial:9.0.0013: reproducing memory access errors can be difficultzeertzjq2023-03-04
* feat(edit)!: remove old c implementation of hebrew keymapbfredl2023-02-28
* vim-patch:9.0.1354: "gr CTRL-G" stays in virtual replace modezeertzjq2023-02-26
* docs: fix typos (#21961)dundargoc2023-02-20
* refactor: replace char_u with char (#21901)dundargoc2023-02-11
* refactor: reduce scope of locals as per the style guide (#22206)dundargoc2023-02-11
* Merge pull request #21331 from LiadOz/LiadOz/prompt-insert-extmarkbfredl2023-02-02
|\
| * fix(extmarks): adjust extmarks when inserting prompt prefixLiad Oz2023-01-14
* | refactor(optionstr.c): break up did_set_string_option 7Lewis Russell2023-01-25
* | refactor: replace char_u with char 25 (#21838)dundargoc2023-01-19
* | refactor: replace char_u with char 23 (#21798)dundargoc2023-01-18
* | refactor: replace char_u with char 22 (#21786)dundargoc2023-01-17
* | vim-patch:8.2.4928: various white space and cosmetic mistakes (#21854)zeertzjq2023-01-17
|/
* refactor: replace char_u with char 21 (#21779)dundargoc2023-01-14
* refactor: replace char_u with char 19 (#21241)dundargoc2023-01-10
* refactor: replace char_u with char 18 (#21237)dundargoc2023-01-09
* refactor: replace char_u with chardundargoc2023-01-09
* refactor: replace char_u with char 16 - remove STRNCMP (#21208)dundargoc2022-12-21
* vim-patch:9.0.1036: undo misbehaves when writing from an insert mode mappingzeertzjq2022-12-09
* refactor: replace char_u with chardundargoc2022-11-28
* refactor: replace char_u with charDundar Göc2022-11-26
* vim-patch:partial:9.0.0917: the WinScrolled autocommand event is not enough (...zeertzjq2022-11-23
* build: allow IWYU to fix includes for all .c filesdundargoc2022-11-15
* refactor: fix clang-tidy warningsdundargoc2022-11-06
* fix(mouse): ensure no scrolling with "ver:0" in 'mousescroll' (#20861)zeertzjq2022-10-30
* refactor(uncrustify): improved formatting rulesdundargoc2022-10-21
* vim-patch:9.0.0761: cannot use 'indentexpr' for Lisp indentingzeertzjq2022-10-16
* refactor: replace char_u with charDundar Göc2022-10-15
* feat(window/ui): add splitkeep option (#19243)luukvbaal2022-10-06
* refactor(redraw): no type argument in update_screen()bfredl2022-10-05
* refactor: replace char_u with charDundar Göc2022-09-11
* refactor: replace char_u with charDundar Göc2022-09-09
* refactor: replace char_u with charDundar Göc2022-09-06
* refactor: migrate comment style 2 #20080dundargoc2022-09-06
* refactor: migrate comment style (#20012)Lewis Russell2022-09-02
* refactor: replace char_u with charDundar Göc2022-09-01
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with charDundar Göc2022-08-31
* refactor: replace char_u with char 4 (#19987)dundargoc2022-08-30
* refactor: replace char_u with charDundar Göc2022-08-29
* Merge pull request #19961 from dundargoc/refactor/char_u/2bfredl2022-08-29
|\