summaryrefslogtreecommitdiff
path: root/src/normal.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.2.3074: popup_atcursor() uses wrong position with concealingv8.2.3074Bram Moolenaar2021-06-291-4/+4
* patch 8.2.3069: error messages are spread outv8.2.3069Bram Moolenaar2021-06-271-3/+3
* patch 8.2.2971: cannot yank a block without trailing spacesv8.2.2971Christian Brabandt2021-06-101-0/+3
* patch 8.2.2938: after using motion force from feedkeys() it sticksv8.2.2938Bram Moolenaar2021-06-041-0/+1
* patch 8.2.2932: select mode test failsv8.2.2932Bram Moolenaar2021-06-031-4/+10
* patch 8.2.2930: when a popup is visible a mouse move my restart Visual modev8.2.2930Bram Moolenaar2021-06-031-0/+1
* patch 8.2.2922: computing array length is done in various waysv8.2.2922K.Takata2021-06-021-1/+1
* patch 8.2.2914: cannot paste a block without adding paddingv8.2.2914Christian Brabandt2021-05-301-2/+8
* patch 8.2.2904: "g$" causes scroll if half a double width char is visiblev8.2.2904Bram Moolenaar2021-05-291-0/+11
* patch 8.2.2832: operator cancelled by moving mouse when using popupv8.2.2832Bram Moolenaar2021-05-041-2/+3
* patch 8.2.2711: "gj" in a closed fold does not move out of the foldv8.2.2711Bram Moolenaar2021-04-041-2/+10
* patch 8.2.2548: May get stuck in the cmdline window using :normalv8.2.2548Bram Moolenaar2021-02-231-0/+10
* patch 8.2.2547: "%" command not accurate for big filesv8.2.2547Bram Moolenaar2021-02-231-3/+5
* patch 8.2.2422: crash when deleting with line number out of rangev8.2.2422Bram Moolenaar2021-01-281-1/+5
* patch 8.2.2385: "gj" and "gk" do not work correctly when inside a foldv8.2.2385Bram Moolenaar2021-01-211-20/+11
* patch 8.2.2366: when using ":sleep" the cursor is always displayedv8.2.2366Bram Moolenaar2021-01-161-2/+2
* patch 8.2.2182: Vim9: value of 'magic' is still relevantv8.2.2182Bram Moolenaar2020-12-211-2/+2
* patch 8.2.2160: various typosv8.2.2160Bram Moolenaar2020-12-181-1/+1
* patch 8.2.2128: there is no way to do something on CTRL-Zv8.2.2128Bram Moolenaar2020-12-111-1/+1
* patch 8.2.2084: CTRL-V U doesn't work to enter a Unicode characterv8.2.2084Bram Moolenaar2020-12-031-2/+2
* patch 8.2.2057: getting the selection may trigger TextYankPost autocmdv8.2.2057Bram Moolenaar2020-11-261-0/+32
* patch 8.2.1978: making a mapping work in all modes is complicatedv8.2.1978Bram Moolenaar2020-11-121-5/+7
* patch 8.2.1919: assert_fails() setting emsg_silent changes normal executionv8.2.1919Bram Moolenaar2020-10-281-0/+1
* patch 8.2.1637: Vim9: :put ={expr} does not work inside :def functionv8.2.1637Bram Moolenaar2020-09-081-2/+2
* patch 8.2.1595: cannot easily see what Vim sends to the terminalv8.2.1595Bram Moolenaar2020-09-051-0/+6
* patch 8.2.1549: "r" fails if 'esckeys' is off and modifyOtherKeys is usedv8.2.1549Bram Moolenaar2020-08-301-0/+14
* patch 8.2.1520: Vim9: CTRL-] used in :def function does not workv8.2.1520Bram Moolenaar2020-08-231-1/+3
* patch 8.2.1401: cannot jump to the last used tabpagev8.2.1401Bram Moolenaar2020-08-091-1/+12
* patch 8.2.1258: CursorHold does not work wellv8.2.1258Bram Moolenaar2020-07-201-1/+6
* patch 8.2.1253: CTRL-K in Insert mode gets <CursorHold> insertedv8.2.1253Bram Moolenaar2020-07-191-1/+2
* patch 8.2.0929: v:register is not cleared after an operator was executedv8.2.0929Bram Moolenaar2020-06-071-0/+5
* patch 8.2.0913: code for resetting v:register is duplicatedv8.2.0913Bram Moolenaar2020-06-061-10/+1
* patch 8.2.0853: ml_delete() often called with FALSE argumentv8.2.0853Bram Moolenaar2020-05-301-1/+1
* patch 8.2.0849: BeOS code is not maintained and probably unusedv8.2.0849Bram Moolenaar2020-05-301-8/+0
* patch 8.2.0839: dropping modifier when putting a character back in typeaheadv8.2.0839Bram Moolenaar2020-05-291-1/+1
* patch 8.2.0743: can move to another buffer from a terminal in popup windowv8.2.0743Bram Moolenaar2020-05-121-0/+4
* patch 8.2.0559: clearing a struct is verbosev8.2.0559Bram Moolenaar2020-04-121-3/+3
* patch 8.2.0397: delayed screen update when using undo from Insert modev8.2.0397Bram Moolenaar2020-03-161-2/+7
* patch 8.2.0295: highlighting for :s wrong when using different separatorv8.2.0295Bram Moolenaar2020-02-211-1/+1
* patch 8.2.0156: various typos in source files and testsv8.2.0156Bram Moolenaar2020-01-261-1/+1
* patch 8.1.2392: using old C style commentsv8.1.2392Bram Moolenaar2019-12-051-614/+608
* patch 8.1.2377: GUI: when losing focus a pending operator is executedv8.1.2377Bram Moolenaar2019-12-011-2/+3
* patch 8.1.2313: debugging where a delay comes from is not easyv8.1.2313Bram Moolenaar2019-11-171-2/+2
* patch 8.1.2281: 'showbreak' cannot be set for one windowv8.1.2281Bram Moolenaar2019-11-091-2/+5
* patch 8.1.2237: mode() result depends on whether CURSOR_SHAPE is definedv8.1.2237Bram Moolenaar2019-10-311-4/+2
* patch 8.1.2233: cannot get the Vim command line argumentsv8.1.2233Bram Moolenaar2019-10-291-1/+1
* patch 8.1.2231: not easy to move to the middle of a text linev8.1.2231Bram Moolenaar2019-10-281-0/+18
* patch 8.1.2173: searchit() has too many argumentsv8.1.2173Bram Moolenaar2019-10-181-10/+16
* patch 8.1.2171: mouse support not always availablev8.1.2171Bram Moolenaar2019-10-171-14/+2
* patch 8.1.2140: "gk" and "gj" do not work correctly in number columnv8.1.2140Bram Moolenaar2019-10-121-5/+12