viminfo: Remove old code

This commit is contained in:
ZyX
2015-07-19 21:35:13 +03:00
parent 43fe98c9fb
commit 83785ef98b
2 changed files with 1 additions and 1539 deletions

View File

@@ -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) {

File diff suppressed because it is too large Load Diff