From 9fe12b0be16109b2212b06b7b4785c112052648e Mon Sep 17 00:00:00 2001 From: Siarhei Siniak Date: Mon, 1 Jul 2024 09:36:11 +0300 Subject: [PATCH] [~] Refactor --- dotfiles/.py3.vimrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.py3.vimrc b/dotfiles/.py3.vimrc index 2d3b2d5..d453fab 100644 --- a/dotfiles/.py3.vimrc +++ b/dotfiles/.py3.vimrc @@ -41,7 +41,7 @@ def f5_1(pattern, flags, info): #print('fuck') if b'r' in flags: while True: - ext_m = re.compile('^.([^\,]+),(.*)$').match(pattern) + ext_m = re.compile(r'^.([^\,]+),(.*)$').match(pattern) if pattern[:3] in [r'\r,']: options['recursive'] = True