mirror of
https://github.com/neovim/neovim.git
synced 2026-04-29 10:44:08 +00:00
viminfo: Remove old code
This commit is contained in:
@@ -1351,7 +1351,7 @@ size_t mark_buffer_amount(const buf_T *const buf)
|
||||
void mark_set_global(const char name, const xfmark_T fm, const bool update)
|
||||
{
|
||||
xfmark_T *fm_tgt = &(namedfm[mark_global_index(name)]);
|
||||
if (fm_tgt == &namedfm[-1]) {
|
||||
if (fm_tgt == &namedfm[0] - 1) {
|
||||
return;
|
||||
}
|
||||
if (update && fm.fmark.timestamp < fm_tgt->fmark.timestamp) {
|
||||
|
||||
1538
src/nvim/shada.c
1538
src/nvim/shada.c
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user