projects
/
kivitendo-erp.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03cd941
)
SessionFile: vim syntaxhighlighting fix
author
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 24 Nov 2015 15:32:04 +0000
(16:32 +0100)
committer
Sven Schöling
<s.schoeling@linet-services.de>
Tue, 24 Nov 2015 15:32:04 +0000
(16:32 +0100)
SL/SessionFile.pm
patch
|
blob
|
history
diff --git
a/SL/SessionFile.pm
b/SL/SessionFile.pm
index
7536b56
..
8392640
100644
(file)
--- a/
SL/SessionFile.pm
+++ b/
SL/SessionFile.pm
@@
-26,7
+26,7
@@
sub new {
}
my $path = $self->prepare_path;
- $file_name =~ s
:.*/::
g;
+ $file_name =~ s
{.*/}{}
g;
$file_name = "${path}/${file_name}";
$self->file_name($file_name);