Yclept Nemo

Results 34 issues of Yclept Nemo

Let's select an argument with visual-mode operator! ###### Problem 1 Expected: ``` + function(a, 33, Rstyle="calls, with commas inside strings, are OK") +--------------------------------------------------+ ``` Actual: ``` + function(a, 33, Rstyle="calls,...

``` vi, + a , b , cccccccc , d , e +++ ```

godlygeek/tabular#38

I don't think its possible to align to nearest tabstop without first counting characters of the longest line, manually. So I propose this: ``` :Tabularize /,/r1tc1lt1 abc , d ,...

Suggestions - : Complete shared last part if available or delete first entry otherwise - : If more than one completion available, substitute and execute the first term This would...

In either input modes, SkyBison drops characters while waiting for Vim's built-in command completion. I know this is a big requestion and may not be fixable. Its not the lag...

While mapping to `` works, mapping other keys, such as ``, doesn't: ``` =SkyBison("") Error detected while processing function SkyBison: line 277: SkyBison: This error occurred: Vim(new):E523: Not allowed here:...

The command: `AddTabularPipeline` SkyBison's errors: ``` Error detected while processing function SkyBison..74_RunCommandAndQuit: line 12: E471: Argument required: AddTabularPipeline Press ENTER or type command to continue ``` Vim's errors: ``` E471:...

There tends to be no common prefix with fuzzy mapping, but I have a reflex of tab-completing. Perhaps tab-complete should do nothing if it _shortens_ the current match?

Also a big request. Don't know if its possible, but would be very nice.