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
Karl Yngve Lervåg
93472e6a02
Remove old latexmain example
2016-04-10 22:04:05 +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
e859de9cd3
Add test for latexmain specifier
2016-04-10 22:03:14 +02:00
Karl Yngve Lervåg
d9552192fb
Migrate test/feature/imaps to vader test
2016-04-10 21:47:14 +02:00
Karl Yngve Lervåg
fb318d95f9
Added initial CONTRIBUTING.md ( #425 )
2016-04-10 19:42:45 +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
b05ab1427e
Also mention .latexmkrc files in issue template
2016-04-09 22:32:15 +02:00
Karl Yngve Lervåg
0f59eb086a
Fix #421 : Problem with quickfix entries
2016-04-09 13:37:41 +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
c673e928a0
Fixed #430 : Allow manual enabling of folding
2016-04-08 23:26:36 +02:00
Karl Yngve Lervåg
a4eb3d4353
Final adjustment; now the travis tests should pass
2016-04-08 23:20:51 +02:00
Karl Yngve Lervåg
64722424c8
Fix stupid bug; now tests should run on travis
2016-04-08 23:13:12 +02:00
Karl Yngve Lervåg
9c5f8b7c10
Use different ppa for vim
2016-04-08 22:55:12 +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