Commit Graph

1223 Commits

Author SHA1 Message Date
Karl Yngve Lervåg
728fcd1f1f Added test for \gls completion 2016-05-31 10:21:20 +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
Karl Yngve Lervåg
2d6685119e Feature #457: Smart autocomplete for 'cse' envs 2016-05-29 23:41:13 +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
57df1d1686 Added test files for #454 2016-05-15 22:29:50 +02:00
Karl Yngve Lervåg
4e6d1dcf0b Added some aknowledgment to stactrace feature 2016-05-15 11:44:19 +02:00
Karl Yngve Lervåg
e910afe5ac Minor clean up 2016-05-15 11:24:03 +02:00
Karl Yngve Lervåg
84181b1454 Added stacktrace feature for debugging 2016-05-15 11:22:43 +02:00
Karl Yngve Lervåg
7ba646effb Fixed #451: Space in bstfile for bib completion 2016-05-09 22:52:31 +02:00
Karl Yngve Lervåg
89c7d200c3 Fixed #453: Added configuration comment on deoplete 2016-05-09 21:54:37 +02:00
Karl Yngve Lervåg
f2c4f6b650 Merge pull request #452 from manu-mannattil/master
Check g:tex_fast before enabling additional highlighting.
2016-05-06 09:36:48 +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
Manu Mannattil
af485ffa52 Check g:tex_fast before enabling highlighting.
The default syntax highlighting script shipped with Vim defines
the global variable "g:tex_fast" which allows one to selectively
enable/disable highlighting for certain regions.  If it's set and does
not contain the character 'b', bold/italic syntax highlighting should be
disabled.  Similarly, if it doesn't contain the character 'r',
texRefZone syntax highlighting should be disabled.
2016-05-03 23:08:54 +05:30
Karl Yngve Lervåg
0ff8b2b171 Added test files for #447 2016-05-01 22:49:35 +02:00
Karl Yngve Lervåg
ba53cb674a Fix #447: Wrong paths in quickfix entries 2016-05-01 22:47:47 +02:00
Karl Yngve Lervåg
6937f723d1 Don't open second viewer on compilation 2016-04-30 22:30:19 +02:00
Karl Yngve Lervåg
2b5b81c427 Fix minor bug in xdotool cmd 2016-04-30 22:29:41 +02:00
Karl Yngve Lervåg
282baf2366 Detect existing windows on startup 2016-04-30 22:02:25 +02:00
Karl Yngve Lervåg
ee25e4ad0a Check for existing windows if xwin_id=0 2016-04-30 22:01:52 +02:00
Karl Yngve Lervåg
e9743857c3 Improve xwin_exists logic 2016-04-30 22:01:01 +02:00
Karl Yngve Lervåg
7404bd6933 Fix minor bug 2016-04-30 21:56:02 +02:00
Karl Yngve Lervåg
75160c85af More consistent delay for parsing viewer xwin_id 2016-04-30 21:55:46 +02:00
Karl Yngve Lervåg
9038e4066c Fixed minor error 2016-04-28 23:33:01 +02:00
Karl Yngve Lervåg
b514c42cee Fixed #446: Optimized tikz indentation 2016-04-28 23:27:34 +02:00
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
Karl Yngve Lervåg
3c3f21588c Fixed #441: Use paths relative to main project file 2016-04-23 12:12:17 +02:00
Karl Yngve Lervåg
bbf75bd35d Minor update to folding 2016-04-22 22:50:36 +02:00
Karl Yngve Lervåg
97de910258 Fixed #440: Problem with stopline arguments
The stoplines were relative to the window limits (i.e. line('w$') and
line('w0')). This does not work when delimiters are searched beyond the
window limit +- the stopline borders, which e.g. might happen when
searching in large documents.

The fix is to use limits that are relative to the current position,
line('.').
2016-04-22 22:02:50 +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
Karl Yngve Lervåg
381973407c Fixed #435: Issue with pgrep command 2016-04-17 12:35:30 +02:00
Karl Yngve Lervåg
270eb339ea Add test for formatting across line breaks (#317) 2016-04-14 23:19:22 +02:00
Karl Yngve Lervåg
1b3b60d033 Added links to (vi|tex).stackexchange.com threads 2016-04-14 22:58:31 +02:00
Karl Yngve Lervåg
e764823729 Added more text about vimtex vs other plugins 2016-04-14 22:53:35 +02:00
Karl Yngve Lervåg
4790dab9f9 Minor improvement to highlight matching (#434) 2016-04-13 11:19:09 +02:00
Karl Yngve Lervåg
af2fee68ca Only set b:vimtex.tmp when applicable 2016-04-13 09:56:47 +02:00
Karl Yngve Lervåg
9dfa9af8e9 Improved VimtexCompileSS (#424)
* Simplify code, remove redundancies
* Ensure that there is feedback also from `VimtexCompileSS`
* Provide feedback on compile status if possible (i.e., if process was not run
  in the background)
2016-04-12 21:46:20 +02:00
Karl Yngve Lervåg
73ed81db96 The latexmain test should now work 2016-04-12 20:27:42 +02:00
Karl Yngve Lervåg
98926a61b2 Fixed minor bug 2016-04-12 18:45:45 +02:00
Karl Yngve Lervåg
2a83d4a6f0 Fixed #424: Add support for shellslash on windows 2016-04-11 21:54:35 +02:00
Karl Yngve Lervåg
ede50541a8 Add s:uniq to support older Vim versions 2016-04-11 21:48:05 +02:00
Karl Yngve Lervåg
d5e62ca646 Fix minor bug 2016-04-11 20:56:03 +02:00
Karl Yngve Lervåg
eb48452c79 Fixed #433: Enable vimtex-toc in bib files 2016-04-11 20:33:18 +02:00
Karl Yngve Lervåg
1263f31879 Updated CONTRIBUTING.md with comment on help writing 2016-04-11 17:52:21 +02:00
Karl Yngve Lervåg
3f64712e1f Still doesnt work on travis; add fixme tag 2016-04-10 23:17:16 +02:00
Karl Yngve Lervåg
63ba4f3b3f Updated latexmain test 2016-04-10 23:13:20 +02:00
Karl Yngve Lervåg
11f60f5084 Updated after comments by @Konfekt 2016-04-10 22:50:52 +02:00
Karl Yngve Lervåg
e7286135cf Fix minor bug in vader test 2016-04-10 22:44:52 +02:00