Commit Graph

46 Commits

Author SHA1 Message Date
Karl Yngve Lervåg
2fa0fea6c9 More general view command 2014-08-03 10:22:49 +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
bef84296d8 Remove shellslash options, fix windows find (#40) 2014-08-02 13:49:09 +02:00
Karl Yngve Lervåg
c8f6030775 Fixed minor bug (fixes #41) 2014-07-30 12:05:40 +02:00
Karl Yngve Lervåg
c4ee417704 Allow arguments to VimLatexView 2014-07-30 10:59:43 +02:00
Karl Yngve Lervåg
16c4c0e25c Disable shellslash while shellescaping 2014-07-29 09:10:22 +02:00
Karl Yngve Lervåg
54425a7d40 Don't map in selection mode 2014-07-27 21:18:01 +02:00
Karl Yngve Lervåg
dab05dab17 Some minor fixes/changes 2014-07-24 19:31:42 +02:00
Karl Yngve Lervåg
8708c7935d Added header to plugin files 2014-07-23 00:08:57 +02:00
Karl Yngve Lervåg
5a3d08cd34 Only escape file name when needed 2014-07-22 01:26:27 +02:00
Karl Yngve Lervåg
86e63c282e Remove inconsistent mapping (fixes #36)
The mapping was not even mentioned in the docs, and seemed inconsistent with
other mappings.  Decided to remove it for now, unless I find a better way to
deal with this.
2014-07-22 00:11:44 +02:00
Karl Yngve Lervåg
910db68b44 Fix option g:latex_toc_fold_levels 2014-07-20 15:59:20 +02:00
Karl Yngve Lervåg
1ba745a177 Don't show filename parsing in quickfix window 2014-07-20 14:46:47 +02:00
Karl Yngve Lervåg
c2c224caef Improved gather candidate while loop 2014-07-17 18:43:44 +02:00
Karl Yngve Lervåg
193a769456 A couple of minor changes 2014-07-17 10:37:15 +02:00
Karl Yngve Lervåg
89a47a0a44 Move options to latex#init() 2014-07-16 23:08:00 +02:00
Karl Yngve Lervåg
ee6d40c7ac Fixed root for Windows 2014-07-16 22:59:06 +02:00
Karl Yngve Lervåg
da45ad0c50 Better search for mail file (fixes #30)
Don't assume project structure is
  project/subdirs/files,
Instead search every parent folder for possible tex files.
2014-07-16 11:37:39 +02:00
Karl Yngve Lervåg
9a715c57a9 Added error message in latex#info if not initialized 2014-07-16 11:10:34 +02:00
Karl Yngve Lervåg
cae066f778 Added commands
Also made minor syntactical changes to source code folding
2014-07-15 14:52:45 +02:00
Karl Yngve Lervåg
5cc61a5028 Fixed s:get_main_recursive() - don't assume pwd 2014-07-15 00:04:10 +02:00
Karl Yngve Lervåg
ef194e82a6 Allow arguments for latex#view (fixes #23) 2014-07-13 00:27:43 +02:00
Karl Yngve Lervåg
7aed99b369 Added wrapper function for shell execution 2014-07-09 13:56:38 +02:00
Karl Yngve Lervåg
f36147946e Fixed a minor bug 2014-06-13 22:47:02 +02:00
Karl Yngve Lervåg
83a579fd21 Changed a few option names (check vimrc!)
Also improved the doc.
2014-06-13 21:24:51 +02:00
Karl Yngve Lervåg
b92e2066fc Improved errorformat 2014-06-11 08:17:25 +02:00
Karl Yngve Lervåg
8ec76b0806 Minor improvements to error format 2014-06-10 20:02:36 +02:00
Karl Yngve Lervåg
6220f5d1ea Use old version of glob() function for compatability 2014-03-21 13:24:09 +01:00
Karl Yngve Lervåg
7773fabeec Updated folding for sections
Improved handling of which parts to fold and which parts not to fold, and which
parts should be folded at the same level.
2014-03-04 14:27:44 +01:00
Karl Yngve Lervåg
b9eed61cf4 Fixed shellescape bug in latex#view 2014-02-19 17:21:02 +01:00
Karl Yngve Lervåg
f8c905af2f Dont use ff=unix in modeline 2014-02-10 14:21:43 +01:00
Karl Yngve Lervåg
678193b362 Use shellescape at the right locations
Shellescape should only be used when variables/strings are used
in the shell directly.  See #9.
2014-02-04 13:16:48 +01:00
Karl Yngve Lervåg
587f560c41 Use shellescape on file names [fixes #9] 2014-02-03 17:13:53 +01:00
Karl Moritz Hermann
84cb8ff4c7 Included files may be specified with full path
This fix makes recursive search work when the main file is in a lower
directory and uses for instance \input{some/path/to/sub.tex}.

Note: Commit message edited by K.Y. Lervåg.
2014-01-30 20:48:04 +01:00
Karl Yngve Lervåg
a39f44e72d Added simple file readable check 2013-12-26 12:19:53 +01:00
Karl Yngve Lervåg
4beac696c0 Better support for multi-file documents #6 2013-12-10 17:42:25 +01:00
Karl Yngve Lervåg
798d0561a2 Solve #3: Better way of finding main tex file
Instead of searching for predefined main tex file names, I now use a
simple search for files that input or include the current tex file.
2013-12-08 19:32:30 +01:00
Karl Yngve Lervåg
54d5271e79 Minor improvement of efm for biblatex
Show missing reference names
2013-12-08 15:39:23 +01:00
Karl Yngve Lervåg
f6135530b6 Minor simplification 2013-10-11 23:16:17 +02:00
Karl Yngve Lervåg
043880714d Message for latex#help when mappings not enabled 2013-10-11 23:13:41 +02:00
Karl Yngve Lervåg
c6c2fb8ed5 Improved latex#info 2013-10-11 23:11:31 +02:00
Karl Yngve Lervåg
00b4e1fe3d Some updates and improvements 2013-10-10 21:48:52 +02:00
Karl Yngve Lervåg
04bcd820e3 Add some utility mappings 2013-10-10 13:01:22 +02:00
Karl Yngve Lervåg
164fc42e8b Fixed reinit 2013-10-06 11:44:50 +02:00
Karl Yngve Lervåg
7808e59239 Initial revision 2013-10-05 13:53:42 +02:00