mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +09:00
Replace [\/] with [\\/]
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
filetype: git-rebase-todo
|
||||
|
||||
detect:
|
||||
filename: '^(.*[\/])?git\-rebase\-todo$'
|
||||
filename: '^(.*[\\/])?git\-rebase\-todo$'
|
||||
|
||||
rules:
|
||||
# Rebase commands
|
||||
|
||||
Reference in New Issue
Block a user