Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
d0337e360e9f0b51a1a5627239d80a45dee8c3be
/
src
/
fileio.c
95f0b6e
patch 8.2.0009: VMS: terminal version doesn't build
by Bram Moolenaar
· 6 years ago
217e1b8
patch 8.1.2379: using old C style comments
by Bram Moolenaar
· 6 years ago
5a4c308
patch 8.1.2373: cannot build with +popupwin but without +quickfix
by Bram Moolenaar
· 6 years ago
05ad5ff
patch 8.1.2371: FEAT_TEXT_PROP is a confusing name
by Bram Moolenaar
· 6 years ago
eda1da0
patch 8.1.2313: debugging where a delay comes from is not easy
by Bram Moolenaar
· 6 years ago
f4a1d1c
patch 8.1.2302: :lockmarks does not work for '[ and ']
by Bram Moolenaar
· 6 years ago
473952e
patch 8.1.2094: the fileio.c file is too big
by Bram Moolenaar
· 6 years ago
bd67aac
patch 8.1.2064: MS-Windows: compiler warnings for unused arguments
by Bram Moolenaar
· 6 years ago
5843f5f
patch 8.1.1891: functions used in one file are global
by Bram Moolenaar
· 6 years ago
f077db2
patch 8.1.1843: might be freeing memory that was not allocated
by Bram Moolenaar
· 6 years ago
90f3e7a
patch 8.1.1789: cannot see file name of preview popup window
by Bram Moolenaar
· 6 years ago
674e2bd
patch 8.1.1780: warning for file no longer available is repeated
by Bram Moolenaar
· 6 years ago
c332816
patch 8.1.1736: viminfo support is spread out
by Bram Moolenaar
· 6 years ago
26910de
patch 8.1.1547: functionality of bt_nofile() is confusing
by Bram Moolenaar
· 6 years ago
c024b46
patch 8.1.1498: ":write" increments b:changedtick even though nothing changed
by Bram Moolenaar
· 6 years ago
c799fe2
patch 8.1.1414: alloc() returning "char_u *" causes a lot of type casts
by Bram Moolenaar
· 6 years ago
51e1438
patch 8.1.1393: unnecessary type casts
by Bram Moolenaar
· 6 years ago
18a4ba2
patch 8.1.1386: unessesary type casts for lalloc()
by Bram Moolenaar
· 6 years ago
71de720
patch 8.1.1385: signed/unsigned compiler warning
by Bram Moolenaar
· 6 years ago
964b374
patch 8.1.1384: using "int" for alloc() often results in compiler warnings
by Bram Moolenaar
· 6 years ago
8239c62
patch 8.1.1379: filechanged test hangs
by Bram Moolenaar
· 6 years ago
701ff0a
patch 8.1.1378: delete() can not handle a file name that looks like a pattern
by Bram Moolenaar
· 6 years ago
c97582b
patch 8.1.1374: check for file changed triggers too often
by Bram Moolenaar
· 6 years ago
cf0bfd9
patch 8.1.1349: if writing runs into conversion error backup file is deleted
by Bram Moolenaar
· 6 years ago
67cf86b
patch 8.1.1231: asking about existing swap file unnecessarily
by Bram Moolenaar
· 6 years ago
afde13b
patch 8.1.1230: a lot of code is shared between vim.exe and gvim.exe
by Bram Moolenaar
· 6 years ago
2c519cf
patch 8.1.1032: warnings from clang static analyzer
by Bram Moolenaar
· 6 years ago
9166838
patch 8.1.0961: Mac: fsync may fail sometimes
by Bram Moolenaar
· 7 years ago
3585671
patch 8.1.0957: Mac: fsync fails on network share
by Bram Moolenaar
· 7 years ago
4f97475
patch 8.1.0941: macros for MS-Windows are inconsistent
by Bram Moolenaar
· 7 years ago
0059074
patch 8.1.0927: USE_CR is never defined
by Bram Moolenaar
· 7 years ago
a787019
patch 8.1.0915: fsync() may not work properly on Mac
by Bram Moolenaar
· 7 years ago
00f148d
patch 8.1.0904: USE_LONG_FNAME never defined
by Bram Moolenaar
· 7 years ago
ec0f50a
patch 8.1.0895: MS-Windows: dealing with temp name encoding not quite right
by Bram Moolenaar
· 7 years ago
1aa4375
patch 8.1.0882: checking for FEAT_MBYTE which doesn't exist anymore
by Bram Moolenaar
· 7 years ago
0036201
patch 8.1.0879: MS-Windows: temp name encoding can be wrong
by Bram Moolenaar
· 7 years ago
3e460fd
patch 8.1.0825: code for autocommands is mixed with file I/O code
by Bram Moolenaar
· 7 years ago
30276f2
patch 8.1.0811: too many #ifdefs
by Bram Moolenaar
· 7 years ago
1350597
patch 8.1.0805: too many #ifdefs
by Bram Moolenaar
· 7 years ago
113e107
patch 8.1.0785: depending on the configuration some functions are unused
by Bram Moolenaar
· 7 years ago
32526b3
patch 8.1.0779: argument for message functions is inconsistent
by Bram Moolenaar
· 7 years ago
987411d
patch 8.1.0773: not all crypt code is tested
by Bram Moolenaar
· 7 years ago
88c86eb
patch 8.1.0766: various problems when using Vim on VMS
by Bram Moolenaar
· 7 years ago
bb1969b
patch 8.1.0763: nobody is using the Sun Workshop support
by Bram Moolenaar
· 7 years ago
f9e3e09
patch 8.1.0743: giving error messages is not flexible
by Bram Moolenaar
· 7 years ago
2b61852
patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePost
by Bram Moolenaar
· 7 years ago
a42df59
patch 8.1.0630: "wincmd p" does not work after using an autocmd window
by Bram Moolenaar
· 7 years ago
c4568ab
patch 8.1.0528: various typos in comments
by Bram Moolenaar
· 7 years ago
27e80c8
patch 8.1.0475: memory not freed on exit when quit in autocmd
by Bram Moolenaar
· 7 years ago
3d6014f
patch 8.1.0470: pointer ownership around fname_expand() is unclear
by Bram Moolenaar
· 7 years ago
6dff58f
patch 8.1.0443: unnecessary static function prototypes
by Bram Moolenaar
· 7 years ago
e8fa05b
patch 8.1.0397: no event triggered after updating diffs
by Bram Moolenaar
· 7 years ago
42335f5
patch 8.1.0377: xdiff doesn't use the Vim memory allocation functions
by Bram Moolenaar
· 7 years ago
f29c1c6
patch 8.1.0362: cannot get the script line number when executing a function
by Bram Moolenaar
· 7 years ago
da6e891
patch 8.1.0306: plural messages are not translated properly
by Bram Moolenaar
· 7 years ago
d569bb0
patch 8.1.0268: file type checking has too many #ifdef
by Bram Moolenaar
· 7 years ago
b782ba4
patch 8.1.0251: using full path is not supported for 'backupdir'
by Bram Moolenaar
· 7 years ago
91335e5
patch 8.1.0230: directly checking 'buftype' value
by Bram Moolenaar
· 7 years ago
386bc82
patch 8.1.0161: buffer not updated with 'autoread' set if file was deleted
by Bram Moolenaar
· 7 years ago
8c55533
patch 8.1.0096: inconsistent use of the word autocommands
by Bram Moolenaar
· 7 years ago
0b6d911
patch 8.1.0020: cannot tell whether a register is executing or recording
by Bram Moolenaar
· 7 years ago
1f131ae
patch 8.1.0012: misplaced #endif
by Bram Moolenaar
· 7 years ago
a796d46
patch 8.0.1781: file names in quickfix window are not shortened
by Bram Moolenaar
· 7 years ago
60a6836
patch 8.0.1777: cannot cleanup before loading another colorscheme
by Bram Moolenaar
· 7 years ago
13d3b05
patch 8.0.1774: reading very long lines can be slow
by Bram Moolenaar
· 7 years ago
1c17ffa
patch 8.0.1753: various warnings from a static analyser
by Bram Moolenaar
· 7 years ago
a4baf5b
patch 8.0.1748: CmdlineEnter command uses backslash instead of slash
by Bram Moolenaar
· 7 years ago
02e802b
patch 8.0.1737: fchown() used when it is not supported
by Bram Moolenaar
· 7 years ago
ea39176
patch 8.0.1677: no compiler warning for wrong format in vim_snprintf()
by Bram Moolenaar
· 7 years ago
333b80a
patch 8.0.1660: the terminal API "drop" command doesn't support options
by Bram Moolenaar
· 7 years ago
b852c3e
patch 8.0.1596: no autocommand specifically for opening a terminal window
by Bram Moolenaar
· 7 years ago
12a96de
patch 8.0.1595: no autocommand triggered before exiting
by Bram Moolenaar
· 7 years ago
f2bd8ef
patch 8.0.1564: too many #ifdefs
by Bram Moolenaar
· 7 years ago
d23a823
patch 8.0.1496: clearing a pointer takes two lines
by Bram Moolenaar
· 8 years ago
5a09343
patch 8.0.1494: no autocmd triggered in Insert mode with visible popup menu
by Bram Moolenaar
· 8 years ago
b7407d3
patch 8.0.1459: cannot handle change of directory
by Bram Moolenaar
· 8 years ago
153b704
patch 8.0.1445: cannot act on edits in the command line
by Bram Moolenaar
· 8 years ago
7e1652c
patch 8.0.1394: cannot intercept a yank command
by Bram Moolenaar
· 8 years ago
234d162
patch 8.0.1308: the "Reading from stdin" message may be undesired
by Bram Moolenaar
· 8 years ago
ae1e108
patch 8.0.1307: compiler warning for ignoring return value
by Bram Moolenaar
· 8 years ago
7567d0b
patch 8.0.1305: writefile() never calls fsync()
by Bram Moolenaar
· 8 years ago
cd142e3
patch 8.0.1300: file permissions may end up wrong when writing
by Bram Moolenaar
· 8 years ago
462455e
patch 8.0.1284: loading file type detection slows down startup
by Bram Moolenaar
· 8 years ago
c9e9c71
patch 8.0.1275: CmdlineLeave autocmd prevents fold from opening
by Bram Moolenaar
· 8 years ago
5a73e0c
patch 8.0.1263: others can read the swap file if a user is careless
by Bram Moolenaar
· 8 years ago
d057301
patch 8.0.1236: Mac features are confusing
by Bram Moolenaar
· 8 years ago
dc1c981
patch 8.0.1227: undefined left shift in readfile()
by Bram Moolenaar
· 8 years ago
fafcf0d
patch 8.0.1206: no autocmd for entering or leaving the command line
by Bram Moolenaar
· 8 years ago
4033c55
patch 8.0.1118: FEAT_WINDOWS adds a lot of #ifdefs
by Bram Moolenaar
· 8 years ago
829aa64
patch 8.0.0988: warning from Covscan about using NULL pointer
by Bram Moolenaar
· 8 years ago
8cad930
patch 8.0.0912: cannot run a job in a hidden terminal
by Bram Moolenaar
· 8 years ago
1f2903c
patch 8.0.0761: options not set properly for a terminal buffer
by Bram Moolenaar
· 8 years ago
faf29d7
patch 8.0.0703: illegal memory access with empty :doau command
by Bram Moolenaar
· 8 years ago
e6bf655
patch 8.0.0685: when conversion fails written file may be truncated
by Bram Moolenaar
· 8 years ago
d4863aa
patch 8.0.0548: saving the redo buffer only works one time
by Bram Moolenaar
· 8 years ago
8c752bd
patch 8.0.0486: crash and endless loop when closing windows in autocmd
by Bram Moolenaar
· 8 years ago
8820b48
patch 8.0.0466: still macros that should be all-caps
by Bram Moolenaar
· 8 years ago
1c46544
patch 8.0.0452: some macros are in lower case
by Bram Moolenaar
· 8 years ago
91acfff
patch 8.0.0451: some macros are in lower case
by Bram Moolenaar
· 8 years ago
b5aedf3
patch 8.0.0448: some macros are in lower case
by Bram Moolenaar
· 8 years ago
Next »