summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/buffer.c
AgeCommit message (Expand)AuthorFiles
2023-09-23fix(float): fix some other crashes with :unhide or :all (#25328)zeertzjq1
2023-09-23fix(unhide): close floating windows first (#25318)zeertzjq1
2023-09-23vim-patch:8.2.4609: :unhide does not check for failing to close a window (#25...zeertzjq1
2023-09-12feat(extmark): support proper multiline rangesbfredl1
2023-09-03refactor(marks): don't set timestamp twice with :delmarks (#24994)zeertzjq1
2023-08-26refactor(change): do API changes to buffer without curbuf switchbfredl1
2023-08-24refactor(memline): distinguish mutating uses of ml_get_buf()bfredl1
2023-07-03refactor: remove longdundargoc1
2023-07-02vim-patch:9.0.1672: tabline highlight wrong after truncated double width labe...zeertzjq1
2023-06-07refactor(options): remove `getoption_T` and introduce `OptVal` (#23850)Famiu Haque1
2023-05-28vim-patch:9.0.1583: get E304 when using 'cryptmethod' "xchacha20v2" (#23790)zeertzjq1
2023-05-26fix(ui-ext): send title to newly-attached UIzeertzjq1
2023-05-24vim-patch:9.0.1575: "file N of M" message is not translated (#23737)zeertzjq1
2023-05-17Merge pull request #15534 from bfredl/monomapbfredl1
2023-05-17refactor(map): avoid duplicated khash_t types for valuesbfredl1
2023-05-16refactor: use xstrl{cpy,cat} on IObuff (#23648)ii141
2023-05-15vim-patch:9.0.1554: code for handling 'switchbuf' is repeated (#23632)zeertzjq1
2023-04-29vim-patch:9.0.1497: the ruler percentage can't be localized (#23389)zeertzjq1
2023-04-28vim-patch:9.0.1330: handling new value of an option has a long "else if" chainLewis Russell1
2023-04-26refactor: uncrustifydundargoc1
2023-04-07refactor: remove redundant castsii141
2023-04-07refactor: remove redundant const char * castsii141
2023-04-05refactor: make error message definitions constii141
2023-03-19fix(column): invalidate statuscolumn width when UPD_NOT_VALID (#22723)luukvbaal1
2023-03-18fix(column): rebuild status column when sign column is invalidated (#22690)luukvbaal1
2023-03-14refactor(screen): screen.c delenda estbfredl1
2023-02-20vim-patch:9.0.1331: illegal memory access when using :ball in Visual mode (#2...zeertzjq1
2023-02-16vim-patch:9.0.1309: scrolling two lines with even line count and 'scrolloff' setzeertzjq1
2023-02-14fix(status): handle unprintable chars in the statuslineBjörn Linse1
2023-01-24revert: "refactor(win_close): remove "force", don't pass on "free_buf" (#2192...zeertzjq1
2023-01-23refactor(win_close): remove "force", don't pass on "free_buf" (#21921)zeertzjq1
2023-01-19fix: pass value instead of pointer to isalpha (#21898)dundargoc1
2023-01-17refactor: replace char_u with char 22 (#21786)dundargoc1
2023-01-17vim-patch:8.2.4483: command completion makes two rounds to collect matches (#...zeertzjq1
2023-01-17vim-patch:8.2.4959: using NULL regexp program (#21855)zeertzjq1
2023-01-17vim-patch:8.2.4463: completion only uses strict matchingSean Dewar1
2023-01-10vim-patch:partial:9.0.1166: code is indented more than necessary (#21716)zeertzjq1
2023-01-09feat(ui): add 'statuscolumn' optionluukvbaal1
2023-01-09refactor: replace char_u with char 18 (#21237)dundargoc1
2023-01-09refactor: replace char_u with char 17 - remove STRLCPY (#21235)dundargoc1
2023-01-03vim-patch:9.0.1132: code is indented more than needed (#21626)zeertzjq1
2022-12-17fix(folds): use long for number of folded lines (#21447)zeertzjq1
2022-12-04vim-patch:8.2.2182: Vim9: value of 'magic' is still relevantzeertzjq1
2022-12-02feat(aucmd_win): allow crazy things with hidden buffers (#21250)zeertzjq1
2022-11-29vim-patch:9.0.0965: using one window for executing autocommands is insufficientzeertzjq1
2022-11-29refactor: buffer_ensure_loaded()zeertzjq1
2022-11-29vim-patch:8.1.2001: some source files are too big (#21231)zeertzjq1
2022-11-28refactor: replace char_u with chardundargoc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-11-11vim-patch:8.2.1919: assert_fails() setting emsg_silent changes normal executi...zeertzjq1