index
:
delta/vim-git.git
chrisbra-patch-1
master
github.com: vim/vim.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
buffer.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.1.0384: sign ordering depends on +netbeans feature
v8.1.0384
Bram Moolenaar
2018-09-13
1
-20
/
+11
*
patch 8.1.0362: cannot get the script line number when executing a function
v8.1.0362
Bram Moolenaar
2018-09-10
1
-4
/
+5
*
patch 8.1.0342: crash when a callback deletes a window that is being used
v8.1.0342
Bram Moolenaar
2018-09-01
1
-15
/
+27
*
patch 8.1.0310: file info msg not always suppressed with 'F' in 'shortmess'
v8.1.0310
Bram Moolenaar
2018-08-21
1
-0
/
+7
*
patch 8.1.0306: plural messages are not translated properly
v8.1.0306
Bram Moolenaar
2018-08-21
1
-27
/
+10
*
patch 8.1.0268: file type checking has too many #ifdef
v8.1.0268
Bram Moolenaar
2018-08-11
1
-6
/
+1
*
patch 8.1.0253: saving and restoring window title does not always work
v8.1.0253
Bram Moolenaar
2018-08-07
1
-1
/
+2
*
patch 8.1.0240: g:actual_curbuf set in wrong scope
v8.1.0240
Bram Moolenaar
2018-08-05
1
-1
/
+1
*
patch 8.1.0230: directly checking 'buftype' value
v8.1.0230
Bram Moolenaar
2018-08-01
1
-0
/
+9
*
patch 8.1.0105: all tab stops are the same
v8.1.0105
Bram Moolenaar
2018-06-23
1
-5
/
+19
*
patch 8.1.0061: window title is wrong after resetting and setting 'title'
v8.1.0061
Bram Moolenaar
2018-06-16
1
-28
/
+31
*
patch 8.1.0036: not restoring Insert mode if leaving prompt buffer with mouse
v8.1.0036
Bram Moolenaar
2018-06-06
1
-0
/
+4
*
patch 8.1.0027: difficult to make a plugin that feeds a line to a job
v8.1.0027
Bram Moolenaar
2018-06-03
1
-2
/
+18
*
patch 8.0.1836: buffer-local window options may not be recent
v8.0.1836
Bram Moolenaar
2018-05-13
1
-1
/
+16
*
patch 8.0.1763: :argedit does not reuse an empty unnamed buffer
v8.0.1763
Bram Moolenaar
2018-04-24
1
-5
/
+15
*
patch 8.0.1732: crash when terminal API call deletes the buffer
v8.0.1732
Bram Moolenaar
2018-04-17
1
-1
/
+16
*
patch 8.0.1688: some macros are used without a semicolon
v8.0.1688
Bram Moolenaar
2018-04-10
1
-1
/
+1
*
patch 8.0.1651: cannot filter :ls output for terminal buffers
v8.0.1651
Bram Moolenaar
2018-03-29
1
-2
/
+18
*
patch 8.0.1650: too many #ifdefs
v8.0.1650
Bram Moolenaar
2018-03-29
1
-35
/
+10
*
patch 8.0.1641: job in terminal can't communicate with Vim
v8.0.1641
Bram Moolenaar
2018-03-25
1
-1
/
+1
*
patch 8.0.1633: a TextChanged autocmd triggers when it is defined
v8.0.1633
Bram Moolenaar
2018-03-23
1
-0
/
+7
*
patch 8.0.1566: too many #ifdefs
v8.0.1566
Bram Moolenaar
2018-03-04
1
-2
/
+1
*
patch 8.0.1564: too many #ifdefs
v8.0.1564
Bram Moolenaar
2018-03-04
1
-165
/
+59
*
patch 8.0.1525: using :wqa exits even if a job runs in a terminal window
v8.0.1525
Bram Moolenaar
2018-02-19
1
-2
/
+2
*
patch 8.0.1496: clearing a pointer takes two lines
v8.0.1496
Bram Moolenaar
2018-02-10
1
-12
/
+6
*
patch 8.0.1459: cannot handle change of directory
v8.0.1459
Bram Moolenaar
2018-02-03
1
-5
/
+2
*
patch 8.0.1435: memory leak in test_arabic
v8.0.1435
Bram Moolenaar
2018-01-28
1
-0
/
+1
*
patch 8.0.1402: crash with nasty autocommand
v8.0.1402
Bram Moolenaar
2017-12-18
1
-9
/
+14
*
patch 8.0.1361: some users don't want to diff with hidden buffers
v8.0.1361
Bram Moolenaar
2017-12-01
1
-0
/
+5
*
patch 8.0.1220: skipping empty statusline groups is not correct
v8.0.1220
Bram Moolenaar
2017-10-26
1
-2
/
+7
*
patch 8.0.1215: newer gcc warns for implicit fallthrough
v8.0.1215
Bram Moolenaar
2017-10-24
1
-0
/
+2
*
patch 8.0.1208: 'statusline' drops empty group with highlight change
v8.0.1208
Bram Moolenaar
2017-10-22
1
-3
/
+14
*
patch 8.0.1193: crash when wiping out a buffer after using getbufinfo()
v8.0.1193
Bram Moolenaar
2017-10-14
1
-0
/
+2
*
patch 8.0.1164: changing StatusLine highlight does not always work
v8.0.1164
Bram Moolenaar
2017-09-30
1
-7
/
+7
*
patch 8.0.1119: quitting a split terminal window kills the job
v8.0.1119
Bram Moolenaar
2017-09-17
1
-20
/
+20
*
patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs
v8.0.1118
Bram Moolenaar
2017-09-16
1
-100
/
+21
*
patch 8.0.1073: may get an endless loop if 'statusline' changes a highlight
v8.0.1073
Bram Moolenaar
2017-09-08
1
-6
/
+16
*
patch 8.0.1013: terminal window behaves different from a buffer with changes
v8.0.1013
Bram Moolenaar
2017-08-29
1
-2
/
+2
*
patch 8.0.0953: get "no write since last change" error in terminal window
v8.0.0953
Bram Moolenaar
2017-08-17
1
-3
/
+25
*
patch 8.0.0935: cannot recognize a terminal buffer in :ls output
v8.0.0935
Bram Moolenaar
2017-08-13
1
-3
/
+19
*
patch 8.0.0930: terminal buffers are stored in the viminfo file
v8.0.0930
Bram Moolenaar
2017-08-13
1
-0
/
+3
*
patch 8.0.0860: side effects when channel appends to a buffer
v8.0.0860
Bram Moolenaar
2017-08-04
1
-1
/
+44
*
patch 8.0.0858: can exit while a terminal is still running a job
v8.0.0858
Bram Moolenaar
2017-08-03
1
-7
/
+7
*
patch 8.0.0838: buffer hangs around whem terminal window is closed
v8.0.0838
Bram Moolenaar
2017-08-01
1
-0
/
+25
*
patch 8.0.0797: finished job in terminal window is not handled
v8.0.0797
Bram Moolenaar
2017-07-28
1
-1
/
+1
*
patch 8.0.0782: using freed memory in quickfix code
v8.0.0782
Bram Moolenaar
2017-07-27
1
-1
/
+10
*
patch 8.0.0776: function prototypes missing without the quickfix feature
v8.0.0776
Bram Moolenaar
2017-07-25
1
-0
/
+67
*
patch 8.0.0768: terminal window status shows "[Scratch]"
v8.0.0768
Bram Moolenaar
2017-07-24
1
-28
/
+36
*
patch 8.0.0761: options not set properly for a terminal buffer
v8.0.0761
Bram Moolenaar
2017-07-23
1
-10
/
+16
*
patch 8.0.0728: the terminal structure is never freed
v8.0.0728
Bram Moolenaar
2017-07-17
1
-1
/
+4
[next]