comparison src/proto/misc2.pro @ 17536:e00d12c085a5 v8.1.1766

patch 8.1.1766: code for writing session file is spread out commit https://github.com/vim/vim/commit/845380791196aec7f991987ebf7b22de3779d106 Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 28 14:15:42 2019 +0200 patch 8.1.1766: code for writing session file is spread out Problem: Code for writing session file is spread out. Solution: Put it in one file. (Yegappan Lakshmanan, closes https://github.com/vim/vim/issues/4728)
author Bram Moolenaar <Bram@vim.org>
date Sun, 28 Jul 2019 14:30:07 +0200
parents 998603a243d7
children 0f7ae8010787
comparison
equal deleted inserted replaced
17535:3015901aaaa6 17536:e00d12c085a5
106 int has_non_ascii(char_u *s); 106 int has_non_ascii(char_u *s);
107 void parse_queued_messages(void); 107 void parse_queued_messages(void);
108 int mch_parse_cmd(char_u *cmd, int use_shcf, char ***argv, int *argc); 108 int mch_parse_cmd(char_u *cmd, int use_shcf, char ***argv, int *argc);
109 int build_argv_from_string(char_u *cmd, char ***argv, int *argc); 109 int build_argv_from_string(char_u *cmd, char ***argv, int *argc);
110 int build_argv_from_list(list_T *l, char ***argv, int *argc); 110 int build_argv_from_list(list_T *l, char ***argv, int *argc);
111 int write_session_file(char_u *filename);
112 /* vim: set ft=c : */ 111 /* vim: set ft=c : */