tabpage_S: Name tp_localdir per convention.

This commit is contained in:
Justin M. Keyes
2017-03-11 17:26:22 +01:00
parent c8f0f8fea6
commit 82117da5df
4 changed files with 11 additions and 13 deletions

View File

@@ -825,8 +825,7 @@ struct tabpage_S {
frame_T *(tp_snapshot[SNAP_COUNT]); ///< window layout snapshots
dictitem_T tp_winvar; ///< variable for "t:" Dictionary
dict_T *tp_vars; ///< internal variables, local to tab page
char_u *localdir; ///< Absolute path of local directory or
///< NULL
char_u *tp_localdir; ///< Absolute path of local CWD or NULL
};
/*