summaryrefslogtreecommitdiffstats
path: root/src/buffer.c
AgeCommit message (Expand)Author
2018-03-04patch 8.0.1566: too many #ifdefsv8.0.1566Bram Moolenaar
2018-03-04patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar
2018-02-19patch 8.0.1525: using :wqa exits even if a job runs in a terminal windowv8.0.1525Bram Moolenaar
2018-02-10patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar
2018-02-03patch 8.0.1459: cannot handle change of directoryv8.0.1459Bram Moolenaar
2018-01-28patch 8.0.1435: memory leak in test_arabicv8.0.1435Bram Moolenaar
2017-12-18patch 8.0.1402: crash with nasty autocommandv8.0.1402Bram Moolenaar
2017-12-01patch 8.0.1361: some users don't want to diff with hidden buffersv8.0.1361Bram Moolenaar
2017-10-26patch 8.0.1220: skipping empty statusline groups is not correctv8.0.1220Bram Moolenaar
2017-10-24patch 8.0.1215: newer gcc warns for implicit fallthroughv8.0.1215Bram Moolenaar
2017-10-22patch 8.0.1208: 'statusline' drops empty group with highlight changev8.0.1208Bram Moolenaar
2017-10-14patch 8.0.1193: crash when wiping out a buffer after using getbufinfo()v8.0.1193Bram Moolenaar
2017-09-30patch 8.0.1164: changing StatusLine highlight does not always workv8.0.1164Bram Moolenaar
2017-09-17patch 8.0.1119: quitting a split terminal window kills the jobv8.0.1119Bram Moolenaar
2017-09-16patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar
2017-09-08patch 8.0.1073: may get an endless loop if 'statusline' changes a highlightv8.0.1073Bram Moolenaar
2017-08-29patch 8.0.1013: terminal window behaves different from a buffer with changesv8.0.1013Bram Moolenaar
2017-08-17patch 8.0.0953: get "no write since last change" error in terminal windowv8.0.0953Bram Moolenaar
2017-08-13patch 8.0.0935: cannot recognize a terminal buffer in :ls outputv8.0.0935Bram Moolenaar
2017-08-13patch 8.0.0930: terminal buffers are stored in the viminfo filev8.0.0930Bram Moolenaar
2017-08-04patch 8.0.0860: side effects when channel appends to a bufferv8.0.0860Bram Moolenaar
2017-08-03patch 8.0.0858: can exit while a terminal is still running a jobv8.0.0858Bram Moolenaar
2017-08-01patch 8.0.0838: buffer hangs around whem terminal window is closedv8.0.0838Bram Moolenaar
2017-07-28patch 8.0.0797: finished job in terminal window is not handledv8.0.0797Bram Moolenaar
2017-07-27patch 8.0.0782: using freed memory in quickfix codev8.0.0782Bram Moolenaar
2017-07-25patch 8.0.0776: function prototypes missing without the quickfix featurev8.0.0776Bram Moolenaar
2017-07-24patch 8.0.0768: terminal window status shows "[Scratch]"v8.0.0768Bram Moolenaar
2017-07-23patch 8.0.0761: options not set properly for a terminal bufferv8.0.0761Bram Moolenaar
2017-07-17patch 8.0.0728: the terminal structure is never freedv8.0.0728Bram Moolenaar
2017-06-19patch 8.0.0648: possible use of NULL pointerv8.0.0648Bram Moolenaar
2017-06-05patch 8.0.0621: :stag does not respect 'switchbuf'v8.0.0621Bram Moolenaar
2017-06-04patch 8.0.0607: after :bwipe + :new bufref might still be validv8.0.0607Bram Moolenaar
2017-03-16patch 8.0.0466: still macros that should be all-capsv8.0.0466Bram Moolenaar
2017-03-12patch 8.0.0448: some macros are in lower casev8.0.0448Bram Moolenaar
2017-03-05patch 8.0.0420: text garbled when the system encoding differs from 'encoding'v8.0.0420Bram Moolenaar
2017-02-25patch 8.0.0366: build fails with tiny featuresv8.0.0366Bram Moolenaar
2017-02-25patch 8.0.0365: might free a dict item that wasn't allocatedv8.0.0365Bram Moolenaar
2017-02-21patch 8.0.0345: islocked('d.changedtick') does not workv8.0.0345Bram Moolenaar
2017-02-19patch 8.0.0340: not checking return valud of dict_add()v8.0.0340Bram Moolenaar
2017-02-17patch 8.0.0334: can't access b:changedtick from a dict referencev8.0.0334Bram Moolenaar
2017-01-24patch 8.0.0229: local 'formatprg' option value leaksv8.0.0229Bram Moolenaar
2017-01-13patch 8.0.0177: BufEnter autocommand not fired for a directoryv8.0.0177Bram Moolenaar
2016-12-01patch 8.0.0110v8.0.0110Bram Moolenaar
2016-11-10patch 8.0.0073v8.0.0073Bram Moolenaar
2016-11-06patch 8.0.0069v8.0.0069Bram Moolenaar
2016-10-30patch 8.0.0055v8.0.0055Bram Moolenaar
2016-09-11patch 7.4.2362v7.4.2362Bram Moolenaar
2016-09-09patch 7.4.2348v7.4.2348Bram Moolenaar
2016-09-08patch 7.4.2347v7.4.2347Bram Moolenaar
2016-09-04patch 7.4.2330v7.4.2330Bram Moolenaar