Commit Graph

161 Commits

Author SHA1 Message Date
Karl Yngve Lervåg
7e2793d4e3 Cf. #532: Improved vimtex-include system 2016-09-13 23:09:32 +02:00
Karl Yngve Lervåg
2559a85105 Fix #532: Add support for vimtex-includes in ToC 2016-09-13 22:48:54 +02:00
Karl Yngve Lervåg
59d34eace8 Improved docs on multi file projects (#535) 2016-08-26 19:49:11 +02:00
Karl Yngve Lervåg
c60d5d14ec Cf. #535: Clearer docs on multi file projects 2016-08-26 19:25:40 +02:00
Karl Yngve Lervåg
8d75f01cdd Fixed #530: Support opening indexes in current window 2016-08-23 22:00:48 +02:00
Karl Yngve Lervåg
532edd2595 Minor update 2016-08-06 20:12:07 +02:00
Karl Yngve Lervåg
618f455d34 Updated implementation of #443 2016-08-06 20:02:52 +02:00
Karl Yngve Lervåg
1d546ecc4f Fixed #508: Remove option and filter TOC entries 2016-08-04 20:59:21 +02:00
Karl Yngve Lervåg
e20502c819 Fixed #508: Added feature to show inputted lines in TOC 2016-08-02 22:55:03 +02:00
Karl Yngve Lervåg
0db96d9d97 Add selected-part compilation to feature list (#497) 2016-07-23 23:59:57 +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
9a545b4038 Added documentation for documentclass folding (#477) 2016-07-12 17:42:22 +02:00
Karl Yngve Lervåg
3ec4b49656 Added option for folding of usepackage (#477) 2016-07-12 09:06:21 +02:00
Karl Yngve Lervåg
4f64ab489c Cf. #454: Comments about vim-polyglot 2016-07-11 23:50:48 +02:00
Karl Yngve Lervåg
bea8939a94 Ref. #453: Updated docs on deoplete config 2016-06-27 22:58:14 +02:00
Matthias Günther
b40c4103ac Relates to #472 (#476)
* Add option vimtex_fold_section_character for custom fold characters

* Add changes from codereview

* Rename fold-levelmarker variable, thanks @lervag for the review
2016-06-13 18:45:18 +02:00
Karl Yngve Lervåg
cf75fd5260 Fixed some types (thanks to @wikimatze, ref #474) 2016-06-13 14:01:07 +02:00
Karl Yngve Lervåg
ec882ca802 Minor update to changes from #474 2016-06-13 13:55:42 +02:00
Matthias Günther
36442d4c4f Add option vimtex_fold_section_character for custom fold characters (#472)
* Add option g:vimtex_fold_section_character for custom fold characters
* Add changes from codereview
2016-06-13 13:52:15 +02:00
Karl Yngve Lervåg
6e9dae11a4 Added VimtexCountLetters
Also changed name: VimtexWordCount to VimtexCountWords
2016-06-07 15:24:27 +02:00
Matteo Riondato
777efa5cbb Don't add line number, pdf, and (current) tex file twice to the list of options. We do it when calling the command. (#466) 2016-06-04 13:05:12 +02:00
Karl Yngve Lervåg
2d816d7559 Remove unnecessary option (#457) 2016-05-31 18:19:01 +02:00
Matteo Riondato
5230bfbb65 Use full list of arguments (line, pdf, and tex file (current buffer)) (#462)
in the latexmk callback function for Skim.

This allows to correctly place the reading mark at the current line when
dealing with multifile projects. Beforehand, the initial placement was
wrong (for multifile projects).
2016-05-31 08:22:06 +02:00
Nikolas Vanderhoof
257d2f91de Fix typo in line 172 of doc/vimtex.txt (#456)
Add a missing 'and'
2016-05-23 07:03:02 +02:00
Karl Yngve Lervåg
89c7d200c3 Fixed #453: Added configuration comment on deoplete 2016-05-09 21:54:37 +02:00
Manu Mannattil
6f13595886 Fix another typo. 2016-05-06 12:41:15 +05:30
Manu Mannattil
b19fc143db Fix typo in documentation. 2016-05-06 12:31:26 +05:30
Manu Mannattil
3a7401f364 Mention g:tex_fast support in documentation. 2016-05-06 12:26:35 +05:30
Adriano Di Luzio
7bf1731cde Add '@tex' to Skim 'g:vimtex_view_general_options'
I couldn't get forward search to work without the `@tex`
flag.
Then, I found the solution in issue #204, I added it to the rc file
and all went well.
So it may be worth adding it to the docs.
2016-04-24 00:26:49 +02:00
aouelete
913d97de00 Fix a typo (#439) 2016-04-20 21:07:14 +02:00
Karl Yngve Lervåg
decf0f8e1d Remove paragraph text objects and motions (#320) 2016-04-17 13:16:00 +02:00
Naoki Mizuno
079b35467f Fix duplicate tag in help (#432) 2016-04-10 18:22:14 +02:00
Karl Yngve Lervåg
cf5b68a9d3 Fix comment about synctex option 2016-04-10 11:13:42 +02:00
Karl Yngve Lervåg
12a0f00603 Remove g:vimtex_quickfix_fix_paths
The option will now always be activated, as there seems to be no reason
not to keep it activated.
2016-04-10 11:04:09 +02:00
Karl Yngve Lervåg
2f04e8f962 Improved troubleshoot section and info on synctex 2016-04-08 23:48:01 +02:00
Karl Yngve Lervåg
56ded832f8 Improved consistency of completion docs 2016-04-08 22:25:30 +02:00
Manoel Brunnen
2012e74532 Documentation for Glossary, pdf, standalone and input completion 2016-04-08 22:17:13 +02:00
Karl Yngve Lervåg
c4f55b3ddc Add more default options to latexmk (#423)
Also improves documentation on the vimtex setting
g:vimtex_latexmk_options.
2016-04-08 13:01:49 +02:00
John Rinehart
87fb491368 Added Troubleshooting section to vimtex help. 2016-04-07 09:03:43 +02:00
Karl Yngve Lervåg
c3d3987a8d Remove g:vimtex_latexmk_file_line_error option 2016-04-06 14:54:24 +02:00
Karl Yngve Lervåg
7b5db91425 Generalize the latexmk hooks (#383) 2016-03-29 23:42:31 +02:00
Karl Yngve Lervåg
986b46c78f Update ycm trigger pattern (#399) 2016-03-23 22:39:24 +01:00
Karl Yngve Lervåg
d169631706 Add support for hyperref command (#399) 2016-03-23 22:25:14 +01:00
Karl Yngve Lervåg
d272f6c133 Updated docs for visual mode tsd mapping (#258) 2016-03-22 11:45:11 +01:00
Karl Yngve Lervåg
e2c2438cbe Make text object linewise for some operators (#365) 2016-03-08 22:05:12 +01:00
Karl Yngve Lervåg
3689d9faae Another adjustment of Skim example (#383) 2016-03-06 22:04:21 +01:00
Karl Yngve Lervåg
aea4c29318 Updated Skim example in docs (#383) 2016-03-06 20:14:47 +01:00
Karl Yngve Lervåg
2fd3a4ba96 Add option for stopline tolerance (#386) 2016-03-05 22:43:53 +01:00
Karl Yngve Lervåg
e3972d8aad Update UpdateSkim example (#383) 2016-03-05 22:34:00 +01:00
Karl Yngve Lervåg
6ee8358685 Fix minor typo (#383) 2016-03-04 07:58:06 +01:00