]> Sergey Matveev's repositories - codecomm.git/blobdiff - doc/codecomm.txt
Raise copyright years
[codecomm.git] / doc / codecomm.txt
index 0885e6b4e2dd912285718ae0ab4e92bb4605f008..4fbb2c04138e2ed79260b9571cbe1bc9764075d4 100644 (file)
@@ -12,7 +12,8 @@ The only option for the Vim plugin is the placement of temporary file
 with aggregated comments. By default it is /tmp/codecomm.txt.
 You can override /tmp with $TMPDIR environment variable and the whole
 file path with: >
-    let g:codecomm_file = "/another/path.txt"
+    let g:codecomm_txt = "/another/path.txt"
+    let g:codecomm_ctr = "/another/path.ctr"
 
 PLUGIN USAGE                                             *codecomm-usage*
 
@@ -50,7 +51,7 @@ Header contains:
 
 LICENCE                                                *codecomm-license*
 
-Copyright (C) 2017-2020 Sergey Matveev <stargrave@stargrave.org>
+Copyright (C) 2017-2024 Sergey Matveev <stargrave@stargrave.org>
 
 This program is free software: you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
@@ -64,4 +65,4 @@ GNU General Public License for more details.
 You should have received a copy of the GNU General Public License
 along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
- vim:filetype=help
+ vim: filetype=help