]> Sergey Matveev's repositories - codecomm.git/blobdiff - doc/codecomm.txt
Raise copyright years
[codecomm.git] / doc / codecomm.txt
index 809911334993fce26f3acf07f08f19ea849c5375..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-2023 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