Mercurial > vim
view src/proto/session.pro @ 22265:2156b72e9b6b
Added tag v8.2.1681 for changeset e0a4d029cb87dec35866a10fe1ee1c965ceedc99
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Mon, 14 Sep 2020 17:15:04 +0200 |
parents | e00d12c085a5 |
children |
line wrap: on
line source
/* session.c */ void ex_loadview(exarg_T *eap); int write_session_file(char_u *filename); void ex_mkrc(exarg_T *eap); var_flavour_T var_flavour(char_u *varname); int put_eol(FILE *fd); int put_line(FILE *fd, char *s); /* vim: set ft=c : */