]> git.madduck.net Git - etc/vim.git/commitdiff

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

enable ledger plugin
authormartin f. krafft <madduck@madduck.net>
Thu, 21 Feb 2019 22:32:37 +0000 (11:32 +1300)
committermartin f. krafft <madduck@madduck.net>
Sun, 24 Feb 2019 21:32:06 +0000 (22:32 +0100)
.gitignore.d/vim
.vim/autoload/ledger.vim [new symlink]
.vim/compiler/ledger.vim [new symlink]
.vim/doc/ledger.txt [new symlink]
.vim/ftdetect/ledger.vim [new symlink]
.vim/ftplugin/ledger.vim [new symlink]
.vim/indent/ledger.vim [new symlink]
.vim/syntax/ledger.vim [new symlink]

index e127ab8111c2545fb47503878a24ed716e9ef866..1a14e635ea0da4bd3a00c58f393df2e8734e366b 100644 (file)
@@ -16,7 +16,9 @@
 !/.vim/after/ftplugin/tex.vim
 !/.vim/after/ftplugin/vo_base.vim
 !/.vim/after/syntax/tex.vim
+!/.vim/autoload/ledger.vim
 !/.vim/colors/madduck.vim
+!/.vim/compiler/ledger.vim
 !/.vim/compiler/tex.vim
 !/.vim/doc/.gitignore
 !/.vim/doc/imaps.txt.gz
@@ -27,6 +29,7 @@
 !/.vim/doc/vcscommand.txt
 !/.vim/doc/vimplate.txt
 !/.vim/ftdetect/itsalltext.vim
+!/.vim/ftdetect/ledger.vim
 !/.vim/ftdetect/mediawiki.vim
 !/.vim/ftdetect/puppet.vim
 !/.vim/ftplugin/bib_latexSuite.vim
 !/.vim/ftplugin/latex-suite/texviewer.vim
 !/.vim/ftplugin/latex-suite/version.vim
 !/.vim/ftplugin/latex-suite/wizardfuncs.vim
+!/.vim/ftplugin/ledger.vim
 !/.vim/ftplugin/mediawiki.vim
 !/.vim/ftplugin/tex_latexSuite.vim
 !/.vim/ftplugin/tex.vim
 !/.vim/ftplugin/vcard.vim
 !/.vim/.gitignore
+!/.vim/indent/ledger.vim
 !/.vim/indent/python.vim
 !/.vim/indent/tex.vim
 !/.vim/macros/table.vim
 !/.vim/spell/.gitignore
 !/.vim/syntax/CVSAnnotate.vim
 !/.vim/syntax/gitAnnotate.vim
+!/.vim/syntax/ledger.vim
 !/.vim/syntax/mediawiki.vim
 !/.vim/syntax/puppet.vim
 !/.vim/syntax/SVKAnnotate.vim
diff --git a/.vim/autoload/ledger.vim b/.vim/autoload/ledger.vim
new file mode 120000 (symlink)
index 0000000..d642dce
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim/addons/autoload/ledger.vim
\ No newline at end of file
diff --git a/.vim/compiler/ledger.vim b/.vim/compiler/ledger.vim
new file mode 120000 (symlink)
index 0000000..550d4c1
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim/addons/compiler/ledger.vim
\ No newline at end of file
diff --git a/.vim/doc/ledger.txt b/.vim/doc/ledger.txt
new file mode 120000 (symlink)
index 0000000..2c0acf0
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim/addons/doc/ledger.txt
\ No newline at end of file
diff --git a/.vim/ftdetect/ledger.vim b/.vim/ftdetect/ledger.vim
new file mode 120000 (symlink)
index 0000000..f8e1cca
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim/addons/ftdetect/ledger.vim
\ No newline at end of file
diff --git a/.vim/ftplugin/ledger.vim b/.vim/ftplugin/ledger.vim
new file mode 120000 (symlink)
index 0000000..dedcc01
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim/addons/ftplugin/ledger.vim
\ No newline at end of file
diff --git a/.vim/indent/ledger.vim b/.vim/indent/ledger.vim
new file mode 120000 (symlink)
index 0000000..3c4d4b8
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim/addons/indent/ledger.vim
\ No newline at end of file
diff --git a/.vim/syntax/ledger.vim b/.vim/syntax/ledger.vim
new file mode 120000 (symlink)
index 0000000..cd0a2b9
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim/addons/syntax/ledger.vim
\ No newline at end of file