]> Dogcows Code - chaz/vimcoder/blobdiff - README.md
document new directory structure and bump version
[chaz/vimcoder] / README.md
index fff2d036598a7aa61b5adee3336f94ecbb956884..0c560a1290874f3b2fc54234cd53b29f800b04bb 100644 (file)
--- a/README.md
+++ b/README.md
@@ -87,6 +87,21 @@ use.  If you have already saved some problems to the previous storage
 directory, you may also want to actually move the directory to the new
 location so that VimCoder can find the work you've already done.
 
+Beginning with VimCoder 1.3.5, there is a new option for an alternative
+directory structure.  It is not enabled by default, but it may be in the
+future.  Rather than having directories named after problem identifiers, the
+new structure uses two levels of directories.  On the first level, directories
+are named after the contest associated with the problem (e.g. SRM-144-DIV-1),
+and on the second level, directories are named after the problem's point value
+(e.g. 300).  This directory structure may be preferable if you ever want to
+browse your repository since the contest name and point values are more easily
+identifiable than the problem identifier.
+
+If this new directory structure is enabled, it will only apply to new
+problems.  VimCoder will not try to reorganize your current repository, though
+you are welcome to do it manually yourself if you would like to switch to the
+new directory structure.
+
 ##### Vim Command
 
 By default, VimCoder tries to invoke Vim using the `gvim` command (or
This page took 0.017361 seconds and 4 git commands to generate.