commit | fbe4a8f5c0fbaa99ffa5b67081c10c85bc88a91a | [log] [tgz] |
---|---|---|
author | Hirohito Higashi <h.east.727@gmail.com> | Sun Apr 27 15:28:30 2025 +0200 |
committer | Christian Brabandt <cb@256bit.org> | Sun Apr 27 15:28:30 2025 +0200 |
tree | 5e5c63f61a47aef4ec2109f329f1bb1e75ccce48 | |
parent | 411ae580a9149072be29756d3a654b78c96add0b [diff] [blame] |
runtime(doc): Fix notation of "Vim script" and "Vim9 script" closes: #17213 Signed-off-by: Hirohito Higashi <h.east.727@gmail.com> Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/profiler.c b/src/profiler.c index 504d713..00da9b6 100644 --- a/src/profiler.c +++ b/src/profiler.c
@@ -8,7 +8,7 @@ */ /* - * profiler.c: vim script profiler + * profiler.c: Vim script profiler */ #include "vim.h"