Commit Graph

52 Commits

Author SHA1 Message Date
Konstantin 11fcb3de77 setlocal instead of set 2020-05-03 21:14:07 +02:00
Konstantin 49817179bf Merge branch 'master' into pr/23 2020-05-03 21:11:16 +02:00
Konstantin Gorodinskii caaa8a1d04 add R syntax 2020-05-03 20:51:00 +02:00
Konstantin Gorodinskii 77376ad67e closes #20 2020-05-03 14:44:56 +02:00
Konstantin 525f84fa63 Merge pull request #37 from neozenith/master
Include YAML filetypes
2020-04-08 08:37:56 +02:00
Konstantin Gorodinskii 2eac4b7c66 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	README.md
2020-04-08 08:37:21 +02:00
Konstantin ef4d9ae3e3 Merge pull request #41 from iKarith/master
Make color matches not happen in the middle of \w
2020-04-08 08:32:58 +02:00
Konstantin Gorodinskii 7de525ec06 Merge remote-tracking branch 'upstream/master'
# Conflicts:
#	after/syntax/css/vim-coloresque.vim
2020-04-08 08:30:38 +02:00
Konstantin 5dbaf61f8c Update README.md 2020-04-08 08:26:09 +02:00
Konstantin 46e0593a60 Merge pull request #47 from bronzehedwick/patch-1
Fix heading markdown syntax
2020-04-07 17:49:00 +02:00
Chris DeLuca 4df2b38b7f Fix heading markdown syntax
Github's markdown parser now enforces space between the hashes and the first character.
2020-04-07 11:47:00 -04:00
Konstantin eaf1525db8 Merge pull request #45 from jazzsewera/master
Fixed issue #36 where colors will not display in color-capable terminals
2020-04-06 23:50:12 +02:00
Konstantin 944719919f Merge branch 'master' into master 2020-04-06 23:49:47 +02:00
Konstantin 8a277be2bf rather use !has('termguicolors') 2020-04-06 23:23:57 +02:00
Konstantin afb058d51c Merge pull request #46 from gko/fix_neovim
Fix neovim
2020-04-03 21:47:02 +02:00
Konstantin Gorodinskii 98e3b10f76 fix neovim
since it supports termguicolors
2020-04-03 09:22:47 +02:00
Konstantin Gorodinskii bf16308507 indent stuff 2020-04-02 21:19:13 +02:00
Konstantin Gorodinskii fc9a70a5a1 add editorconfig 2020-04-02 21:18:16 +02:00
Błażej Sewera a9eca3ae0f Fixed issue #36 where colors will not display in color-capable terminals 2020-04-01 06:10:50 +02:00
Konstantin b6d26b0003 Merge pull request #43 from mattn/use-setlocal
Use setlocal
2019-12-18 20:41:51 +01:00
Yasuhiro Matsumoto 2ae04bf55d a:color should be color 2019-12-18 20:11:22 +09:00
Yasuhiro Matsumoto 1b0ac60272 Fix augroup name 2019-12-18 20:04:10 +09:00
Yasuhiro Matsumoto f684319804 Use setlocal 2019-12-18 20:00:33 +09:00
Konstantin 870d1e0a03 Merge pull request #42 from xiguichen/master
fix b:color_pattern not found error
2019-10-21 09:37:16 +02:00
Xigui CHEN fd19862a67 fix b:color_pattern not found error 2019-10-21 17:36:06 +11:00
T. Joseph Carter b06d67a073 Make color matches not happen in the middle of \w
Valid colors won't appear inside of a word, so we'll use a clever bit of
vim to match them only not immediately after a word (as opposed to a
WORD, they're not the same thing in vim.) This was done by patching the
patterns in about line 319-321.

This created a new problem however if an invalid color such as…

call minpac#add('gko/vim-coloresque')

…happened to appear in the same file as a valid '#add' color. To fix
that, we use the same '\w\@<!' trick on b:matchescache. Issue fixed.

Thanks to markzen for suggesting the regex solution, I'd never have
stumbled upon it myself without a pointer in the right direction.
2019-10-16 01:26:35 -07:00
Josh Peak 5185249307 Fix README documentation formatting and add Refernce to Plug 2018-03-12 11:56:18 +11:00
Josh Peak 65a17cc1f2 Add yaml files to colourising filetypes 2018-03-12 11:53:21 +11:00
zeayes 1557c7e1b7 【update】change iskeyword settings to user global settings 2014-11-26 11:23:42 +08:00
Konstantin Gorodinskiy 0c21b14699 + 0.9.5 2013-10-22 10:55:34 +04:00
Konstantin Gorodinskiy 7931b8e3ce + 2013-10-22 10:36:33 +04:00
Konstantin Gorodinskiy ddde03f39a lag fix 2013-10-20 12:19:28 +04:00
Konstantin Gorodinskiy acc14ae578 lag fix 2013-10-20 12:16:45 +04:00
Konstantin Gorodinskii 1c8068c6ba Update README.md 2013-10-15 11:04:22 +04:00
Konstantin Gorodinskii 73692dfe53 Update README.md 2013-10-15 11:01:27 +04:00
Konstantin Gorodinskii 9ff7a28013 Update README.md 2013-10-15 10:33:37 +04:00
Konstantin Gorodinskii fac569c407 Update README.md 2013-10-15 10:25:47 +04:00
Konstantin Gorodinskii 16c576c308 Update changelog.md 2013-10-15 10:24:29 +04:00
Konstantin Gorodinskiy e5955a3c41 fix for issue #13 2013-09-27 13:34:03 +04:00
gk c8f21be50b disable restore to fix #12 2013-09-24 14:45:16 +04:00
gk 061a8f8f25 changelog 2013-09-24 12:38:30 +04:00
gk 29817bf0e7 - named color handler. use straight matchadd instead 2013-09-24 12:33:57 +04:00
unknown a6988af951 hlsearch fix 2013-09-20 13:26:18 +02:00
unknown 9459e6af89 fixed css property name bug 2013-09-20 12:50:46 +02:00
Konstantin Gorodinskiy 71cdb48289 + sass less scss stylus 2013-08-28 00:16:20 +04:00
gk 6a718c5cf6 terminal fix. still 2x faster than others 2013-08-19 12:49:25 +04:00
Konstantin Gorodinskiy 7bac2330ab 2x boost performance+new cache/restore way 2013-08-16 07:50:55 +04:00
Konstantin Gorodinskiy b3cef8e344 screenshot 2013-08-12 13:51:32 +04:00
Konstantin Gorodinskiy eee37c51c3 link fix 2013-08-11 22:55:01 +04:00
Konstantin Gorodinskiy e87d6ff923 readme 2013-08-11 22:21:27 +04:00