This is a plugin for Vim which adds support for QIF (Quicken) files.
Features:
-
Syntax highlighting.
-
Move between transactions using the
[[
and]]
commands.
This project follows the standard runtime path structure.
-
Install using native packages in Vim 8:
$ git clone https://github.com/ljcooke/vim-qif.git \ ~/.vim/pack/plugins/start/vim-qif
-
Install using Pathogen:
$ git clone https://github.com/ljcooke/vim-qif.git \ ~/.vim/bundle/vim-qif
While editing a QIF file, enter the command:
:set filetype=qif
This is done automatically if the filename ends with the extension .qif
.
Licensed under the MIT License. See the LICENSE file for details.