Commit Graph

1142 Commits

Author SHA1 Message Date
Karl Yngve Lervåg
c2b5f12691 Shellescape to allow file name with space (fixes #65) 2014-11-19 13:54:56 +01:00
Karl Yngve Lervåg
55ebc11fd3 Respect switchbuf settings (fixes #64) 2014-11-19 09:59:22 +01:00
Karl Yngve Lervåg
9ba620100c One more space padding fix (for #63) 2014-11-19 09:58:48 +01:00
Karl Yngve Lervåg
2eea3da109 Accept surrounding spaces in input for TOC (see #63) 2014-11-19 09:13:55 +01:00
Karl Yngve Lervåg
5e99322a6a Apply -outdir=g:latex_build_dir (fixes #57) 2014-11-18 21:34:08 +01:00
Karl Yngve Lervåg
75c19f25ec Improved doc on ignored warnings (see #61) 2014-11-12 18:15:08 +01:00
Karl Yngve Lervåg
9b3f7d1c00 Merge pull request #60 from LeszekSwirski/fix-win32-quote-bg
win32: Wrap bg cmd in quotes
2014-11-12 15:02:24 +01:00
Leszek Swirski
24a03920fe win32: Wrap bg cmd in quotes 2014-11-12 13:21:10 +00:00
Karl Yngve Lervåg
c12ae33353 Fixed empty tmp-file bug in latexmk#output() 2014-11-06 20:36:39 +01:00
Karl Yngve Lervåg
ac44035f4d Added command and doc for latex#latexmk#toggle 2014-11-06 20:30:27 +01:00
Karl Yngve Lervåg
a18d29cc81 Let <leader>ll toggle compilation (see #59) 2014-11-06 20:19:16 +01:00
Karl Yngve Lervåg
e329057dd0 Use old style split of globpath 2014-10-30 19:54:49 +01:00
Karl Yngve Lervåg
3c0390ca47 Minor doc clean up 2014-10-26 10:35:34 +01:00
Karl Yngve Lervåg
3d6664156f Merge branch 'Konfekt-patch-2' 2014-10-26 10:31:42 +01:00
Konfekt
ce370c0882 Remind activating synctex in latexmkrc for forward/backward search 2014-10-24 10:12:28 +02:00
Konfekt
e192ad4161 Include SumatraPDF setup for forward and backward search
Works like a charm over here.
2014-10-23 20:24:08 +02:00
Karl Yngve Lervåg
eceef44436 Fix open fold preamble issue (#56) 2014-10-13 20:16:31 +02:00
Karl Yngve Lervåg
dae007cdab Comment on name clash with LaTeX-Suite (#55) 2014-10-05 18:53:42 +02:00
Karl Yngve Lervåg
116fb46e51 Differ between bg and silent (fixes #51) 2014-08-26 08:05:18 +02:00
Karl Yngve Lervåg
0dc505bd58 Added option to turn of continuous mode (see docs) 2014-08-24 21:22:24 +02:00
Karl Yngve Lervåg
d44ecff1cf Merge pull request #50 from 1uc/master
Better latexmk PID check (for linux)
2014-08-19 07:28:05 +02:00
Luc Grosheintz
a1ea8b3fa1 Fix simplistic if pid tests
Add a new function s:latexmk_check_pid(pid) to check whether the given
PID is still alive and is owned by a latexmk process.

This allows
   let g:latex_latexmk_options = '-pvc-'
i.e. compile only when explicitely called.
2014-08-18 20:17:09 +02:00
Karl Yngve Lervåg
e5e5f2b07b Separate toc init and toc refresh 2014-08-11 22:30:33 +02:00
Karl Yngve Lervåg
3c5d367c3c Better handling of secnumdepths 2014-08-11 17:19:00 +02:00
Karl Yngve Lervåg
e5cfd7c027 Revert simplification from 563c0648 2014-08-11 16:39:13 +02:00
Karl Yngve Lervåg
f581f7f552 Fixed yet another stupid bug 2014-08-11 15:33:09 +02:00
Karl Yngve Lervåg
04b3b8382f Fixed another silly mistake 2014-08-11 07:43:10 +02:00
Karl Yngve Lervåg
5b558eb7c9 Fixed very stupid mistake 2014-08-11 07:40:42 +02:00
Karl Yngve Lervåg
5e7f69c6ae Fixed #48: g:latex_indent_enabled option 2014-08-10 21:31:32 +02:00
Karl Yngve Lervåg
3d9a6bf956 Catch missing file error in fold level parser 2014-08-10 21:20:55 +02:00
Karl Yngve Lervåg
7c5d33091e Fixed #47: pid error 2014-08-10 21:13:21 +02:00
Karl Yngve Lervåg
563c06483b Added g:latex_toc_hide_preamble (fixes #46) 2014-08-10 20:44:57 +02:00
Karl Yngve Lervåg
4a1fa3bbdb Minor fixes to previous TOC updates 2014-08-10 20:43:57 +02:00
Karl Yngve Lervåg
f85ce35436 Updated TOC, added g:latex_toc_secnumdepth
Real time update of displayed TOC levels.
2014-08-10 18:45:32 +02:00
Karl Yngve Lervåg
5f7ada246f Fixed TOC syntax 2014-08-10 18:33:50 +02:00
Karl Yngve Lervåg
cf4f1a8d74 Fixed stupid minor bug 2014-08-04 14:13:37 +02:00
Karl Yngve Lervåg
b13c747c62 Open folds after TOC navigation (fixes #44) 2014-08-04 08:04:55 +02:00
Karl Yngve Lervåg
4e6ca11f07 Add section about synctex to docs 2014-08-03 10:23:01 +02:00
Karl Yngve Lervåg
2fa0fea6c9 More general view command 2014-08-03 10:22:49 +02:00
Karl Yngve Lervåg
e38992d453 Use verbose for latexmk 2014-08-03 10:22:34 +02:00
Karl Yngve Lervåg
49a100cafd Better latex info 2014-08-03 09:14:05 +02:00
Karl Yngve Lervåg
7eff78977f Use setlocal 2014-08-03 08:06:12 +02:00
Karl Yngve Lervåg
6b037520a8 Minor refactoring 2014-08-03 07:50:20 +02:00
Karl Yngve Lervåg
d1769608d0 Merge branch 'tbrosnan-master' 2014-08-03 07:49:53 +02:00
Tim Brosnan
2fcd2283b9 - Fix latexmk compiling on Windows 7
- Change the formatting of the command string on Windows 7
2014-08-03 00:59:49 +01:00
Karl Yngve Lervåg
180b410f1a Attempt to fix latexmk callback for windows 2014-08-02 16:05:24 +02:00
Karl Yngve Lervåg
232e2bf3c4 Fix minor bug in VimLeave autocommand 2014-08-02 15:12:14 +02:00
Karl Yngve Lervåg
0c5495d90c Added utility function to show latexmk output 2014-08-02 15:09:22 +02:00
Karl Yngve Lervåg
f9fe109baa systemroot preferable to windiw 2014-08-02 14:19:17 +02:00
Karl Yngve Lervåg
bef84296d8 Remove shellslash options, fix windows find (#40) 2014-08-02 13:49:09 +02:00