aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README2
-rw-r--r--TODO2
2 files changed, 0 insertions, 4 deletions
diff --git a/README b/README
index 0ac3ccf..1357a4e 100644
--- a/README
+++ b/README
@@ -28,5 +28,3 @@ Style Notes
* Public functions don't get the ``ec_`` prefix, private functions do.
* eval is evil, so we disabled it.
* Absolute paths to executables are not portable, so don't use them.
-
- vim: set tw=78 ft=glep :
diff --git a/TODO b/TODO
index 477c0fe..7561560 100644
--- a/TODO
+++ b/TODO
@@ -19,5 +19,3 @@ Possible Ideas
* --interactive/--ask : We could make this a global option and PUBLIC, for th
modules to decide whether an action can be performed. (ciaranm doesn't like
this idea)
-
-vim: set tw=78 ft=glep :