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
/
fileio.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
patch 8.1.0528: various typos in comments
v8.1.0528
Bram Moolenaar
2018-11-16
1
-2
/
+2
*
patch 8.1.0475: memory not freed on exit when quit in autocmd
v8.1.0475
Bram Moolenaar
2018-10-14
1
-4
/
+4
*
patch 8.1.0470: pointer ownership around fname_expand() is unclear
v8.1.0470
Bram Moolenaar
2018-10-11
1
-1
/
+2
*
patch 8.1.0443: unnecessary static function prototypes
v8.1.0443
Bram Moolenaar
2018-09-30
1
-16
/
+0
*
patch 8.1.0397: no event triggered after updating diffs
v8.1.0397
Bram Moolenaar
2018-09-16
1
-0
/
+1
*
patch 8.1.0377: xdiff doesn't use the Vim memory allocation functions
v8.1.0377
Bram Moolenaar
2018-09-13
1
-6
/
+6
*
patch 8.1.0362: cannot get the script line number when executing a function
v8.1.0362
Bram Moolenaar
2018-09-10
1
-7
/
+8
*
patch 8.1.0306: plural messages are not translated properly
v8.1.0306
Bram Moolenaar
2018-08-21
1
-9
/
+4
*
patch 8.1.0268: file type checking has too many #ifdef
v8.1.0268
Bram Moolenaar
2018-08-11
1
-18
/
+2
*
patch 8.1.0251: using full path is not supported for 'backupdir'
v8.1.0251
Bram Moolenaar
2018-08-07
1
-10
/
+40
*
patch 8.1.0230: directly checking 'buftype' value
v8.1.0230
Bram Moolenaar
2018-08-01
1
-1
/
+1
*
patch 8.1.0161: buffer not updated with 'autoread' set if file was deleted
v8.1.0161
Bram Moolenaar
2018-07-07
1
-3
/
+5
*
patch 8.1.0096: inconsistent use of the word autocommands
v8.1.0096
Bram Moolenaar
2018-06-22
1
-10
/
+10
*
patch 8.1.0020: cannot tell whether a register is executing or recording
v8.1.0020
Bram Moolenaar
2018-05-22
1
-1
/
+1
*
patch 8.1.0012: misplaced #endif
v8.1.0012
Bram Moolenaar
2018-05-21
1
-1
/
+1
*
patch 8.0.1781: file names in quickfix window are not shortened
v8.0.1781
Bram Moolenaar
2018-05-01
1
-21
/
+31
*
patch 8.0.1777: cannot cleanup before loading another colorscheme
v8.0.1777
Bram Moolenaar
2018-04-30
1
-1
/
+4
*
patch 8.0.1774: reading very long lines can be slow
v8.0.1774
Bram Moolenaar
2018-04-29
1
-12
/
+26
*
patch 8.0.1753: various warnings from a static analyser
v8.0.1753
Bram Moolenaar
2018-04-24
1
-1
/
+1
*
patch 8.0.1748: CmdlineEnter command uses backslash instead of slash
v8.0.1748
Bram Moolenaar
2018-04-22
1
-0
/
+9
*
patch 8.0.1737: fchown() used when it is not supported
v8.0.1737
Bram Moolenaar
2018-04-19
1
-1
/
+4
*
patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()
v8.0.1677
Bram Moolenaar
2018-04-08
1
-2
/
+2
*
patch 8.0.1660: the terminal API "drop" command doesn't support options
v8.0.1660
Bram Moolenaar
2018-04-04
1
-7
/
+7
*
patch 8.0.1596: no autocommand specifically for opening a terminal window
v8.0.1596
Bram Moolenaar
2018-03-11
1
-0
/
+1
*
patch 8.0.1595: no autocommand triggered before exiting
v8.0.1595
Bram Moolenaar
2018-03-11
1
-0
/
+1
*
patch 8.0.1564: too many #ifdefs
v8.0.1564
Bram Moolenaar
2018-03-04
1
-120
/
+23
*
patch 8.0.1496: clearing a pointer takes two lines
v8.0.1496
Bram Moolenaar
2018-02-10
1
-40
/
+16
*
patch 8.0.1494: no autocmd triggered in Insert mode with visible popup menu
v8.0.1494
Bram Moolenaar
2018-02-10
1
-3
/
+12
*
patch 8.0.1459: cannot handle change of directory
v8.0.1459
Bram Moolenaar
2018-02-03
1
-2
/
+4
*
patch 8.0.1445: cannot act on edits in the command line
v8.0.1445
Bram Moolenaar
2018-01-31
1
-0
/
+1
*
patch 8.0.1394: cannot intercept a yank command
v8.0.1394
Bram Moolenaar
2017-12-16
1
-0
/
+11
*
patch 8.0.1308: the "Reading from stdin" message may be undesired
v8.0.1308
Bram Moolenaar
2017-11-18
1
-7
/
+10
*
patch 8.0.1307: compiler warning for ignoring return value
v8.0.1307
Bram Moolenaar
2017-11-17
1
-1
/
+1
*
patch 8.0.1305: writefile() never calls fsync()
v8.0.1305
Bram Moolenaar
2017-11-16
1
-1
/
+1
*
patch 8.0.1300: file permissions may end up wrong when writing
v8.0.1300
Bram Moolenaar
2017-11-16
1
-16
/
+64
*
patch 8.0.1284: loading file type detection slows down startup
v8.0.1284
Bram Moolenaar
2017-11-10
1
-3
/
+32
*
patch 8.0.1275: CmdlineLeave autocmd prevents fold from opening
v8.0.1275
Bram Moolenaar
2017-11-09
1
-0
/
+2
*
patch 8.0.1263: others can read the swap file if a user is careless
v8.0.1263
Bram Moolenaar
2017-11-04
1
-1
/
+23
*
patch 8.0.1236: Mac features are confusing
v8.0.1236
Bram Moolenaar
2017-10-28
1
-31
/
+7
*
patch 8.0.1227: undefined left shift in readfile()
v8.0.1227
Bram Moolenaar
2017-10-27
1
-6
/
+6
*
patch 8.0.1206: no autocmd for entering or leaving the command line
v8.0.1206
Bram Moolenaar
2017-10-19
1
-0
/
+2
*
patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs
v8.0.1118
Bram Moolenaar
2017-09-16
1
-25
/
+5
*
patch 8.0.0988: warning from Covscan about using NULL pointer
v8.0.0988
Bram Moolenaar
2017-08-23
1
-1
/
+2
*
patch 8.0.0912: cannot run a job in a hidden terminal
v8.0.0912
Bram Moolenaar
2017-08-12
1
-0
/
+3
*
patch 8.0.0761: options not set properly for a terminal buffer
v8.0.0761
Bram Moolenaar
2017-07-23
1
-2
/
+0
*
patch 8.0.0703: illegal memory access with empty :doau command
v8.0.0703
Bram Moolenaar
2017-07-09
1
-3
/
+4
*
patch 8.0.0685: when conversion fails written file may be truncated
v8.0.0685
Bram Moolenaar
2017-06-27
1
-332
/
+395
*
patch 8.0.0548: saving the redo buffer only works one time
v8.0.0548
Bram Moolenaar
2017-04-07
1
-2
/
+3
*
patch 8.0.0486: crash and endless loop when closing windows in autocmd
v8.0.0486
Bram Moolenaar
2017-03-19
1
-0
/
+5
*
patch 8.0.0466: still macros that should be all-caps
v8.0.0466
Bram Moolenaar
2017-03-16
1
-7
/
+7
[next]