mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
don't create .yas-ignore-filenames-as-triggers anymore when importing
This commit is contained in:
parent
1a7b2e370d
commit
cc1a0922ee
@ -481,7 +481,6 @@ if __FILE__ == $PROGRAM_NAME
|
|||||||
if Choice.choices.output_dir
|
if Choice.choices.output_dir
|
||||||
FileUtils.mkdir_p Choice.choices.output_dir
|
FileUtils.mkdir_p Choice.choices.output_dir
|
||||||
FileUtils.touch File.join(original_dir, Choice.choices.output_dir, ".yas-make-groups") unless menustr
|
FileUtils.touch File.join(original_dir, Choice.choices.output_dir, ".yas-make-groups") unless menustr
|
||||||
FileUtils.touch File.join(original_dir, Choice.choices.output_dir, ".yas-ignore-filenames-as-triggers")
|
|
||||||
|
|
||||||
# Now, output head + a new tail in (possibly new) .yas-setup.el
|
# Now, output head + a new tail in (possibly new) .yas-setup.el
|
||||||
# file
|
# file
|
||||||
|
Loading…
x
Reference in New Issue
Block a user