GithubHelp home page GithubHelp logo

now / dot-home Goto Github PK

View Code? Open in Web Editor NEW
4.0 4.0 0.0 5.27 MB

My dot-files*dot*

Emacs Lisp 62.60% JavaScript 2.11% Makefile 11.59% AutoHotkey 12.89% Haskell 0.70% Shell 0.19% M4 2.43% XSLT 2.83% Scala 0.20% Vim Script 4.45%

dot-home's People

Contributors

now avatar

Stargazers

 avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

dot-home's Issues

the rst.vim

As I'm writing rst files plugin currently,
I found the indentation is wrong with enumeration list.
in $VIMRUNTIME/indent/rst.vim

  " line 34:
  " '+=' should be '=' or
  " let ind += matchend(line, s:enumeration_pattern) - matchend(line,'^\s*')
  let ind += matchend(line, s:enumeration_pattern)

another issue is in $VIMRUNTIME/syntax/rst.vim
the comment region should change \s to \_s
otherwise a line match \n\n will be considered as end of comment

execute 'syn region rstComment contained' .
      \ ' start=/.*/'
      \ ' end=/^\_s@!/ contains=rstTodo'

And fix it in after/syntax will change the priority of comment to highest.
So I think you may update these firle in vim src package

Or should I report it in dev.vim?
OS: Archlinux x86-64
Vim: vim7.3-515

IMPORTANT

Hey!

Leo from ZEIT here.

I wrote you an email, but it seems like it didn't reach you. Would you mind messaging me at [email protected]?

Thank you!

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.