summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorYigit Sever2021-11-12 21:49:28 +0300
committerYigit Sever2021-11-12 21:49:28 +0300
commitcbb295cfd051687dd66117692c8a202c4e1d5ce1 (patch)
treea4e23cfaac2dbc9877d8f60d0dc164dc5f3301c0 /.local
parenta4c31cf757ee7b7b97a823e4198f82eec3d8a9df (diff)
downloaddotfiles-cbb295cfd051687dd66117692c8a202c4e1d5ce1.tar.gz
dotfiles-cbb295cfd051687dd66117692c8a202c4e1d5ce1.tar.bz2
dotfiles-cbb295cfd051687dd66117692c8a202c4e1d5ce1.zip
sentences: add etal
diffstat (limited to '.local')
-rwxr-xr-x.local/bin/sentences2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/sentences b/.local/bin/sentences
index 1b46a49..2e531a8 100755
--- a/.local/bin/sentences
+++ b/.local/bin/sentences
@@ -3,7 +3,7 @@
3use strict; 3use strict;
4 4
5my $pont = qr{[.!?]+}; ## punctuation 5my $pont = qr{[.!?]+}; ## punctuation
6my $abrev = qr{\b(?:Pr|Dr|Mr|[A-Z]|i\.e|e\.g)\.}; ## abbreviations 6my $abrev = qr{\b(?:Pr|Dr|Mr|[A-Z]|i\.e|e\.g|et al)\.}; ## abbreviations
7my $header = qr{(=+ .*? =+)}; 7my $header = qr{(=+ .*? =+)};
8 8
9$/ = ""; 9$/ = "";