X-Git-Url: http://www.git.stargrave.org/?p=codecomm.git;a=blobdiff_plain;f=doc%2Fcodecomm.txt;h=6fadb8554d63e4be44a328a670d40691525c13c1;hp=0885e6b4e2dd912285718ae0ab4e92bb4605f008;hb=HEAD;hpb=0ae3de5a734e397c70b9c7c8b6098302effd4a0d diff --git a/doc/codecomm.txt b/doc/codecomm.txt index 0885e6b..4fbb2c0 100644 --- a/doc/codecomm.txt +++ b/doc/codecomm.txt @@ -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 +Copyright (C) 2017-2024 Sergey Matveev 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 . - vim:filetype=help + vim: filetype=help