From 845f35918c5c24452a9ab2555ce3030adc88b496 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Sun, 21 May 2023 21:52:46 -0700 Subject: [PATCH] copy --- docs/ctags.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/ctags.md b/docs/ctags.md index d84cbc54f..cdad9e718 100644 --- a/docs/ctags.md +++ b/docs/ctags.md @@ -13,8 +13,8 @@ To address this issue, `aider` has a new experimental feature that utilizes `ctags` to provide GPT with a **concise map of the whole repository** including all declared variables and functions with call signatures. -This *repo map* enables GPT to better comprehend and navigate -all the code in larger repos. +This *repo map* enables GPT to better comprehend, navigate +and edit the code in larger repos. ## The problem: code context