Skip to content

Commit 0b4ef4f

Browse files
committed
Merge branch 'breunigss-patch-1' into dev
2 parents bf4909a + 8e3f11e commit 0b4ef4f

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

AdvancedNewFile.sublime-settings

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,9 @@
106106
// e.g. "777" -> RWX for user, group, and other.
107107
"file_permissions": "",
108108

109-
// Default input for renaming a file. Special value <current> will be replaced
110-
// with the current file name.
109+
// Default input for renaming a file. Special value <filename> will be replaced
110+
// with the current file name. Special value <filepath> will be replaced with
111+
// the complete filepath (i.e. it already includes the filename).
111112
"rename_default": "",
112113

113114
// Setting to control if VCS management is used when moving and removing files.

0 commit comments

Comments
 (0)