diff options
Diffstat (limited to 'src/nvim/if_cscope.c')
-rw-r--r-- | src/nvim/if_cscope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nvim/if_cscope.c b/src/nvim/if_cscope.c index e5cbb58608..578ae5de1e 100644 --- a/src/nvim/if_cscope.c +++ b/src/nvim/if_cscope.c @@ -5,7 +5,7 @@ * The basic idea/structure of cscope for Vim was borrowed from Nvi. There * might be a few lines of code that look similar to what Nvi has. * - * See README.txt for an overview of the Vim source code. + * See README.md for an overview of the Vim source code. */ #include <stdbool.h> |