aboutsummaryrefslogtreecommitdiff
path: root/src/nvim/fileio.c
Commit message (Expand)AuthorAge
* clang/'Dead store': do not assign fnamelenJan Edmund Lazo2021-04-02
* buffer updates: add on_reload callback and handle it in treesitter parserBjörn Linse2021-02-10
* option: use char* for set_string_option_direct()Jan Edmund Lazo2021-02-07
* vim-patch:8.1.1032: warnings from clang static analyzerJan Edmund Lazo2020-12-28
* vim-patch:8.2.2231: when "--remote file" is used "file" is not reloadedJan Edmund Lazo2020-12-27
* vim-patch:8.2.0928: many type casts are used for vim_strnsave()Jan Edmund Lazo2020-12-27
* Merge pull request #13595 from teto/fix-fillerBjörn Linse2020-12-24
|\
| * fix: appease linterMatthieu Coudron2020-12-24
| * refactor: de-curwin-ify update_topline/curs_columnsMatthieu Coudron2020-12-23
* | vim-patch:8.1.0470: pointer ownership around fname_expand() is unclearJan Edmund Lazo2020-12-19
|/
* fileio: detach buffer when buffer was reloaded (like with :edit)Björn Linse2020-12-08
* vim-patch:8.1.0825: code for autocommands is mixed with file I/O code (#13305)TJ DeVries2020-11-24
* globals: eliminate "enc_utf8" macroJan Edmund Lazo2020-11-14
* vim-patch:8.1.0805: too many #ifdefsJan Edmund Lazo2020-11-12
* vim-patch:8.1.0268: file type checking has too many #ifdef (#13182)tamago3242020-11-06
* vim-patch:8.2.1219: symlink not followed if dirname ends in //Jan Edmund Lazo2020-10-17
* fileio: fix "is a directory" warning on Windowserw72020-10-06
* vim-patch:8.2.1793: not consistently giving the "is a directory" warningShougo Matsushita2020-10-06
* vim-patch:8.2.1088: a very long translation might cause a buffer overflowJan Edmund Lazo2020-09-26
* api/buffer: add "on_bytes" callback to nvim_buf_attachBjörn Linse2020-09-09
* vim-patch:8.1.1115: cannot build with older C compilerJan Edmund Lazo2020-08-17
* vim-patch:8.0.1774: reading very long lines can be slowJan Edmund Lazo2020-08-02
* vim-patch:8.2.0966: 'shortmess' flag "n" not used in two placesJan Edmund Lazo2020-06-18
* vim-patch:8.1.0475: memory not freed on exit when quit in autocmderw72020-05-07
* Merge #11851 'eval.c: factor out eval/userfunc.c'Justin M. Keyes2020-04-26
|\
| * rename: user_funcs -> userfuncJakub Łuczyński2020-02-13
| * fix: includesJakub Łuczyński2020-02-13
* | Make neovim building even with libuv 1.18.0Matěj Cepl2020-04-21
* | vim-patch:8.2.0474: cannot use :write when using a plugin with BufWriteCmdJan Edmund Lazo2020-04-13
* | vim-patch:8.0.1660: the terminal API "drop" command doesn't support optionsJan Edmund Lazo2020-02-16
|/
* doc: fix typos [ci skip] #11787Hye Sung Jung2020-01-30
* autocmd: WinClosed exposes window id as <afile>notomo2020-01-18
* fileio: use uint64_t for temp_count #11555Jan Edmund Lazo2019-12-16
* vim-patch:8.1.0461: quickfix: change comment style #11453Jan Edmund Lazo2019-11-24
* vim-patch:8.1.0251: support full paths for 'backupdir' #11269Joe Hermaszewski2019-11-17
* vim-patch:8.1.1588: in :let-heredoc line continuation is recognizedJurica Bradaric2019-10-07
* vim-patch:8.1.0230: directly checking 'buftype' valueJan Edmund Lazo2019-10-01
* Merge #10869 'vim-patch:8.1.{0309,0362,0365,0515,1946}'Justin M. Keyes2019-09-05
|\
| * vim-patch:8.1.0362: cannot get the script line number when executing a functionerw72019-09-04
* | vim-patch:8.1.1498: ":write" increments b:changedtick even though nothing cha...Justin M. Keyes2019-09-04
|/
* vim-patch:8.1.1843: might be freeing memory that was not allocated (#10756)Jan Edmund Lazo2019-08-13
* Merge pull request #10171 from blueyed/vim-8.1.1318Daniel Hahler2019-08-09
|\
| * includesDaniel Hahler2019-08-07
* | Merge #10708 'remove DYNAMIC_ICONV'Justin M. Keyes2019-08-09
|\ \ | |/ |/|
| * remove DYNAMIC_ICONVerw72019-08-06
* | lua: support getting UTF-32 and UTF-16 sizes of replaced textBjörn Linse2019-08-06
* | lua: add {old_byte_size} to on_lines buffer change eventBjörn Linse2019-08-06
|/
* fileio: port hotfix from patch 8.1.1379Jan Edmund Lazo2019-08-01
* vim-patch:8.1.1374: check for file changed triggers too oftenJan Edmund Lazo2019-08-01
* lintJan Edmund Lazo2019-08-01