]> 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:

fixup latex-suite installation
authormartin f. krafft <madduck@madduck.net>
Thu, 21 Feb 2019 22:40:37 +0000 (11:40 +1300)
committermartin f. krafft <madduck@madduck.net>
Sun, 24 Feb 2019 21:32:06 +0000 (22:32 +0100)
.gitignore.d/vim
.vim/ftplugin/latex-suite/.gitignore
.vim/ftplugin/latex-suite/packages/biblatex [new symlink]
.vim/ftplugin/latex-suite/packages/csquotes [new symlink]
.vim/ftplugin/latex-suite/packages/fixme [new symlink]
.vim/ftplugin/latex-suite/packages/pagenote [new symlink]

index f289714fec04e4eec25c50c37d0573f57d61a8b7..9bb69072351dce14fbd0213dd50dbadd13a39093 100644 (file)
@@ -69,6 +69,7 @@
 !/.vim/ftplugin/latex-suite/packages/array
 !/.vim/ftplugin/latex-suite/packages/babel
 !/.vim/ftplugin/latex-suite/packages/bar
+!/.vim/ftplugin/latex-suite/packages/biblatex
 !/.vim/ftplugin/latex-suite/packages/bm
 !/.vim/ftplugin/latex-suite/packages/bophook
 !/.vim/ftplugin/latex-suite/packages/boxedminipage
@@ -80,6 +81,7 @@
 !/.vim/ftplugin/latex-suite/packages/cite
 !/.vim/ftplugin/latex-suite/packages/color
 !/.vim/ftplugin/latex-suite/packages/comma
+!/.vim/ftplugin/latex-suite/packages/csquotes
 !/.vim/ftplugin/latex-suite/packages/deleq
 !/.vim/ftplugin/latex-suite/packages/drftcite
 !/.vim/ftplugin/latex-suite/packages/dropping
@@ -88,6 +90,7 @@
 !/.vim/ftplugin/latex-suite/packages/eqparbox
 !/.vim/ftplugin/latex-suite/packages/everyshi
 !/.vim/ftplugin/latex-suite/packages/exmpl
+!/.vim/ftplugin/latex-suite/packages/fixme
 !/.vim/ftplugin/latex-suite/packages/flafter
 !/.vim/ftplugin/latex-suite/packages/float
 !/.vim/ftplugin/latex-suite/packages/floatflt
 !/.vim/ftplugin/latex-suite/packages/oldstyle
 !/.vim/ftplugin/latex-suite/packages/outliner
 !/.vim/ftplugin/latex-suite/packages/overcite
+!/.vim/ftplugin/latex-suite/packages/pagenote
 !/.vim/ftplugin/latex-suite/packages/parallel
 !/.vim/ftplugin/latex-suite/packages/plain
 !/.vim/ftplugin/latex-suite/packages/plates
index 0d20b6487c61e7d1bde93acf4a14b7a89083a16d..77cb0184dccdbb107b220dc0eff46fa792f3f59d 100644 (file)
@@ -1 +1,2 @@
+/__pycache__
 *.pyc
diff --git a/.vim/ftplugin/latex-suite/packages/biblatex b/.vim/ftplugin/latex-suite/packages/biblatex
new file mode 120000 (symlink)
index 0000000..9033a18
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim/addons/ftplugin/latex-suite/packages/biblatex
\ No newline at end of file
diff --git a/.vim/ftplugin/latex-suite/packages/csquotes b/.vim/ftplugin/latex-suite/packages/csquotes
new file mode 120000 (symlink)
index 0000000..1eea388
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim/addons/ftplugin/latex-suite/packages/csquotes
\ No newline at end of file
diff --git a/.vim/ftplugin/latex-suite/packages/fixme b/.vim/ftplugin/latex-suite/packages/fixme
new file mode 120000 (symlink)
index 0000000..9b7fc0b
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim/addons/ftplugin/latex-suite/packages/fixme
\ No newline at end of file
diff --git a/.vim/ftplugin/latex-suite/packages/pagenote b/.vim/ftplugin/latex-suite/packages/pagenote
new file mode 120000 (symlink)
index 0000000..e1650d3
--- /dev/null
@@ -0,0 +1 @@
+/usr/share/vim/addons/ftplugin/latex-suite/packages/pagenote
\ No newline at end of file