mirror of
https://github.com/neovim/neovim.git
synced 2025-12-19 04:45:38 +00:00
vim-patch:8.2.1961: various comments can be improved
Problem: Various comments can be improved.
Solution: Various comment adjustments.
22286895fc
This commit is contained in:
@@ -301,7 +301,8 @@ struct funccall_S {
|
||||
int dbg_tick; ///< Debug_tick when breakpoint was set.
|
||||
int level; ///< Top nesting level of executed function.
|
||||
proftime_T prof_child; ///< Time spent in a child.
|
||||
funccall_T *caller; ///< Calling function or NULL.
|
||||
funccall_T *caller; ///< Calling function or NULL; or next funccal in
|
||||
///< list pointed to by previous_funccal.
|
||||
int fc_refcount; ///< Number of user functions that reference this funccall.
|
||||
int fc_copyID; ///< CopyID used for garbage collection.
|
||||
garray_T fc_funcs; ///< List of ufunc_T* which keep a reference to "func".
|
||||
|
||||
Reference in New Issue
Block a user