summaryrefslogtreecommitdiff
path: root/src/normal.c
AgeCommit message (Expand)Author
2018-06-12patch 8.1.0053: first argument of 'completefunc' has inconsistent typeBram Moolenaar
2018-06-03patch 8.1.0027: difficult to make a plugin that feeds a line to a jobBram Moolenaar
2018-05-22patch 8.1.0020: cannot tell whether a register is executing or recordingBram Moolenaar
2018-05-10patch 8.0.1809: various typosBram Moolenaar
2018-04-24patch 8.0.1758: open_line() returns TRUE/FALSE for success/failureBram Moolenaar
2018-04-24patch 8.0.1753: various warnings from a static analyserBram Moolenaar
2018-03-04patch 8.0.1566: too many #ifdefsBram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsBram Moolenaar
2018-03-03patch 8.0.1558: no right-click menu in a terminalBram Moolenaar
2018-02-18patch 8.0.1523: cannot write and read terminal screendumpsBram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesBram Moolenaar
2018-02-06patch 8.0.1475: invalid memory access in read_redo()Bram Moolenaar
2017-12-21patch 8.0.1419: cursor column is not updated after ]sBram Moolenaar
2017-12-19patch 8.0.1411: reading invalid memory with CTRL-W :Bram Moolenaar
2017-11-25patch 8.0.1338: USE_IM_CONTROL is confusing and incompleteBram Moolenaar
2017-11-20patch 8.0.1323: mouse events in a terminal window may cause endless loopBram Moolenaar
2017-11-18patch 8.0.1312: balloon_show() only works in terminal when compiled with GUIBram Moolenaar
2017-11-18patch 8.0.1309: cannot use 'balloonexpr' in a terminalBram Moolenaar
2017-10-24patch 8.0.1215: newer gcc warns for implicit fallthroughBram Moolenaar
2017-10-15patch 8.0.1201: "yL" is affected by 'scrolloff'Bram Moolenaar
2017-09-23patch 8.0.1138: click in window toolbar starts Visual modeBram Moolenaar
2017-09-22patch 8.0.1136: W_WIDTH() is always the sameBram Moolenaar
2017-09-17patch 8.0.1123: cannot define a toolbar for a windowBram Moolenaar
2017-09-16patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsBram Moolenaar
2017-09-16patch 8.0.1113: can go to Insert mode from Terminal-Normal modeBram Moolenaar
2017-09-10patch 8.0.1091: test for <cexpr> fails without +balloon_eval featureBram Moolenaar
2017-08-26patch 8.0.0998: strange error when using K while only spaces are selectedBram Moolenaar
2017-08-19patch 8.0.0962: crash with virtualedit and joining linesBram Moolenaar
2017-08-16patch 8.0.0948: crash if timer closes window while dragging status lineBram Moolenaar
2017-08-16patch 8.0.0947: entering terminal using C-O C-W C-W goes to Insert modeBram Moolenaar
2017-08-06patch 8.0.0877: using CTRL-\ CTRL-N in terminal is inconsistentBram Moolenaar
2017-08-05patch 8.0.0874: can't build with terminal featureBram Moolenaar
2017-08-05patch 8.0.0872: no mouse scroll with a terminal windowBram Moolenaar
2017-08-03patch 8.0.0858: can exit while a terminal is still running a jobBram Moolenaar
2017-07-31patch 8.0.0826: cannot use text objects in Terminal modeBram Moolenaar
2017-07-30patch 8.0.0813: cannot use a terminal window while the job is runningBram Moolenaar
2017-07-16patch 8.0.0725: a terminal window does not handle keyboard inputBram Moolenaar
2017-06-18patch 8.0.0647: syntax highlighting can make cause a freezeBram Moolenaar
2017-06-17patch 8.0.0643: when a pattern search is slow Vim becomes unusableBram Moolenaar
2017-06-04patch 8.0.0609: some people still don't know how to quitBram Moolenaar
2017-05-24patch 8.0.0602: when gF fails to edit the file the cursor still movesBram Moolenaar
2017-04-20patch 8.0.0568: 1gd may hangBram Moolenaar
2017-03-16patch 8.0.0466: still macros that should be all-capsBram Moolenaar
2017-03-12patch 8.0.0452: some macros are in lower caseBram Moolenaar
2017-03-12patch 8.0.0448: some macros are in lower caseBram Moolenaar
2017-02-26patch 8.0.0379: CTRL-Z and mouse click use CTRL-O unnecessaryBram Moolenaar
2017-02-04patch 8.0.0303: bracketed paste does not work in Visual modeBram Moolenaar
2017-02-02patch 8.0.0296: bracketed paste can only append, not insertBram Moolenaar
2017-02-01patch 8.0.0282: need to use CTRL-O twice when in Visual-Insert modeBram Moolenaar
2017-01-21patch 8.0.0210: no support for bracketed pasteBram Moolenaar