summaryrefslogtreecommitdiff
path: root/src/buffer.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.1.0105: all tab stops are the samev8.1.0105Bram Moolenaar2018-06-231-5/+19
* patch 8.1.0061: window title is wrong after resetting and setting 'title'v8.1.0061Bram Moolenaar2018-06-161-28/+31
* patch 8.1.0036: not restoring Insert mode if leaving prompt buffer with mousev8.1.0036Bram Moolenaar2018-06-061-0/+4
* patch 8.1.0027: difficult to make a plugin that feeds a line to a jobv8.1.0027Bram Moolenaar2018-06-031-2/+18
* patch 8.0.1836: buffer-local window options may not be recentv8.0.1836Bram Moolenaar2018-05-131-1/+16
* patch 8.0.1763: :argedit does not reuse an empty unnamed bufferv8.0.1763Bram Moolenaar2018-04-241-5/+15
* patch 8.0.1732: crash when terminal API call deletes the bufferv8.0.1732Bram Moolenaar2018-04-171-1/+16
* patch 8.0.1688: some macros are used without a semicolonv8.0.1688Bram Moolenaar2018-04-101-1/+1
* patch 8.0.1651: cannot filter :ls output for terminal buffersv8.0.1651Bram Moolenaar2018-03-291-2/+18
* patch 8.0.1650: too many #ifdefsv8.0.1650Bram Moolenaar2018-03-291-35/+10
* patch 8.0.1641: job in terminal can't communicate with Vimv8.0.1641Bram Moolenaar2018-03-251-1/+1
* patch 8.0.1633: a TextChanged autocmd triggers when it is definedv8.0.1633Bram Moolenaar2018-03-231-0/+7
* patch 8.0.1566: too many #ifdefsv8.0.1566Bram Moolenaar2018-03-041-2/+1
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-165/+59
* patch 8.0.1525: using :wqa exits even if a job runs in a terminal windowv8.0.1525Bram Moolenaar2018-02-191-2/+2
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-12/+6
* patch 8.0.1459: cannot handle change of directoryv8.0.1459Bram Moolenaar2018-02-031-5/+2
* patch 8.0.1435: memory leak in test_arabicv8.0.1435Bram Moolenaar2018-01-281-0/+1
* patch 8.0.1402: crash with nasty autocommandv8.0.1402Bram Moolenaar2017-12-181-9/+14
* patch 8.0.1361: some users don't want to diff with hidden buffersv8.0.1361Bram Moolenaar2017-12-011-0/+5
* patch 8.0.1220: skipping empty statusline groups is not correctv8.0.1220Bram Moolenaar2017-10-261-2/+7
* patch 8.0.1215: newer gcc warns for implicit fallthroughv8.0.1215Bram Moolenaar2017-10-241-0/+2
* patch 8.0.1208: 'statusline' drops empty group with highlight changev8.0.1208Bram Moolenaar2017-10-221-3/+14
* patch 8.0.1193: crash when wiping out a buffer after using getbufinfo()v8.0.1193Bram Moolenaar2017-10-141-0/+2
* patch 8.0.1164: changing StatusLine highlight does not always workv8.0.1164Bram Moolenaar2017-09-301-7/+7
* patch 8.0.1119: quitting a split terminal window kills the jobv8.0.1119Bram Moolenaar2017-09-171-20/+20
* patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar2017-09-161-100/+21
* patch 8.0.1073: may get an endless loop if 'statusline' changes a highlightv8.0.1073Bram Moolenaar2017-09-081-6/+16
* patch 8.0.1013: terminal window behaves different from a buffer with changesv8.0.1013Bram Moolenaar2017-08-291-2/+2
* patch 8.0.0953: get "no write since last change" error in terminal windowv8.0.0953Bram Moolenaar2017-08-171-3/+25
* patch 8.0.0935: cannot recognize a terminal buffer in :ls outputv8.0.0935Bram Moolenaar2017-08-131-3/+19
* patch 8.0.0930: terminal buffers are stored in the viminfo filev8.0.0930Bram Moolenaar2017-08-131-0/+3
* patch 8.0.0860: side effects when channel appends to a bufferv8.0.0860Bram Moolenaar2017-08-041-1/+44
* patch 8.0.0858: can exit while a terminal is still running a jobv8.0.0858Bram Moolenaar2017-08-031-7/+7
* patch 8.0.0838: buffer hangs around whem terminal window is closedv8.0.0838Bram Moolenaar2017-08-011-0/+25
* patch 8.0.0797: finished job in terminal window is not handledv8.0.0797Bram Moolenaar2017-07-281-1/+1
* patch 8.0.0782: using freed memory in quickfix codev8.0.0782Bram Moolenaar2017-07-271-1/+10
* patch 8.0.0776: function prototypes missing without the quickfix featurev8.0.0776Bram Moolenaar2017-07-251-0/+67
* patch 8.0.0768: terminal window status shows "[Scratch]"v8.0.0768Bram Moolenaar2017-07-241-28/+36
* patch 8.0.0761: options not set properly for a terminal bufferv8.0.0761Bram Moolenaar2017-07-231-10/+16
* patch 8.0.0728: the terminal structure is never freedv8.0.0728Bram Moolenaar2017-07-171-1/+4
* patch 8.0.0648: possible use of NULL pointerv8.0.0648Bram Moolenaar2017-06-191-1/+1
* patch 8.0.0621: :stag does not respect 'switchbuf'v8.0.0621Bram Moolenaar2017-06-051-2/+2
* patch 8.0.0607: after :bwipe + :new bufref might still be validv8.0.0607Bram Moolenaar2017-06-041-7/+12
* patch 8.0.0466: still macros that should be all-capsv8.0.0466Bram Moolenaar2017-03-161-1/+1
* patch 8.0.0448: some macros are in lower casev8.0.0448Bram Moolenaar2017-03-121-4/+4
* patch 8.0.0420: text garbled when the system encoding differs from 'encoding'v8.0.0420Bram Moolenaar2017-03-051-0/+3
* patch 8.0.0366: build fails with tiny featuresv8.0.0366Bram Moolenaar2017-02-251-0/+2
* patch 8.0.0365: might free a dict item that wasn't allocatedv8.0.0365Bram Moolenaar2017-02-251-23/+11
* patch 8.0.0345: islocked('d.changedtick') does not workv8.0.0345Bram Moolenaar2017-02-211-1/+1