view src/proto/session.pro @ 18220:8b45fb2c75d9

Added tag v8.1.2104 for changeset 5d67f207f7c3bff09e181379c1b1f2bb9f7803e5
author Bram Moolenaar <Bram@vim.org>
date Mon, 30 Sep 2019 23: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 : */