Mercurial > vim
view src/proto/viminfo.pro @ 18761:e3785af3ba0f v8.1.2370
patch 8.1.2370: build problems on VMS
Commit: https://github.com/vim/vim/commit/0c5c3faef2d54151a8c144539e3e5a3350fb18c7
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Nov 30 22:38:16 2019 +0100
patch 8.1.2370: build problems on VMS
Problem: Build problems on VMS.
Solution: Adjust the build file. (Zoltan Arpadffy)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 30 Nov 2019 22:45:04 +0100 |
parents | 18d7337b6837 |
children | 05b240971884 |
line wrap: on
line source
/* viminfo.c */ int get_viminfo_parameter(int type); void check_marks_read(void); int read_viminfo(char_u *file, int flags); void write_viminfo(char_u *file, int forceit); int buf_compare(const void *s1, const void *s2); void ex_viminfo(exarg_T *eap); /* vim: set ft=c : */