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
Karl Yngve Lervåg
ce6f423e7a
Added VimtexReload - easier vimtex development
2015-11-15 23:01:02 +01:00
Karl Yngve Lervåg
9634557bab
Minor restructuring/reordering
2015-11-10 23:38:56 +01:00
Karl Yngve Lervåg
3820728db4
Add version check ( #273 )
2015-11-10 23:26:24 +01:00
Karl Yngve Lervåg
1bcc8e1bc2
Fix "key not present" bug
2015-11-10 19:33:40 +01:00
Karl Yngve Lervåg
3f138d6909
Make vimtex_data more robust
2015-11-10 10:35:12 +01:00
Karl Yngve Lervåg
db6103d211
Issue VimtexEventQuit at QuitPre event ( fixes #253 )
2015-11-07 23:42:11 +01:00
Karl Yngve Lervåg
736c341fa6
Fixed event names
2015-11-07 23:34:28 +01:00
Karl Yngve Lervåg
ec5d693e85
Added vimtex-info-full mapping (default lI)
2015-11-07 23:28:38 +01:00
Karl Yngve Lervåg
9bdfb49d08
Updated initialization of default mappings
...
Now a default mapping is not created if the user has defined a custom mapping
for the corresponding <plug>(vimtex-...) mapping.
2015-11-07 23:28:03 +01:00
Karl Yngve Lervåg
0019d0093b
Add summy autocmd to prevent warning ( #269 )
2015-11-07 19:38:15 +01:00
Karl Yngve Lervåg
9331f1ada0
Minor update
2015-11-06 23:51:39 +01:00
Karl Yngve Lervåg
7c22be8fe3
Add VimtexInitPost event for custom configuration
...
Addresses #234
2015-11-06 23:43:17 +01:00
Karl Yngve Lervåg
d25d3aa0b7
Added VimtexQuit event ( fixes #253 )
...
Also updated latexmk.vim to use the VimtexQuit event to ensure
that latexmk processes are stopped when a project has been closed.
2015-11-06 23:39:14 +01:00
Karl Yngve Lervåg
ce7c584408
Merge pull request #240 from tokoro10g/fix-listchars
...
Avoid clearing global listchars option
2015-10-06 17:44:53 +02:00
Tokoro
6547b284f8
Avoid clearing listchars
2015-10-05 19:35:54 +09:00
Karl Yngve Lervåg
db92be5756
Fixed problem with unescaped paths ( fixes #237 )
2015-10-04 22:49:07 +02:00
Karl Yngve Lervåg
e1476afaac
Create default maps for paragraph stuff
2015-09-17 10:20:32 +02:00
Karl Yngve Lervåg
51d83a617d
Allow latexmain main file specifier ( #200 )
2015-07-10 22:45:42 +02:00
Karl Yngve Lervåg
b10486b729
Update main file detection
...
Detect main file with `\documentclass` instead of `\begin{document}`.
2015-07-07 22:54:24 +02:00
Karl Yngve Lervåg
55c4214936
Rename ...fnameescape to ...shellescape (cf. #196 )
2015-07-07 15:30:23 +02:00
Karl Yngve Lervåg
078ceb76d6
Create mappings after modules are initialized
...
Remove old mappings.vim module, instead use a single function
in autoload/vimtex.vim to initialize the main mappings.
Also fix minor bug for reverse search.
Fix : #190
2015-06-22 20:45:10 +02:00
Karl Yngve Lervåg
d4c26abccf
Improved filename change handler
...
* Added informative message
* Kill old latexmk process if active
See: #187
2015-06-20 23:45:05 +02:00
Karl Yngve Lervåg
e6f0a7289d
Support file name changes ( fixes #187 )
2015-06-20 23:16:53 +02:00
Karl Yngve Lervåg
6d7b0abd16
A lot of convenient restructuring
2015-06-06 23:49:28 +02:00
Karl Yngve Lervåg
5444067f4a
Moved default value to change.vim and added doc
2015-06-06 20:21:29 +02:00
Karl Yngve Lervåg
2b0175df60
Improved blob namings
...
* Now b:vimtex points to the local LaTeX project blob.
* The global list of blobs is renamed to g:vimtex_data
2015-06-06 20:08:13 +02:00
Karl Yngve Lervåg
bb03883581
Added option for change env completion ( #174 )
2015-06-06 19:56:35 +02:00
Karl Yngve Lervåg
bba575b3b6
Simplified local data var name
2015-06-05 23:55:34 +02:00