Commit Graph

100 Commits

Author SHA1 Message Date
Karl Yngve Lervåg
ed0106cbcf Fix #630: Allow subfile main path relative to main 2016-12-30 23:08:58 +01:00
Karl Yngve Lervåg
7046490ce2 Fix #632: Refresh viewer paths when changing main 2016-12-04 13:03:17 +01:00
Karl Yngve Lervåg
e2f8b0dd3b Fixed #629: Subfiles class is not a main file 2016-12-01 10:01:35 +01:00
Jesper Jensen
fc569e994b Recursive main discovery fix
Main discovery always ended up starting on the base file when recursing.
To fix this we use the file stored in l:file instead of % (current file)
2016-11-28 22:39:34 +01:00
Karl Yngve Lervåg
68e6e3b27a Fixed minor issue (cf. #599) 2016-11-09 23:37:49 +01:00
Karl Yngve Lervåg
fa1adca64a Fixed #612: Better filetype plugin in .cls and .sty 2016-11-04 22:56:25 +01:00
Karl Yngve Lervåg
a7bbf0ee9c Fixed #619: Updated out files for viewer after saveas 2016-11-04 22:37:25 +01:00
Karl Yngve Lervåg
04f3c9b272 Fixed #599: Allow input without extension 2016-10-24 21:36:00 +02:00
Karl Yngve Lervåg
0cefdc304e Fixed #541: Add b:vimtex.sources
This allows the desired type of customization.
2016-10-20 21:01:33 +02:00
Karl Yngve Lervåg
a3038f6672 Fixed minor bug in vimtex#info 2016-10-20 21:00:57 +02:00
Karl Yngve Lervåg
2646e5fe64 Minor fix 2016-10-02 15:56:19 +02:00
Karl Yngve Lervåg
46c3c4e459 Fixed #555: Wrong handling of QuitPre event 2016-09-17 22:13:44 +02:00
Karl Yngve Lervåg
ce11d06130 Fixed #536: handle removal of buffers 2016-09-08 22:18:04 +02:00
Karl Yngve Lervåg
a5e0b737dc Cf. #535: Improve latexmain main getter 2016-09-01 22:29:23 +02:00
Karl Yngve Lervåg
a27f4dc6e7 Fix stupid mistake 2016-09-01 22:13:21 +02:00
Karl Yngve Lervåg
d888c95a69 Cf. #535: Check if current file is main first
Also some minor refactoring and improvements.
2016-09-01 21:47:03 +02:00
Karl Yngve Lervåg
4e7fd6e04b Support opening style and class files
This will use the alternate buffer's vimtex data if it exists, else it will
ignore the vimtex initialization.
2016-08-05 11:12:37 +02:00
Karl Yngve Lervåg
0a75bec76a Minor refactoring 2016-08-04 22:12:18 +02:00
Karl Yngve Lervåg
c5f8b5d9d3 Fixed the reload guard 2016-07-28 14:01:37 +02:00
Karl Yngve Lervåg
929d4d8f42 First version of selected compile (#497) 2016-07-23 23:49:01 +02:00
Karl Yngve Lervåg
9207c40d8a Updated messages and warnings
Also fixed clientserver detection for neovim (i.e. use
has('nvim')), cf. #262.
2016-07-12 22:07:17 +02:00
Karl Yngve Lervåg
7234c5a64f Fixed #486: Relax the map guard 2016-06-28 15:13:51 +02:00
Karl Yngve Lervåg
3494d32a67 Fix #480: simplify paths 2016-06-22 22:31:42 +02:00
Karl Yngve Lervåg
6bcff44f05 Fix #480: Use absolute paths 2016-06-21 11:31:20 +02:00
Karl Yngve Lervåg
6e9dae11a4 Added VimtexCountLetters
Also changed name: VimtexWordCount to VimtexCountWords
2016-06-07 15:24:27 +02:00
Karl Yngve Lervåg
84181b1454 Added stacktrace feature for debugging 2016-05-15 11:22:43 +02:00
Karl Yngve Lervåg
decf0f8e1d Remove paragraph text objects and motions (#320) 2016-04-17 13:16:00 +02:00
Karl Yngve Lervåg
73b50603a8 Fix minor bug for latexmain specifier 2016-04-10 22:03:24 +02:00
Karl Yngve Lervåg
845f7e493e And more travis; Use latest vim version 2016-03-27 22:09:06 +02:00
Karl Yngve Lervåg
5e2bdacafe More travis updates 2016-03-27 22:00:43 +02:00
Karl Yngve Lervåg
d164a031e1 Add tsd for visual mode (#258) 2016-03-22 08:34:26 +01:00
Karl Yngve Lervåg
8c170061d3 Source indent file during reloading 2016-02-23 21:03:53 +01:00
Karl Yngve Lervåg
f5ebcce922 Fix minor bug (#367) 2016-02-16 22:35:09 +01:00
Karl Yngve Lervåg
404a8959b9 Minor clean up after #357
- Remove `\` from match groups `[^...]`
- Update 'include' option to allow includeonly
2016-02-14 09:25:41 +01:00
Karl Yngve Lervåg
4bb7cda82b Merge pull request #357 from djt308/regex-include
Alter regex for \include to allow completion for \includeonly as well.
2016-02-14 09:06:54 +01:00
David Tracey
4e2380bdb9 Alter regex for \include to allow completion for \includeonly as well. 2016-02-14 00:32:53 +00:00
Karl Yngve Lervåg
daed29fe96 Update cse and dse, add cs$ and ds$ (#351) 2016-02-13 22:45:14 +01:00
Karl Yngve Lervåg
7a7299c2e8 Added text object for commands (#244) 2016-02-13 11:39:18 +01:00
Karl Yngve Lervåg
ef4c758b7a Fix mapping conflict with matchit plugin 2016-02-09 21:42:48 +01:00
Karl Yngve Lervåg
490a24daf0 A huge refactoring of the delimiter engine
See entry on 2016-02-06 in the changelog in doc/vimtex.txt,
:h vimtex-changelog, for more details.

Issues:
  #258
  #314
  #316
  #329
2016-02-06 20:21:27 +01:00
Karl Yngve Lervåg
a35bcaf5c1 Don't overwrite user mappings 2016-01-25 20:11:57 +01:00
Karl Yngve Lervåg
248bbeed2e Refactored: extracted text_obj.vim from motion.vim 2016-01-21 22:48:04 +01:00
Karl Yngve Lervåg
61c7aca7bc Final change of name -> VimtexToggleMain (#211) 2016-01-15 23:37:08 +01:00
Karl Yngve Lervåg
0467d9ca47 Allow toggle to local file regardless of subfile (#211) 2016-01-14 22:19:12 +01:00
Karl Yngve Lervåg
987fa7c130 Updated default key for subfile toggle (#211) 2016-01-14 15:06:26 +01:00
Karl Yngve Lervåg
55979afc7d Added support for compile only subfile (#211, #280) 2016-01-14 14:57:35 +01:00
Karl Yngve Lervåg
a0e116efdb Improved code for s:get_main() 2016-01-13 23:31:59 +01:00
Karl Yngve Lervåg
25cdfa6bb1 Fix #241 - Add support for import package 2016-01-12 23:14:02 +01:00
Karl Yngve Lervåg
99d82c2394 Big update to imaps feature (#295)
- Removed automatic snippets
- Added utility command (+ map) to view imaps "VimtexImapsList"
- Updated documentation
- Use <expr>-mappings for imaps
2015-12-21 23:37:32 +01:00
Karl Yngve Lervåg
07eaaa5e0b Minor fix 2015-11-18 08:32:15 +01:00