Mercurial > vim
view src/proto/viminfo.pro @ 34487:67674e379c26 v9.1.0151
patch 9.1.0151: ml_get_buf_len() does not consider text properties
Commit: https://github.com/vim/vim/commit/a72d1be5a9984709fc66f460b443ad4a38506113
Author: Christian Brabandt <cb@256bit.org>
Date: Tue Mar 5 20:43:25 2024 +0100
patch 9.1.0151: ml_get_buf_len() does not consider text properties
Problem: ml_get_buf_len() does not consider text properties
(zeertzj)
Solution: Store text length excluding text properties length
in addition in the memline
related #14123
closes: #14133
Signed-off-by: Christian Brabandt <cb@256bit.org>
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Tue, 05 Mar 2024 21:00:02 +0100 |
parents | 05b240971884 |
children |
line wrap: on
line source
/* viminfo.c */ int get_viminfo_parameter(int type); int buf_compare(const void *s1, const void *s2); void check_marks_read(void); int read_viminfo(char_u *file, int flags); void write_viminfo(char_u *file, int forceit); void ex_viminfo(exarg_T *eap); /* vim: set ft=c : */