aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/move.c
Commit message (Expand)AuthorAge
* vim-patch:8.2.5138: various small issueszeertzjq2022-06-20
* refactor: change type of linenr_T from long to int32_tDundar Goc2022-06-10
* docs: fix typos (#18269)dundargoc2022-06-04
* refactor(uncrustify): set maximum number of consecutive newlines to 2 (#18695)dundargoc2022-05-25
* feat(ui): add `'winbar'`Famiu Haque2022-05-18
* refactor: replace char_u variables and functions with charDundar Goc2022-05-04
* refactor(uncrustify): change rules to better align with the style guideDundar Goc2022-04-29
* perf: only redraw for CurSearch when it is currently in usezeertzjq2022-04-25
* vim-patch:8.2.4795: 'cursorbind' scrolling depends on whether 'cursorline' is...zeertzjq2022-04-21
* feat(highlight): implement CurSearch highlightFamiu Haque2022-04-17
* vim-patch:8.2.3122: with 'nowrap' cursor position is unexected in narrow wind...zeertzjq2022-04-01
* perf: only redraw concealed line if cursor has moved horizontallyzeertzjq2022-03-28
* vim-patch:8.2.4638: superfluous check if a redraw is needed for 'cursorline'zeertzjq2022-03-28
* perf(screen): reduce cursorline redrawing when jumping aroundzeertzjq2022-03-24
* vim-patch:8.2.4018: ml_get error when win_execute redraws with Visual selectionSean Dewar2022-02-03
* vim-patch:8.2.3914 (#16808)dundargoc2021-12-28
* fix(screenpos, float): add top and left border adjustmentzeertzjq2021-12-15
* refactor(misc1): move out high-level input functions to a new file: input.cBjörn Linse2021-12-10
* refactor(misc1): move way beep functions elsewhereBjörn Linse2021-12-10
* refactor: saner options for uncrustify (#16204)dundargoc2021-11-19
* vim-patch:8.2.0026: still some /* */ comments (#16088)dundargoc2021-10-23
* refactor: remove space after starDundar Göc2021-10-19
* vim-patch:8.2.3490: superfluous return statements #15978dundargoc2021-10-09
* vim-patch:8.2.3460: some type casts are not needed #15868dundargoc2021-10-02
* 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: format with uncrustify #15741dundargoc2021-09-22
* vim-patch:8.2.3394: filler lines are wrong when changing text in diff mode (#...Jaehwang Jerry Jung2021-09-18
* vim-patch:8.1.2281: 'showbreak' cannot be set for one windowSean Dewar2021-09-10
* refactor(plines): move out plines related code from misc1.cBjörn Linse2021-08-10
* refactor(plines): remove implicit curwin plines_nofill() functionBjörn Linse2021-08-10
* refactor(plines): remove implicit curwin plines() functionBjörn Linse2021-08-10
* buffer: move BUFEMPTY to a functionThomas Vigouroux2021-07-06
* buffer: don't rely on curbuf in BUFEMPTYThomas Vigouroux2021-07-06
* vim-patch:8.2.2495: text jumps up and down when moving the cursorJan Edmund Lazo2021-02-10
* fix: appease linterMatthieu Coudron2020-12-24
* refactor: de-curwin-ify update_topline/curs_columnsMatthieu Coudron2020-12-23
* refactor: pass the window to get_(side)scrolloff_valueMatthieu Coudron2020-12-23
* vim-patch:8.1.0806: too many #ifdefsJan Edmund Lazo2020-11-12
* fix: lint doc-commentsRom Grk2020-11-07
* my fight with the linterRom Grk2020-11-06
* Merge branch 'master' into add-scroll-eventsRom Grk2020-11-03
|\
| * api: add API for themesBjörn Linse2020-11-01
* | move.c: dont invalidate viewport when no scroll happenedRom Grk2020-10-25
|/
* vim-patch:8.2.0007: popup menu positioned wrong with folding in two tabsJan Edmund Lazo2020-10-08
* vim-patch:8.1.2303: cursor in wrong position after horizontal scrollJan Edmund Lazo2020-10-08
* vim-patch:8.1.2228: screenpos() returns wrong values when 'number' is setJan Edmund Lazo2020-05-21
* api/ui: win_viewport event for visible range and cursor position in windowBjörn Linse2020-04-01
* vim-patch:8.1.0864 Make 'scrolloff' and 'sidescrolloff' options window local ...Will Eccles2020-03-17
* foldcolumn: allow auto:XMatthieu Coudron2020-02-29