Commit Graph

202 Commits

Author SHA1 Message Date
Karl Yngve Lervåg
a22cb70898 Fixed a minor bug 2015-01-27 21:14:10 +01:00
Karl Yngve Lervåg
1f547978df Add commands dsc and csc (solves #97) 2015-01-27 21:12:57 +01:00
Karl Yngve Lervåg
cc0a8e35dc Moved several options 2015-01-26 15:41:40 +01:00
Konfekt
4eaa5a287d use v:progname instead of progpath because exists for all Vim Versions > 6
Closes https://github.com/lervag/vim-latex/issues/101
2015-01-21 10:04:42 +01:00
Karl Yngve Lervåg
7b9c3b8f7c Added OSX specific default value (fixes #100) 2015-01-18 22:44:47 +01:00
Karl Yngve Lervåg
7489c81ec6 Merge pull request #95 from Konfekt/master
make mupdf work for multiple instances of Vim with same main TeX file
2015-01-17 14:15:26 +01:00
Karl Yngve Lervåg
356c577db7 Use v:progpath to determine vim executable 2015-01-17 14:13:07 +01:00
Enno Nagel
7f51fdfa6d update mupdf window id after latexmk launched new viewer 2015-01-13 12:31:55 +01:00
Enno Nagel
74d10c15be inverse search: make vim cursor position better reflect positin in pdf 2015-01-13 12:31:55 +01:00
Enno Nagel
17f184a866 if inverse search invoked for the first time, then check if viewer open 2015-01-13 12:31:44 +01:00
Enno Nagel
a9444bd4b6 clean up check if mupdf running 2015-01-13 12:25:45 +01:00
Enno Nagel
cf152e27ce make mupdf work for multiple instances of Vim with same main TeX file name 2015-01-13 12:25:39 +01:00
Enno Nagel
9dade3c42a add VimLatexErrors! that does not open the quickfix window 2015-01-10 14:56:28 +01:00
Karl Yngve Lervåg
f3be519af1 Allow reverse search to go to correct file 2015-01-04 14:15:00 +01:00
Karl Yngve Lervåg
f5256badce Added reverse search for MuPDF (fixes #89) 2015-01-02 18:54:43 +01:00
Karl Yngve Lervåg
6d47439877 Add option latex_latexmk_options (fixes #90) 2015-01-01 15:20:07 +01:00
Karl Yngve Lervåg
5beea84ae8 Fix TOC space width for multibyte chars (#92) 2015-01-01 15:02:07 +01:00
Karl Yngve Lervåg
0a8cbaafd9 Changed split_side to split_pos (fixes #91) 2015-01-01 11:31:15 +01:00
Karl Yngve Lervåg
c4ac21a2a5 Minor syntactic update 2015-01-01 11:30:16 +01:00
Karl Yngve Lervåg
7070dab621 Even better MacOS detection 2014-12-25 15:39:53 +01:00
Karl Yngve Lervåg
9399609fd8 Updated MacOS check 2014-12-25 15:30:55 +01:00
Karl Yngve Lervåg
8266531eb5 Use mvim on macos (fixes #83) 2014-12-25 15:27:43 +01:00
Enno Nagel
c70893146d fix standard cmd shell check
all of the latexmk and util library assumes that
under MS Windows the cmd shell is used.

The commit does this assumption justice.
2014-12-15 15:01:22 +01:00
Karl Yngve Lervåg
f45faf6bde Break long lines 2014-12-15 13:56:54 +01:00
Enno Nagel
f71ecc279d ensure that under MS Windows standard cmd shell executes bang commands
all of the latexmk and util library assumes that
under MS Windows the cmd shell is used.

The commit does this assumption justice.
2014-12-15 09:45:16 +01:00
Karl Yngve Lervåg
725aae51eb Remove a comment and an unecessary empty line 2014-12-13 22:11:34 +01:00
Karl Yngve Lervåg
6db1fb8f90 Merge pull request #82 from Konfekt/master
make latexmk continuous under windows more robust
2014-12-13 22:09:39 +01:00
Konfekt
a03ccd82b6 make continuous latexmk more robust under MS Windows 2014-12-13 20:02:53 +01:00
d125q
b1d2c8a045 Added a forgotten shellescape 2014-12-08 21:58:12 +01:00
Karl Yngve Lervåg
7410bf1543 Add shiftwidth to modelines 2014-12-08 20:44:17 +01:00
Karl Yngve Lervåg
42c6ecbf6c Added sumatrapdf to list of viewers 2014-12-08 20:37:42 +01:00
d125q
698bb6c826 Added SumatraPDF to view.vim 2014-12-08 17:34:21 +01:00
Karl Yngve Lervåg
be02246fec Generalized view functionality 2014-12-07 20:08:19 +01:00
Karl Yngve Lervåg
f4fa5e5df1 Added banged version of VimLatexCompileSS (#71) 2014-12-04 20:30:29 +01:00
Karl Yngve Lervåg
b60b5d4497 Add option to hide TOC line numbers (#67) 2014-12-02 20:15:31 +01:00
Karl Yngve Lervåg
032bc29cc5 Minor adjustment to single shot compile 2014-12-01 18:27:56 +01:00
Karl Yngve Lervåg
406e3725f6 Added single shot compile command (solves #71) 2014-12-01 08:28:44 +01:00
Karl Yngve Lervåg
df2ed5292b LocalLeader -> localleader 2014-11-24 20:25:00 +01:00
Karl Yngve Lervåg
86c189eb39 Use fnameescape for lcd commands (fixes #70) 2014-11-23 17:24:58 +01:00
Karl Yngve Lervåg
02b68bdff8 Improvements to TOC (see #67) 2014-11-22 17:29:30 +01:00
Karl Yngve Lervåg
b780071121 Fixed minor bug in latexmk clean 2014-11-19 13:59:41 +01:00
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
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
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