Cybrkyd's git repositories

gedit-statusbar-wordcount-plugin • commit: 4734726

commit 47347260815e492db435f55132496e7bdf19ee1d204e5cc4ff36928f5b33a277
author cybrkyd <116197215+cybrkyd@users.noreply.github.com> 2025-08-01 23:27:13 +0100
committer cybrkyd <116197215+cybrkyd@users.noreply.github.com> 2025-08-01 23:27:13 +0100

Commit Message

README

📊 Diffstat

README.md 2
1 files changed, 1 insertions(+), 1 deletions(-)

Diff

diff --git a/README.md b/README.md
index 7374678..14d7b3e 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ gedit-statusbar-wordcount-plugin
Forked from: --> https://github.com/footley/gedit-wordcount-plugin
- A gedit plugin which adds a Label to the status bar with the active documents word count, where a word is defined as `r"[a-zA-Z0-9]+[a-zA-Z0-9\-']*\s?"`.
+ A gedit plugin which adds a Label to the status bar with the active documents word count, where a word is defined as `r"[a-zA-Z0-9]+(?:[-'][a-zA-Z0-9]+)*"`.
Installation
------------