view src/proto/session.pro @ 18478:94223687df0e

Added tag v8.1.2233 for changeset e93cab5d0f0f27fad7882f1f412927df055b090d
author Bram Moolenaar <Bram@vim.org>
date Tue, 29 Oct 2019 04:30:05 +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 : */