Mercurial > vim
view src/proto/session.pro @ 19601:67f39cb0a49c v8.2.0357
patch 8.2.0357: cannot delete a text property matching both id and type
Commit: https://github.com/vim/vim/commit/49b79bd4888341d527c95f2aa73ed953203ce2b6
Author: Bram Moolenaar <Bram@vim.org>
Date: Thu Mar 5 21:52:55 2020 +0100
patch 8.2.0357: cannot delete a text property matching both id and type
Problem: Cannot delete a text property matching both id and type. (Axel
Forsman)
Solution: Add the "both" argument.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Thu, 05 Mar 2020 22:00:04 +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 : */