-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathREADME
24 lines (19 loc) · 879 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
In early stages of experimental playing around. Not remotely usable yet.
TODO:
- fork em, make changes on that, then use my fork in gemfile
- decide what to do if diff > max DGRAM size (~212000 bytes)
- deal with case fork already started. (another buffer?)
notes to self
=============
do not attempt to puts anything to stdout, it'll mess up the terminal. put it
to stderr and run gvim, that prints stderr to the console.
links
=====
sockets in ruby:
https://www.reddit.com/r/ruby/comments/f69nf/unix_socket_the_eventmachine_version/
http://rubylearning.com/blog/2010/10/01/an-introduction-to-eventmachine-and-how-to-avoid-callback-spaghetti/
vim plugin writing:
http://stevelosh.com/blog/2011/09/writing-vim-plugins/
http://www.linux-mag.com/id/1027/
http://learnvimscriptthehardway.stevelosh.com/chapters/19.html
https://robots.thoughtbot.com/write-a-vim-plugin-with-tdd