X-Git-Url: http://www.git.stargrave.org/?p=codecomm.git;a=blobdiff_plain;f=doc%2Fcodecomm.txt;fp=doc%2Fcodecomm.txt;h=9a7549ae9ddca45866a0b8f8da530dce1dd0ab16;hp=809911334993fce26f3acf07f08f19ea849c5375;hb=ca495ac6c5d03265caaa8e2b2357cd704ed80d5c;hpb=96b4b0f835ee3696faccaf4da397a64fd7c26c54 diff --git a/doc/codecomm.txt b/doc/codecomm.txt index 8099113..9a7549a 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*