Support for VIMscript
authorCiaran McCreesh <robin@Tangier.local>
Mon, 7 Apr 2008 20:34:15 +0000 (13:34 -0700)
committerRobin Luckey <robin@Tangier.local>
Mon, 7 Apr 2008 20:34:15 +0000 (13:34 -0700)
commitd1690110306328f41e695b58a3eb91d57822b2b6
tree26d4590684acfc441ab66affe0632bcd596d0ee2
parent27f14e4a6186ec0920fba3d30f55e04cd4c622c1
Support for VIMscript
13 files changed:
ext/ohcount_native/generator.rb
ext/ohcount_native/generator.rb.orig [new file with mode: 0644]
lib/ohcount/detector.rb
lib/ohcount/detector.rb.orig
lib/ohcount/sloc_info.rb
lib/ohcount/sloc_info.rb.orig [new file with mode: 0644]
test/detect_files/foo.vim [new file with mode: 0644]
test/expected_dir/foo.vim/vim/blanks [new file with mode: 0644]
test/expected_dir/foo.vim/vim/code [new file with mode: 0644]
test/expected_dir/foo.vim/vim/comment [new file with mode: 0644]
test/src_dir/foo.vim [new file with mode: 0644]
test/unit/detector_test.rb
test/unit/vim_test.rb [new file with mode: 0644]