Commit Graph

177 Commits

Author SHA1 Message Date
Karl Yngve Lervåg
1cd633d6ba Fix #634: Added option for indented verbatim envs 2016-12-03 12:32:58 +01:00
Karl Yngve Lervåg
84b790988b Added comment about UTF-16LE (cf. #615) 2016-11-10 20:48:40 +01:00
Marcus Bauer
6fd1301ec2 Fixed typo in VimtexCountWords' help
The command `VimtexCountWords`, `VimtexCountLetters` (and the ! variants) run `texcount -nosub -sum`, not `texcount -nosub -sub`. 
The latter would, incidentally, negate the usage of `-nosub`
2016-10-27 15:31:10 +02:00
Karl Yngve Lervåg
9d8b23e03a Fixes #597: Better command folding implementation 2016-10-26 18:38:02 +02:00
Karl Yngve Lervåg
a160436cea Updated fold documentation
* More concise order
* Fixed some minor syntax stuff
2016-10-25 20:39:01 +02:00
kiryph
0148810199 Add missing vimhelp-markup > verbatim code <
`:h help-writing` section 'Highlighting'
2016-10-25 20:39:00 +02:00
kiryph
fb10a2426c Update docs for extended cmd folding 2016-10-25 20:39:00 +02:00
Karl Yngve Lervåg
5506728347 Cf. #566: Add documentation 2016-10-25 20:31:13 +02:00
Karl Yngve Lervåg
5334f6090a Fix #587: Add comment on Okular backward search 2016-10-16 11:01:52 +02:00
Karl Yngve Lervåg
074fb6c8d2 Fix #590: Add support for fold markers 2016-10-16 10:52:02 +02:00
Karl Yngve Lervåg
392ba488b4 Cf. #564: Added FAQ entry to docs 2016-10-11 23:10:00 +02:00
Karl Yngve Lervåg
a9b99ef1c8 Cf. #591: Added doc on UltiSnips autotrigger 2016-10-10 21:56:38 +02:00
Karl Yngve Lervåg
57aeb0fe63 Implement #571: Fold newcommands and similar 2016-10-02 15:42:32 +02:00
Karl Yngve Lervåg
7959a15310 Fix typo in docs 2016-10-01 13:57:53 +02:00
Karl Yngve Lervåg
b1d8de600f Added option g:vimtex_view_automatic
This makes it possible to disable the automatic opening of viewer
window when compilation is started.
2016-09-26 22:45:42 +02:00
Karl Yngve Lervåg
87e186b4ab Cf. #537: Added events for start/stop compilation 2016-09-26 22:13:27 +02:00
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