Commit Graph

1308 Commits

Author SHA1 Message Date
Karl Yngve Lervåg
489331f1c0 Fix bug in vimtex fold (#623) 2016-11-16 23:18:42 +01:00
Karl Yngve Lervåg
72e91d978b Add test file for #623 2016-11-16 23:18:18 +01:00
Karl Yngve Lervåg
84b790988b Added comment about UTF-16LE (cf. #615) 2016-11-10 20:48:40 +01:00
Karl Yngve Lervåg
68e6e3b27a Fixed minor issue (cf. #599) 2016-11-09 23:37:49 +01:00
Karl Yngve Lervåg
55a5923869 Fixed #622: Ignore delims in comments when closing 2016-11-08 23:07:44 +01:00
Karl Yngve Lervåg
66c0446cb5 More flexible options for s:get_delim() 2016-11-08 23:06:44 +01:00
Karl Yngve Lervåg
fa1adca64a Fixed #612: Better filetype plugin in .cls and .sty 2016-11-04 22:56:25 +01:00
Karl Yngve Lervåg
a7bbf0ee9c Fixed #619: Updated out files for viewer after saveas 2016-11-04 22:37:25 +01:00
Karl Yngve Lervåg
c1dabd446f Add some comments 2016-10-31 21:40:01 +01:00
Karl Yngve Lervåg
ca0c3751bb Fixes #616: Infinite loop
Also cf. #598, this commit cleans up the code and makes it more explicit
and with better taste.
2016-10-31 21:32:55 +01:00
Karl Yngve Lervåg
875793e74e Don't hide help functions 2016-10-31 21:30:02 +01:00
Karl Yngve Lervåg
7b35d3782b Cf. #598: First version of faster delimiter indent 2016-10-27 23:23:39 +02:00
Karl Yngve Lervåg
491449d62e Fixed #608: Remove ending bracket in TOC 2016-10-27 16:08:24 +02:00
Karl Yngve Lervåg
f72d388811 Fixed #609: Don't work with empty patterns 2016-10-27 16:04:38 +02: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
8aed3dc705 Updated test files for #598 2016-10-26 23:25:34 +02:00
Karl Yngve Lervåg
d34dffc9e2 Added test files for #598 2016-10-26 18:56:33 +02:00
Karl Yngve Lervåg
af91348b2b feature/cmd-folding merged (#597)
Cf. #597: Merge branch 'feature/cmd-folding'
2016-10-26 18:45:38 +02:00
Karl Yngve Lervåg
8571c56da4 Updated folding test file 2016-10-26 18:38:02 +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
Karl Yngve Lervåg
b6aed1aee8 Some refactoring of fold module code
* Change order of functions
* Make functions more visible (reduce total fold level)
* Use \}\}\} instead of }}} to prevent vim folds in source files
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
9c91576f52 Extend #571: Fold cmds following 3 patterns
with options to assign commands to these patterns
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
a3e79bd451 Fixes #601: Change \s to \A 2016-10-25 13:02:27 +02:00
Karl Yngve Lervåg
36d50e7ac4 Fixed #600: Let not_readable be common 2016-10-25 07:56:24 +02:00
Karl Yngve Lervåg
04f3c9b272 Fixed #599: Allow input without extension 2016-10-24 21:36:00 +02:00
Enrico Maria De Angelis
c68f5ca7c3 Make 'insert new command' work also after non-^ and non-\s regex (#596)
The insert new command functionality, mapped on `<F7>` by default,
doesn't work when the word is preceded by non-space and
non-start-of-line character. This commit allows insertion after
any non-letter, since LaTeX commands cannot contain other charaters
than [a-zA-Z].
2016-10-23 21:07:20 +02:00
Karl Yngve Lervåg
c72fcbc0df Fixed #595: s:re not always initialized 2016-10-22 19:14:43 +02:00
Karl Yngve Lervåg
18a2b062b8 Fixed #594: Regression bug since 7e2793d4 2016-10-21 19:25:19 +02:00
Karl Yngve Lervåg
38cd97c10b Fix unite TOC after #548 and #560 2016-10-21 14:19:18 +02:00
Karl Yngve Lervåg
acdefeb9f5 Fix #548: Also handle multi-line short titles 2016-10-21 09:17:19 +02:00
Karl Yngve Lervåg
d457431284 Fix #560: More compact include tags 2016-10-20 22:47:12 +02:00
Karl Yngve Lervåg
6e27700de5 Added more complexity to multifile example 2016-10-20 22:46:24 +02:00
Karl Yngve Lervåg
a8df5777a7 Fixed #548: Multi-line TOC entries and more 2016-10-20 22:30:46 +02:00
Karl Yngve Lervåg
e0630ee223 Cf. #548: Add support for short versions 2016-10-20 21:15:21 +02:00
Karl Yngve Lervåg
0cefdc304e Fixed #541: Add b:vimtex.sources
This allows the desired type of customization.
2016-10-20 21:01:33 +02:00
Karl Yngve Lervåg
a3038f6672 Fixed minor bug in vimtex#info 2016-10-20 21:00:57 +02:00
Karl Yngve Lervåg
5446d04d2e Fixed #593: Autocmd conflicts 2016-10-19 13:15:30 +02:00
Karl Yngve Lervåg
ab9087a8a1 Fix minor stupid bug 2016-10-19 12:59:15 +02:00
Karl Yngve Lervåg
d023d776a5 Cf. #590: Add fold text and improve fold detect 2016-10-17 22:49:18 +02:00
Karl Yngve Lervåg
4f829fe694 Cf. #566: Allow "duplicate" mappings 2016-10-17 22:40:41 +02:00
Karl Yngve Lervåg
a0152c0691 Fix #566: Implement wrap_environment 2016-10-17 22:35:04 +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
7fb8643d4f Fixup indent code syntax 2016-10-13 10:01:51 +02:00
Karl Yngve Lervåg
4249328a06 Fixed #592: Better handling of delimiter indentation 2016-10-13 09:41:28 +02:00
Karl Yngve Lervåg
1d126b98b9 Cf. #592: Added Vader tests 2016-10-13 09:40:38 +02:00