Commit Graph

22 Commits

Author SHA1 Message Date
Karl Yngve Lervåg
e91aeaf952 Remove deprecated vimtex.words() 2015-05-25 17:59:53 +02:00
Karl Yngve Lervåg
b084da901b Improved VimtexWordCount (fixes #166) 2015-05-16 22:14:52 +02:00
Karl Yngve Lervåg
62236ee002 Initial version of VimtexWordCount (#166)
It has some more potential for improvement, both in how the count is
displayed after `:VimtexWordCount` and in adding some options.
2015-05-10 11:00:31 +02:00
Karl Yngve Lervåg
763a796273 Improve support for output_directory (fixes #162)
Old code did not support absolute paths for output directory.
2015-05-05 20:49:29 +02:00
Karl Yngve Lervåg
68b9ce1237 Accept proposal to respect CWD (fixes #155) 2015-05-01 13:55:11 +02:00
Karl Yngve Lervåg
e74fc287ed Improved support for subfiles package (#155)
Added parsing of main file from `\documentclass[main.tex]{subfiles}`.
2015-04-29 15:40:08 +02:00
Karl Yngve Lervåg
3f62338895 Add buffer var for main file (fixes #155) 2015-04-26 09:02:28 +02:00
Karl Yngve Lervåg
710c6f3d7a Minor simplification/update after #158 2015-04-23 07:49:09 +02:00
Juan Ignacio Polanco
5cd1c75ee9 Fix infinite recursion with multi-file projects
Fix infinite recursion when looking for the main tex file, in
s:get_main_recurse. This is done by avoiding calls to that function over a
single file more than once.
2015-04-22 19:29:47 -03:00
Juan Ignacio Polanco
a6e4f6d3df Fix multi-file projects using "%! TEX" header
Main file was loaded incorrectly when the path in the header was relative.
In that case, it was assumed that the path was relative to the current
directory (:pwd), when it should be relative to the path of the current file
('%:h').
2015-04-22 18:54:09 -03:00
Karl Yngve Lervåg
ef80217ffc Updated includeexpr to parse \space's 2015-04-01 15:57:02 +02:00
Karl Yngve Lervåg
97f0fa45b8 Use options from Ben Fishers filetype plugin 2015-04-01 15:56:27 +02:00
Karl Yngve Lervåg
da69a60312 Minor change of init structure 2015-04-01 15:54:14 +02:00
Karl Yngve Lervåg
ca29d624bc Moved some options 2015-04-01 15:52:48 +02:00
Karl Yngve Lervåg
fcf870c7ce Remove VimtexHelp and VimtexReinitialize
These commands seemed to be very useless.
2015-03-23 19:19:24 +01:00
Karl Yngve Lervåg
2268a55ff7 Prevent overwrite of s:initialized 2015-03-23 19:18:19 +01:00
Karl Yngve Lervåg
bd1de1feef Implemented a new system for displaying ToCs 2015-03-21 11:54:07 +01:00
Karl Yngve Lervåg
3d98484a8f Minor code improvements 2015-03-20 21:30:59 +01:00
Karl Yngve Lervåg
f032c3bc2b Fixed typo (fixes #134) 2015-03-20 21:29:49 +01:00
Karl Yngve Lervåg
9e6ebd44c7 Implemented vimtex status message system 2015-03-10 22:28:33 +01:00
Karl Yngve Lervåg
0d903ee513 Added extensions to 'suffixes' 2015-03-10 14:30:40 +01:00
Karl Yngve Lervåg
a14cc5997d Changed plugin name to vimtex 2015-03-08 17:15:44 +01:00