summaryrefslogtreecommitdiff
path: root/src/normal.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* patch 8.1.2104: the normal.c file is too bigv8.1.2104Bram Moolenaar2019-09-301-980/+13
* patch 8.1.2096: too many #ifdefsv8.1.2096Bram Moolenaar2019-09-281-6/+2
* patch 8.1.2072: "gk" moves to start of line instead of upwardsv8.1.2072Bram Moolenaar2019-09-241-2/+2
* patch 8.1.2062: the mouse code is spread outv8.1.2062Bram Moolenaar2019-09-211-1129/+4
* patch 8.1.2059: fix for "x" deleting a fold has side effectsv8.1.2059Bram Moolenaar2019-09-201-10/+4
* patch 8.1.2052: using "x" before a closed fold may delete that foldv8.1.2052Bram Moolenaar2019-09-171-3/+9
* patch 8.1.2018: using freed memory when out of memory and displaying messagev8.1.2018Bram Moolenaar2019-09-091-4/+9
* patch 8.1.1988: :startinsert! does not work the same way as "A"v8.1.1988Bram Moolenaar2019-09-051-13/+22
* patch 8.1.1890: ml_get error when deleting fold markerv8.1.1890Bram Moolenaar2019-08-191-1/+4
* patch 8.1.1862: Coverity warns for not using return valuev8.1.1862Bram Moolenaar2019-08-161-1/+1
* patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrarev8.1.1838Bram Moolenaar2019-08-111-1/+2
* patch 8.1.1823: command line history code is spread outv8.1.1823Bram Moolenaar2019-08-061-3/+3
* patch 8.1.1758: count of g$ not used correctly when text is not wrappedv8.1.1758Bram Moolenaar2019-07-271-1/+5
* patch 8.1.1658: debug statements included in patchv8.1.1658Bram Moolenaar2019-07-101-1/+0
* patch 8.1.1657: Terminal: screen updates from 'balloonexpr' are not displayedv8.1.1657Bram Moolenaar2019-07-091-26/+30
* patch 8.1.1645: cannot use a popup window for a balloonv8.1.1645Bram Moolenaar2019-07-071-0/+3
* patch 8.1.1612: cannot show an existing buffer in a popup windowv8.1.1612Bram Moolenaar2019-06-301-2/+2
* patch 8.1.1608: the evalfunc.c file is too bigv8.1.1607Bram Moolenaar2019-06-291-14/+1
* patch 8.1.1599: compiler warning for uninitialized variablev8.1.1599Bram Moolenaar2019-06-261-2/+2
* patch 8.1.1597: cannot scroll a popup window with the mousev8.1.1597Bram Moolenaar2019-06-261-3/+32
* patch 8.1.1588: in :let-heredoc line continuation is recognizedv8.1.1588Bram Moolenaar2019-06-251-1/+1
* patch 8.1.1520: popup windows are ignored when dealing with mouse positionv8.1.1520Bram Moolenaar2019-06-121-1/+1
* patch 8.1.1455: popup_atcursor() not completely implementedv8.1.1455Bram Moolenaar2019-06-021-7/+8
* patch 8.1.1414: alloc() returning "char_u *" causes a lot of type castsv8.1.1414Bram Moolenaar2019-05-281-1/+1
* patch 8.1.1373: "[p" in Visual mode puts in wrong linev8.1.1373Bram Moolenaar2019-05-231-53/+21
* patch 8.1.1306: Borland support is outdated and doesn't workv8.1.1306Bram Moolenaar2019-05-091-8/+1
* patch 8.1.1302: v:beval_text is not tested in Visual modev8.1.1302Bram Moolenaar2019-05-081-2/+2
* patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exev8.1.1230Bram Moolenaar2019-04-281-2/+5
* patch 8.1.1228: not possible to process tags with a functionv8.1.1228Bram Moolenaar2019-04-281-0/+4
* patch 8.1.1086: too many curly bracesv8.1.1086Bram Moolenaar2019-03-301-8/+0
* patch 8.1.1049: when user tries to exit with CTRL-C message is confusingv8.1.1049Bram Moolenaar2019-03-251-1/+6
* patch 8.1.1032: warnings from clang static analyzerv8.1.1032Bram Moolenaar2019-03-211-2/+1
* patch 8.1.0941: macros for MS-Windows are inconsistentv8.1.0941Bram Moolenaar2019-02-171-1/+1
* patch 8.1.0940: MS-Windows console resizing not handled properlyv8.1.0940Bram Moolenaar2019-02-171-0/+3
* patch 8.1.0932: Farsi support is outdated and unusedv8.1.0932Bram Moolenaar2019-02-161-9/+0
* patch 8.1.0864: cannot have a local value for 'scrolloff' and 'sidescrolloff'v8.1.0864Bram Moolenaar2019-01-311-6/+7
* patch 8.1.0856: when scrolling a window the cursorline is not always updatedv8.1.0856Bram Moolenaar2019-01-311-0/+4
* patch 8.1.0826: too many #ifdefsv8.1.0826Bram Moolenaar2019-01-261-86/+10
* patch 8.1.0806: too many #ifdefsv8.1.0806Bram Moolenaar2019-01-241-80/+8
* patch 8.1.0779: argument for message functions is inconsistentv8.1.0779Bram Moolenaar2019-01-191-7/+7
* patch 8.1.0743: giving error messages is not flexiblev8.1.0743Bram Moolenaar2019-01-131-16/+16
* patch 8.1.0726: redrawing specifically for conceal featurev8.1.0726Bram Moolenaar2019-01-111-1/+1
* patch 8.1.0719: too many #ifdefsv8.1.0719Bram Moolenaar2019-01-111-10/+2
* patch 8.1.0686: when 'y' is in 'cpoptions' yanking for the clipboard changes ...v8.1.0686Bram Moolenaar2019-01-031-3/+8