mirror of
https://github.com/raimon49/requirements.txt.vim.git
synced 2026-03-25 22:26:39 +08:00
Fix detection with unittest
This commit is contained in:
@@ -22,7 +22,7 @@ function! Requirements_matched_filename(filename)
|
||||
return 1
|
||||
endif
|
||||
|
||||
if a:filename =~# '\v.constraints\.(txt|in)$'
|
||||
if a:filename =~# '\vconstraints\.(txt|in)$'
|
||||
return 1
|
||||
endif
|
||||
|
||||
|
||||
Reference in New Issue
Block a user