Mercurial > vim
view src/proto/session.pro @ 22075:eb878f85967e v8.2.1587
patch 8.2.1587: loop for handling keys for the command line is too long
Commit: https://github.com/vim/vim/commit/eadee486c70946ad0e1746d77898d6f4f4acc817
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Sep 4 15:37:31 2020 +0200
patch 8.2.1587: loop for handling keys for the command line is too long
Problem: Loop for handling keys for the command line is too long.
Solution: Move wild menu handling to separate functions. (Yegappan
Lakshmanan, closes #6856)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 04 Sep 2020 15:45:03 +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 : */