]> Sergey Matveev's repositories - codecomm.git/blobdiff - doc/codecomm.txt
Counter state in external file
[codecomm.git] / doc / codecomm.txt
index 809911334993fce26f3acf07f08f19ea849c5375..9a7549ae9ddca45866a0b8f8da530dce1dd0ab16 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*