summaryrefslogtreecommitdiffstatshomepage
path: root/src/nvim/cursor.c
AgeCommit message (Expand)AuthorFiles
2026-04-21fix(move): avoid integer overflow with large 'scrolloff' (#39251)zeertzjq1
2025-12-20docs: misc, lspJustin M. Keyes1
2025-10-08vim-patch:9.1.1836: 'culopt' "screenline" not redrawn with line("w0") and :retabzeertzjq1
2025-08-14refactor(build): remove INCLUDE_GENERATED_DECLARATIONS guardsbfredl1
2025-08-03vim-patch:9.1.1590: cannot perform autocompletion (#35141)zeertzjq1
2025-04-28refactor(ui): separate types for allocated grids and viewportsbfredl1
2025-02-13vim-patch:9.1.1108: 'smoothscroll' gets stuck with 'listchars' "eol" (#32434)zeertzjq1
2024-12-23refactor: iwyu #31637Justin M. Keyes1
2024-12-17feat(terminal)!: cursor shape and blink (#31562)Gregory Anders1
2024-11-23refactor(options): autogenerate valid values and flag enums for options (#31089)Famiu Haque1
2024-07-30refactor: collapse statements in single assignmentsLewis Russell1
2024-05-15docs: misc (#28609)dundargoc1
2024-03-14vim-patch:9.1.0172: More code can use ml_get_buf_len() instead of STRLEN()zeertzjq1
2024-03-13fix(api/buffer): fix handling of viewport of non-current bufferbfredl1
2024-03-10vim-patch:9.1.0138: too many STRLEN calls when getting a memline (#27799)zeertzjq1
2024-01-25refactor: IWYU (#27186)zeertzjq1
2024-01-22refactor: use "csarg" for CharsizeArg variables (#27123)zeertzjq1
2024-01-22perf: reuse fast character size calculation algorithm from getvcol()VanaIgr1
2024-01-11refactor(IWYU): fix headersdundargoc1
2023-12-30refactor: follow style guidedundargoc1
2023-12-21refactor: run IWYU on entire repodundargoc1
2023-12-20refactor: eliminate cyclic includesdundargoc1
2023-11-28refactor: fix headers with IWYUdundargoc1
2023-11-27build(IWYU): fix includes for undo_defs.hdundargoc1
2023-11-17vim-patch:9.0.2107: [security]: FPE in adjust_plines_for_skipcol (#26082)zeertzjq1
2023-11-12build: remove PVSdundargoc1
2023-09-30refactor: reorganize option header files (#25437)zeertzjq1
2023-09-30build(iwyu): add a few more _defs.h mappings (#25435)zeertzjq1
2023-08-27vim-patch:9.0.1792: problem with gj/gk/gM and virtual text (#24898)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-08-17refactor: cast to int earlier when using 'so' and 'siso' (#24756)zeertzjq1
2023-05-02vim-patch:9.0.0901: setting w_leftcol and handling side effects is confusingLuuk van Baal1
2023-05-02vim-patch:9.0.0751: 'scrolloff' does not work well with 'smoothscroll'Luuk van Baal1
2023-04-26refactor: uncrustifydundargoc1
2023-02-11refactor: replace char_u with char (#21901)dundargoc1
2023-01-14refactor: replace char_u with char 21 (#21779)dundargoc1
2022-11-23fix(options): fix local 'sidescrolloff' doesn't work for mouse (#21162)zeertzjq1
2022-11-19refactor: replace char_u with charDundar Göc1
2022-11-15build: allow IWYU to fix includes for all .c filesdundargoc1
2022-09-11refactor: replace char_u with charDundar Göc1
2022-09-06refactor: replace char_u with charDundar Göc1
2022-09-01refactor: replace char_u with charDundar Göc1
2022-08-31refactor: replace char_u with charDundar Göc1
2022-08-29refactor(plines): use a struct for chartabsize statebfredl1
2022-08-23vim-patch:9.0.0206: redraw flags are not named specifically (#19913)zeertzjq1
2022-08-19vim-patch:8.1.2057: the screen.c file is much too bigLewis Russell1
2022-05-17vim-patch:8.2.4969: changing text in Visual mode may cause invalid memory accesszeertzjq1
2022-05-10vim-patch:8.2.4911: the mode #defines are not clearly named (#18499)zeertzjq1
2022-05-07refactor: replace char_u variables and functions with charDundar Goc1