]> git.wincent.com - docvim.git/commit
Partial implementation of pruning empty paths
authorGreg Hurrell <greg@hurrell.net>
Sat, 11 Jun 2016 06:03:56 +0000 (23:03 -0700)
committerGreg Hurrell <greg@hurrell.net>
Sat, 11 Jun 2016 06:03:56 +0000 (23:03 -0700)
commit2156cd53d51337f9f0333c5f32561c29da6c2888
tree33a8acadec867d63c857b1eea8bacd72d1d75352
parent1e957547308b07d99817a61e1ccacae008fe8d00
Partial implementation of pruning empty paths

Partly addresses: https://github.com/wincent/docvim/issues/9
15 files changed:
docvim.cabal
lib/Text/Docvim/Compile.hs
lib/Text/Docvim/Printer/Vim.hs
tests/fixtures/parser/command.golden
tests/fixtures/parser/comments.golden
tests/fixtures/parser/empty.golden
tests/fixtures/parser/integration-docvim.golden
tests/fixtures/parser/integration-ferret-ftplugin-qf.golden
tests/fixtures/parser/integration-ferret-plugin.golden
tests/fixtures/parser/integration-ferret-private.golden
tests/fixtures/parser/integration-pinnacle.golden
tests/fixtures/parser/just-whitespace.golden
tests/fixtures/parser/minimal-annotation.golden
tests/fixtures/parser/plugin-annotation.golden
tests/fixtures/parser/simple-annotations.golden