Re: Neovim predictions

2014-03-20 Thread Liang Li
On Thursday, March 20, 2014 2:58:05 AM UTC-4, Saad Malik wrote: > I'm fairly optimistic about the prospects of NeoVim. A lot of positive > contributors are joining the project. More info: > https://www.bountysource.com/fundraisers/539-neovim-first-iteration So no one is courageous enough to go f

Neovim predictions

2014-03-19 Thread Liang Li
This might be off topic, but I wonder if anyone will have the cajones or the spite to predict what will happen to Neovim in 1, 5, 10 years. Whether it will become the defacto Vim 8.0, whether it will just die out, whether it will be a parallel Vim. Will it be like Google Chrome, for example? Wil

Re: Text Editing on an Infinite Plane (A Project)

2014-02-13 Thread Liang Li
On Thursday, February 13, 2014 3:26:53 PM UTC-5, Liang Li wrote: > On Tuesday, February 11, 2014 2:46:23 PM UTC-5, marttt wrote: > > > teisipäev, 26. november 2013 8:07.21 UTC+2 kirjutas Liang Li: > > > > > > > Hey guys! > > > > > > > &

Re: Text Editing on an Infinite Plane (A Project)

2014-02-13 Thread Liang Li
On Tuesday, February 11, 2014 2:46:23 PM UTC-5, marttt wrote: > teisipäev, 26. november 2013 8:07.21 UTC+2 kirjutas Liang Li: > > > Hey guys! > > > > > > Here is a project I've been working on that's nearing completing. Check out > > the demo at:

Capturing Raw Mousepresses Past Column 192

2014-01-31 Thread Liang Li
I have the following to capture raw mousepresses: nno [ :call PrintCoordinates() fun! PrintCoordinates() let k=[getchar(0),getchar(0),getchar(0),getchar(0),getchar(0)] ec k endfun I don't know if there is an easier way, like some sort of options setting to get vim to pass on th

Re: Emulate a typewriter

2014-01-30 Thread Liang Li
Hey Andy, Your script is awesome! The way that you capitalized on vim's handling of ambiguous mappings to slow down the input loop is pretty awesome. Coolest peice of vimscript I've ever seen. Don't let it get to your head ;-) - Leon On Friday, May 22, 2009 8:40:20 AM UTC-4, Andy Wokula wrote

Infinite Text Plane v2 :D

2013-12-27 Thread Liang Li
Hey guys, a video of version 2 of the why-would-i-ever-want-this column panning feature, in a new youtube video with sound! Check it out: http://www.youtube.com/watch?v=aHDVPsyW1ZA&feature=youtu.be -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply be

Does viminfo store nested lists?

2013-12-10 Thread Liang Li
When I look at the help file for viminfo (7.3.1314), I see this scary sounding passage: :h 'viminfo "Nested List and Dict items may not be read back correctly, you end up with a string representation instead." I justed tested this and it seems that nested lists and dictionaries are read back

Re: Text Editing on an Infinite Plane (A Project)

2013-11-27 Thread Liang Li
I write a LOT of prose. For example, right now, over the past month, I have dev-000 ... dev-026. Instead of remembering where everything is (did I have that thought in dev-013?) I would, ideally, remember the things spatially -- the form of the columns, the blanks, and maybe various other landma

Re: Text Editing on an Infinite Plane (A Project)

2013-11-27 Thread Liang Li
across the map to another location. On Wed, Nov 27, 2013 at 4:49 AM, Gautier DI FOLCO wrote: > 2013/11/26 Liang Li > >> Hey guys! >> >> >> Here is a project I've been working on that's nearing completing. Check >> out the demo at: >> >> http

Text Editing on an Infinite Plane (A Project)

2013-11-25 Thread Liang Li
Hey guys! Here is a project I've been working on that's nearing completing. Check out the demo at: http://www.youtube.com/watch?v=_c_het11TBo It tries to provide a new paradigm for writing massive amounts of prose by simulating an infinite plane via "panning" splits. Tell me what you think!

Re: Get first visible virtual column

2013-11-22 Thread Liang Li
On Friday, November 22, 2013 8:54:31 PM UTC-5, Gary Johnson wrote: > On 2013-11-22, Liang Li wrote: > > > Is there any way to get the first visible virtual column? In pure > > > vimscript? So for example, if I have wrap off, and I enter 3zl, I > > > would wa

Get first visible virtual column

2013-11-22 Thread Liang Li
Is there any way to get the first visible virtual column? In pure vimscript? So for example, if I have wrap off, and I enter 3zl, I would want 4. -- -- You received this message from the "vim_use" maillist. Do not top-post! Type your reply below the text you are replying to. For more informatio

Re: redraw crashes on android

2013-08-25 Thread Liang Li
On Sunday, August 25, 2013 3:19:32 PM UTC-4, ZyX wrote: > On Aug 25, 2013 10:57 PM, "Tony Mechelynck" wrote: > > > > > > On 25/08/13 20:45, Nikolay Pavlov wrote: > > >> > > >> > > >> On Aug 25, 2013 10:36 PM, "Liang Li&

redraw crashes on android

2013-08-25 Thread Liang Li
Hey guys, this is sort of an obscure problem, I'm not sure if you have any suggestions. I'm running vim 7.3.3 (locally) on an android phone, via Connectbot, and I'm getting a crash that can't be reproduced on a computer due to redr!, maybe because of memory constraints or something. For example,

Re: mappings time out bug?

2013-06-19 Thread Liang Li
On Wednesday, June 19, 2013 7:39:26 AM UTC-4, JohnBeckett wrote: > Has this issue been sorted out? Let's not work out who-said- > > what. > > > > The OP was: > > > > > nnoremap gp `[v`] > > > > > > since 'g' is not mapped, it shouldn't timeout no matter what > > > the timeout length is ri

Re: mappings time out bug?

2013-06-19 Thread Liang Li
On Wednesday, June 19, 2013 5:42:06 AM UTC-4, ZyX wrote: > On Jun 19, 2013 1:37 PM, "Liang Li" wrote: > > > > > > On Wednesday, June 19, 2013 5:19:06 AM UTC-4, ZyX wrote: > > > > On Jun 19, 2013 1:13 PM, "Liang Li" wrote: > > >

Re: mappings time out bug?

2013-06-19 Thread Liang Li
On Wednesday, June 19, 2013 5:19:06 AM UTC-4, ZyX wrote: > On Jun 19, 2013 1:13 PM, "Liang Li" wrote: > > > > > > This behavior confuses me. It feels like a bug. > > > > > > I have the following mapping > > > > > > nn

mappings time out bug?

2013-06-19 Thread Liang Li
This behavior confuses me. It feels like a bug. I have the following mapping nnoremap gp `[v`] since 'g' is not mapped, it shouldn't timeout no matter what the timeout length is right? As expected, the built in mapping for gp, gv, etc. both work no matter how long one waits between the g and t