Coder Social home page Coder Social logo

Comments (5)

kien avatar kien commented on August 17, 2024

Oh, I was just fooling around, editing really old github comments to add markdown markup and change wordings etc, sometimes just to see how the markup looks like. Didn't realise github sends everyone a notification on every update. I'm so sorry! :)

Anyway, regarding this iskeyword fix, I actually use your version now after the last big changes, and with zencoding/ultisnips it doesn't really matter.

from vim-css-color.

ap avatar ap commented on August 17, 2024

Hey. Ah. I carried the issue over here because you closed it over there but I lean towards changing this now. You may no longer care, and for me it was never a big issue, but others remain affected.

Now I just have to get around to doing it…

from vim-css-color.

chelmertz avatar chelmertz commented on August 17, 2024

I'm not sure if this is the correct ticket but the issue is iskeyword-related:

While editing a .php-file, I try to * when on api on the first line:

$api->help;
$api = 'bla';

but that doesn't find $api on the second line. Can't use the plugin as it is today.

diff --git a/after/syntax/css.vim b/after/syntax/css.vim
index d20bc56..2c2bd86 100644
--- a/after/syntax/css.vim
+++ b/after/syntax/css.vim
@@ -495,7 +495,7 @@ if has("gui_running") || &t_Co==256

   " fix highlighting of "white" in `white-space` etc
   " this really belongs in Vim's own syntax/css.vim ...
-  setlocal iskeyword+=-
+  "setlocal iskeyword+=-

fixes it for me but white-space might be affected (I don't really care, this is too much of a bug to keep around so I've just modified it locally).

from vim-css-color.

ap avatar ap commented on August 17, 2024

I just (finally!) fixed this in 9b164ea. I figured it’s really only the white/white-space case where this problem occurs, so a localised one-off fix (which wouldn’t do if there many different problematic cases) should be sufficient.

from vim-css-color.

chelmertz avatar chelmertz commented on August 17, 2024

@ap Looks good to me, thank you.

from vim-css-color.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.