From 054925bbc03601eea918429e6d1c3b8a8881239c Mon Sep 17 00:00:00 2001 From: Andrew Stiles Date: Tue, 21 Nov 2017 17:01:40 -0600 Subject: [PATCH 1/2] Add some v* pronoun variants --- resources/pronouns.tab | 2 ++ 1 file changed, 2 insertions(+) diff --git a/resources/pronouns.tab b/resources/pronouns.tab index 07fd63b..5451804 100644 --- a/resources/pronouns.tab +++ b/resources/pronouns.tab @@ -31,3 +31,5 @@ kit kit kits kits kitself ne nem nir nirs nemself fey feym feir feirs feirself xie xer xer xers xerself +vi ver ver vers verself +vi vim vir virs vimself From 21b3dd9407110049dc7272e4e73c0c807466ccaa Mon Sep 17 00:00:00 2001 From: Fernando Correa de Oliveira Date: Tue, 31 Jul 2018 15:32:06 -0300 Subject: [PATCH 2/2] Add how to insert a real tab using Vi --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64b9cfa..a037e48 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ they | them | their | theirs | themselves If you edit it with a text editor, make sure your editor inputs real tab characters in that file (a thing your editor might normally be configured not to do!) In Emacs, you can input real tabs by doing -Ctrl+q +Ctrl+q . In Vi you can use Ctrl+v . [pronoun-database]: resources/pronouns.tab