Git Product home page Git Product logo

xvim's People

Contributors

atg avatar warwithinme avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

xvim's Issues

Problem with "

Hi.
When I'm editing a text and I type a function like:
printf("Text");

I got a crash when typing ", here it is:

UNCAUGHT EXCEPTION (NSRangeException): -[__NSCFConstantString characterAtIndex:]: Range or index out of bounds
UserInfo: (null)
Hints: None
Backtrace:
0 0x00007fff925b9faa __exceptionPreprocess (in CoreFoundation)
1 0x00007fff8c2d7d5e objc_exception_throw (in libobjc.A.dylib)
2 0x00007fff925b9dfa +[NSException raise:format:arguments:](in CoreFoundation)
3 0x00007fff925b9d84 +[NSException raise:format:](in CoreFoundation)
4 0x00007fff92577a9e -[__NSCFString characterAtIndex:](in CoreFoundation)
5 0x000000010cd9f92e -[DVTSourceTextViewHook keyDown:](in XVim)
6 0x00007fff92c90b44 -[NSWindow sendEvent:](in AppKit)
7 0x00007fff92c2916d -[NSApplication sendEvent:](in AppKit)
8 0x000000010a4d3a11 -[IDEApplication sendEvent:](in IDEKit)
9 0x00007fff92bbf1f2 -[NSApplication run](in AppKit)
10 0x00007fff92e3db88 NSApplicationMain (in AppKit)
11 0x0000000109bcbeec (in Xcode)

Build fails on master branch

It looks for a file called keymap but there is only a file called keymap-example.
Renaming it makes the build pass.

dd doesn't work on the last line of the file

To test

o ESC j dd

Since the line doesn't have a trailing newline, it should delete the the newline before it (if it has one).

(there's another bug there, which is that o should move down to the next line, which it doesn't if it's at character 0 of the document)

Visual mode problem in Espresso

Visual mode seems to conflict with Espresso's CodeSense. While in insert mode, code hinting will select a range of text when "hinting" and this forces you into visual mode... completely throwing off your insert mojo.

Is there anyway to disable visual mode (rather than reverting to 0.15)?

Cursor get stuck at the end of a wrapped line

In Xcode 4.3, when navigate with the j key in normal mode, the cursor will stop at the wrap point of a wrapped line.
Not all wrapped line has this problem, to reproduce, you should make sure the wrap point is just before the semicolon.

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.