mirror of
https://github.com/neovim/neovim.git
synced 2025-09-27 05:28:33 +00:00
tabpage_S: Name tp_localdir per convention.
This commit is contained in:
@@ -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
|
||||
};
|
||||
|
||||
/*
|
||||
|
Reference in New Issue
Block a user