summaryrefslogtreecommitdiffstats
path: root/src/ex_getln.c
AgeCommit message (Expand)Author
2018-04-07patch 8.0.1672: error during completion causes command to be cancelledv8.0.1672Bram Moolenaar
2018-03-29patch 8.0.1649: no completion for argument list commandsv8.0.1649Bram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar
2018-02-11patch 8.0.1502: in out-of-memory situation character is not restoredv8.0.1502Bram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar
2018-01-31patch 8.0.1445: cannot act on edits in the command linev8.0.1445Bram Moolenaar
2018-01-02patch 8.0.1428: compiler warning on 64 bit MS-Windows systemv8.0.1428Bram Moolenaar
2017-12-17patch 8.0.1399: warnings and errors when building tiny versionv8.0.1399Bram Moolenaar
2017-12-16patch 8.0.1396: memory leak when CTRL-G in search command line failsv8.0.1396Bram Moolenaar
2017-12-16patch 8.0.1393: too much highlighting with 'hlsearch' and 'incsearch' setv8.0.1393Bram Moolenaar
2017-11-28patch 8.0.1356: using simalt in a GUIEnter autocommand inserts charactersv8.0.1356Bram Moolenaar
2017-11-25patch 8.0.1338: USE_IM_CONTROL is confusing and incompletev8.0.1338Bram Moolenaar
2017-11-18patch 8.0.1309: cannot use 'balloonexpr' in a terminalv8.0.1309Bram Moolenaar
2017-11-16patch 8.0.1304: CTRL-G/CTRL-T don't work with incsearch and empty patternv8.0.1304Bram Moolenaar
2017-11-02patch 8.0.1250: 'hlsearch' highlighting not removed after incsearchv8.0.1250Bram Moolenaar
2017-10-29patch 8.0.1238: incremental search only shows one matchv8.0.1238Bram Moolenaar
2017-10-24patch 8.0.1215: newer gcc warns for implicit fallthroughv8.0.1215Bram Moolenaar
2017-10-22patch 8.0.1210: CTRL-G and CTRL-T are ignored with typeaheadv8.0.1210Bram Moolenaar
2017-10-19patch 8.0.1206: no autocmd for entering or leaving the command linev8.0.1206Bram Moolenaar
2017-09-24patch 8.0.1143: macros always expand to the same thingv8.0.1143Bram Moolenaar
2017-09-16patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar
2017-08-30patch 8.0.1026: GTK on-the-spot input has problemsv8.0.1026Bram Moolenaar
2017-08-06patch 8.0.0878: no completion for :mapclearv8.0.0878Bram Moolenaar
2017-07-16patch 8.0.0720: unfinished mapping not displayed when running timerv8.0.0720Bram Moolenaar
2017-07-15patch 8.0.0714: when a timer causes a command line redraw " goes missingv8.0.0714Bram Moolenaar
2017-07-11patch 8.0.0706: crash when cancelling the cmdline window in Ex modev8.0.0706Bram Moolenaar
2017-07-01patch 8.0.0692: CTRL-G with 'incsearch' and ? goes in the wrong directionv8.0.0692Bram Moolenaar
2017-06-29patch 8.0.0689: ~ character not escaped when extending search patternv8.0.0689Bram Moolenaar
2017-06-25patch 8.0.0677: setting 'filetype' may switch buffersv8.0.0677Bram Moolenaar
2017-06-17patch 8.0.0643: when a pattern search is slow Vim becomes unusablev8.0.0643Bram Moolenaar
2017-04-30patch 8.0.0592: if a job writes to a buffer screen is not updatedv8.0.0592Bram Moolenaar
2017-04-07patch 8.0.0546: swap file exists briefly when opening the command windowv8.0.0546Bram Moolenaar
2017-03-30patch 8.0.0528: highlight wrong text when 'wim' includes "longest"v8.0.0528Bram Moolenaar
2017-03-16patch 8.0.0468: after aborting an Ex command g< does not workv8.0.0468Bram Moolenaar
2017-03-16patch 8.0.0466: still macros that should be all-capsv8.0.0466Bram Moolenaar
2017-03-12patch 8.0.0452: some macros are in lower casev8.0.0452Bram Moolenaar
2017-03-12patch 8.0.0451: some macros are in lower casev8.0.0451Bram Moolenaar
2017-03-12patch 8.0.0448: some macros are in lower casev8.0.0448Bram Moolenaar
2017-02-26patch 8.0.0374: invalid memory access when using :sc in Ex modev8.0.0374Bram Moolenaar
2017-02-23patch 8.0.0360: sometimes VimL is used instead of "Vim script"v8.0.0360Bram Moolenaar
2017-02-09patch 8.0.0320: warning for unused variable with small buildv8.0.0320Bram Moolenaar
2017-01-24patch 8.0.0237: when 'wildoptions' is "tagfile" completion may not workv8.0.0237Bram Moolenaar
2017-01-24patch 8.0.0228: pasting in xterm on the command line has PasteStartv8.0.0228Bram Moolenaar
2017-01-11patch 8.0.0172: command line window does not workv8.0.0172Bram Moolenaar
2017-01-09patch 8.0.0161: can't build with small featuresv8.0.0161Bram Moolenaar
2017-01-08patch 8.0.0159: crash on startup when updating tablinev8.0.0159Bram Moolenaar
2016-10-15patch 8.0.0034v8.0.0034Bram Moolenaar
2016-09-09patch 7.4.2357v7.4.2357Bram Moolenaar
2016-09-05patch 7.4.2331v7.4.2331Bram Moolenaar
2016-09-03patch 7.4.2320v7.4.2320Bram Moolenaar