mirror of
https://github.com/neovim/neovim.git
synced 2025-09-29 22:48:34 +00:00
Macro cleanup: PROTO
Regarding dict_lookup() in eval.c: both definitions are the same, the only difference being the spacing between the indirection operator and the indentation level.
This commit is contained in:
@@ -199,7 +199,7 @@ void ga_append(garray_T *gap, char c)
|
||||
GA_APPEND(char, gap, c);
|
||||
}
|
||||
|
||||
#if defined(UNIX) || defined(WIN3264) || defined(PROTO)
|
||||
#if defined(UNIX) || defined(WIN3264)
|
||||
|
||||
/// Append the text in "gap" below the cursor line and clear "gap".
|
||||
///
|
||||
|
Reference in New Issue
Block a user