From d4098f5f19023887578fb922bd9e4dc90c6ab89f Mon Sep 17 00:00:00 2001
From: Bram Moolenaar <Bram@vim.org>
Date: Mon, 27 Jun 2005 22:37:13 +0000
Subject: [PATCH] updated for version 7.0095

---
 src/os_unix.c        | 2 +-
 src/spell/de_DE.diff | 6 ++++--
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/src/os_unix.c b/src/os_unix.c
index 07645dc49f..c269e8779c 100644
--- a/src/os_unix.c
+++ b/src/os_unix.c
@@ -367,7 +367,7 @@ mch_inchar(buf, maxlen, wtime, tb_change_cnt)
 		return 3;
 	    }
 #endif
-	    updatescript(0);
+	    before_blocking();
 	}
     }
 
diff --git a/src/spell/de_DE.diff b/src/spell/de_DE.diff
index 762215cbf6..a7b056a242 100644
--- a/src/spell/de_DE.diff
+++ b/src/spell/de_DE.diff
@@ -1,12 +1,14 @@
 *** de_DE.orig.aff	Fri Jun 17 10:01:18 2005
---- de_DE.aff	Thu Jun 23 17:41:38 2005
+--- de_DE.aff	Mon Jun 27 19:42:20 2005
 ***************
 *** 3,4 ****
---- 3,8 ----
+--- 3,10 ----
   
 + FOL  абвгдежзийклмнопрстуфхцшщъыьэюЯя
 + LOW  абвгдежзийклмнопрстуфхцшщъыьэюЯя
 + UPP  АБВГДЕЖЗИЙКЛМНОПРСТУФХЦШЩЪЫЬЭЮЯя
++ 
++ MIDWORD	'
 + 
   # (c) copyright by Bjoern Jacke <bjoern@j3e.de>
 *** de_DE.orig.dic	Fri Jun 17 10:01:27 2005
-- 
GitLab