Mercurial > vim
view src/proto/session.pro @ 23597:000119fdb207
Added tag v8.2.2340 for changeset 9fa72351c18ff5f2b69f2ef3d882553a0ff3e611
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 12 Jan 2021 22:15:04 +0100 |
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 : */