Mercurial > vim
view src/proto/bufwrite.pro @ 22218:195a617b405a v8.2.1658
patch 8.2.1658: expand('<stack>') has trailing ".."
Commit: https://github.com/vim/vim/commit/a810db3f17d477e057059c72062c08fd97bcea43
Author: Bram Moolenaar <Bram@vim.org>
Date: Fri Sep 11 17:59:23 2020 +0200
patch 8.2.1658: expand('<stack>') has trailing ".."
Problem: Expand('<stack>') has trailing "..".
Solution: Remove the "..". (closes https://github.com/vim/vim/issues/6927)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Fri, 11 Sep 2020 18:00:03 +0200 |
parents | db18625d8134 |
children |
line wrap: on
line source
/* bufwrite.c */ char *new_file_message(void); int buf_write(buf_T *buf, char_u *fname, char_u *sfname, linenr_T start, linenr_T end, exarg_T *eap, int append, int forceit, int reset_changed, int filtering); /* vim: set ft=c : */