summaryrefslogtreecommitdiff
path: root/src/fileio.c
Commit message (Expand)AuthorAgeFilesLines
* patch 8.0.1781: file names in quickfix window are not shortenedv8.0.1781Bram Moolenaar2018-05-011-21/+31
* patch 8.0.1777: cannot cleanup before loading another colorschemev8.0.1777Bram Moolenaar2018-04-301-1/+4
* patch 8.0.1774: reading very long lines can be slowv8.0.1774Bram Moolenaar2018-04-291-12/+26
* patch 8.0.1753: various warnings from a static analyserv8.0.1753Bram Moolenaar2018-04-241-1/+1
* patch 8.0.1748: CmdlineEnter command uses backslash instead of slashv8.0.1748Bram Moolenaar2018-04-221-0/+9
* patch 8.0.1737: fchown() used when it is not supportedv8.0.1737Bram Moolenaar2018-04-191-1/+4
* patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()v8.0.1677Bram Moolenaar2018-04-081-2/+2
* patch 8.0.1660: the terminal API "drop" command doesn't support optionsv8.0.1660Bram Moolenaar2018-04-041-7/+7
* patch 8.0.1596: no autocommand specifically for opening a terminal windowv8.0.1596Bram Moolenaar2018-03-111-0/+1
* patch 8.0.1595: no autocommand triggered before exitingv8.0.1595Bram Moolenaar2018-03-111-0/+1
* patch 8.0.1564: too many #ifdefsv8.0.1564Bram Moolenaar2018-03-041-120/+23
* patch 8.0.1496: clearing a pointer takes two linesv8.0.1496Bram Moolenaar2018-02-101-40/+16
* patch 8.0.1494: no autocmd triggered in Insert mode with visible popup menuv8.0.1494Bram Moolenaar2018-02-101-3/+12
* patch 8.0.1459: cannot handle change of directoryv8.0.1459Bram Moolenaar2018-02-031-2/+4
* patch 8.0.1445: cannot act on edits in the command linev8.0.1445Bram Moolenaar2018-01-311-0/+1
* patch 8.0.1394: cannot intercept a yank commandv8.0.1394Bram Moolenaar2017-12-161-0/+11
* patch 8.0.1308: the "Reading from stdin" message may be undesiredv8.0.1308Bram Moolenaar2017-11-181-7/+10
* patch 8.0.1307: compiler warning for ignoring return valuev8.0.1307Bram Moolenaar2017-11-171-1/+1
* patch 8.0.1305: writefile() never calls fsync()v8.0.1305Bram Moolenaar2017-11-161-1/+1
* patch 8.0.1300: file permissions may end up wrong when writingv8.0.1300Bram Moolenaar2017-11-161-16/+64
* patch 8.0.1284: loading file type detection slows down startupv8.0.1284Bram Moolenaar2017-11-101-3/+32
* patch 8.0.1275: CmdlineLeave autocmd prevents fold from openingv8.0.1275Bram Moolenaar2017-11-091-0/+2
* patch 8.0.1263: others can read the swap file if a user is carelessv8.0.1263Bram Moolenaar2017-11-041-1/+23
* patch 8.0.1236: Mac features are confusingv8.0.1236Bram Moolenaar2017-10-281-31/+7
* patch 8.0.1227: undefined left shift in readfile()v8.0.1227Bram Moolenaar2017-10-271-6/+6
* patch 8.0.1206: no autocmd for entering or leaving the command linev8.0.1206Bram Moolenaar2017-10-191-0/+2
* patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefsv8.0.1118Bram Moolenaar2017-09-161-25/+5
* patch 8.0.0988: warning from Covscan about using NULL pointerv8.0.0988Bram Moolenaar2017-08-231-1/+2
* patch 8.0.0912: cannot run a job in a hidden terminalv8.0.0912Bram Moolenaar2017-08-121-0/+3
* patch 8.0.0761: options not set properly for a terminal bufferv8.0.0761Bram Moolenaar2017-07-231-2/+0
* patch 8.0.0703: illegal memory access with empty :doau commandv8.0.0703Bram Moolenaar2017-07-091-3/+4
* patch 8.0.0685: when conversion fails written file may be truncatedv8.0.0685Bram Moolenaar2017-06-271-332/+395
* patch 8.0.0548: saving the redo buffer only works one timev8.0.0548Bram Moolenaar2017-04-071-2/+3
* patch 8.0.0486: crash and endless loop when closing windows in autocmdv8.0.0486Bram Moolenaar2017-03-191-0/+5
* patch 8.0.0466: still macros that should be all-capsv8.0.0466Bram Moolenaar2017-03-161-7/+7
* patch 8.0.0452: some macros are in lower casev8.0.0452Bram Moolenaar2017-03-121-11/+11
* patch 8.0.0451: some macros are in lower casev8.0.0451Bram Moolenaar2017-03-121-1/+1
* patch 8.0.0448: some macros are in lower casev8.0.0448Bram Moolenaar2017-03-121-2/+2
* patch 8.0.0365: might free a dict item that wasn't allocatedv8.0.0365Bram Moolenaar2017-02-251-3/+3
* patch 8.0.0334: can't access b:changedtick from a dict referencev8.0.0334Bram Moolenaar2017-02-171-2/+2
* patch 8.0.0227: crash with ff=dos when first line in file has no CRv8.0.0227Bram Moolenaar2017-01-241-1/+2
* patch 8.0.0224: change to 'fileformats' from autocmd does not take effectv8.0.0224Bram Moolenaar2017-01-231-3/+12
* patch 8.0.0177: BufEnter autocommand not fired for a directoryv8.0.0177Bram Moolenaar2017-01-131-3/+8
* patch 8.0.0010v8.0.0010Bram Moolenaar2016-09-251-0/+3
* patch 7.4.2314v7.4.2314Bram Moolenaar2016-09-031-0/+2
* patch 7.4.2313v7.4.2313Bram Moolenaar2016-09-031-8/+15
* patch 7.4.2300v7.4.2300Bram Moolenaar2016-09-011-1/+1
* patch 7.4.2293v7.4.2293Bram Moolenaar2016-08-291-1/+1
* patch 7.4.2229v7.4.2229Bram Moolenaar2016-08-201-6/+2
* patch 7.4.2189v7.4.2189Bram Moolenaar2016-08-091-5/+9