*: Make ShaDa code use VimL values for additional_\* data

This commit is contained in:
ZyX
2015-08-03 23:06:06 +03:00
parent 56174572bc
commit 07d9ab26c6
17 changed files with 304 additions and 459 deletions

View File

@@ -26,7 +26,7 @@ typedef struct file_buffer buf_T; // Forward declaration
#include "nvim/eval_defs.h"
// for proftime_T
#include "nvim/profile.h"
// for String and Dictionary
// for String
#include "nvim/api/private/defs.h"
#define MODIFIABLE(buf) (!buf->terminal && buf->b_p_ma)
@@ -749,7 +749,7 @@ struct file_buffer {
Terminal *terminal; // Terminal instance associated with the buffer
Dictionary *additional_data; // Additional data from shada file if any.
dict_T *additional_data; // Additional data from shada file if any.
};
/*