diff options
author | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-07 19:00:46 +0100 |
---|---|---|
committer | Robin Haberkorn <robin.haberkorn@googlemail.com> | 2015-03-07 19:00:46 +0100 |
commit | 63c88b9616a7d9f25ee1d466fbdd74792dec9a37 (patch) | |
tree | c45e4f67c2296b39e4103e8308ead4f3580f78bb /doc/sciteco.1.in | |
parent | a3a340a9e9e1856a46c079186354f163cfc5febc (diff) | |
download | sciteco-63c88b9616a7d9f25ee1d466fbdd74792dec9a37.tar.gz |
changed save point file format to .teco-<n>-<filename>~
* It is no longer possible to accidentally open save point files
of the same or another SciTECO instance when typing something like
EB*.cpp$
* The use of a trailing ~ is common among editors. These files
will be recognized more easily as temporary by users.
* People will often already have VCS ignore rules for files with
trailing tilde. Therefore SciTECO savepoints will often be
already ignored by VCS.
* Since they still have a unique ".teco" prefix, they will not
be confused by other programs as backup files.
* Also mention in sciteco(1) that save point files are hidden on
Windows.
Diffstat (limited to 'doc/sciteco.1.in')
-rw-r--r-- | doc/sciteco.1.in | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/doc/sciteco.1.in b/doc/sciteco.1.in index 7e3b0c3..6bc0f98 100644 --- a/doc/sciteco.1.in +++ b/doc/sciteco.1.in @@ -183,10 +183,12 @@ and opening files specified on the command line. .B $SCITECOPATH/*.tes Standard library macros. .TP -.BI .teco- x - filename +.BI .teco- n - filename ~ Save point files created by \*(ST when saving files during interactive execution have this format. -These files can be ignored by version control systems, etc. +On Windows, these files have the hidden attribute set. +Savepoint files are temporary and should be ignored by version +control systems, etc. .TP .B $SCITECOCONFIG/.teco_session Macro storing the default buffer session. |