I hereby claim:
- I am stefan991 on github.
- I am stefan991 (https://keybase.io/stefan991) on keybase.
- I have a public key whose fingerprint is BB4B DFD8 6F58 C6D5 67A5 5F35 67B1 D8C7 9990 137D
To claim this, I am signing this object:
| # /etc/modprobe.d/alsa-base.conf | |
| # ------------------------------ cut here :) | |
| # autoloader aliases | |
| install sound-slot-0 /sbin/modprobe snd-card-0 | |
| install sound-slot-1 /sbin/modprobe snd-card-1 | |
| install sound-slot-2 /sbin/modprobe snd-card-2 | |
| install sound-slot-3 /sbin/modprobe snd-card-3 | |
| install sound-slot-4 /sbin/modprobe snd-card-4 | |
| install sound-slot-5 /sbin/modprobe snd-card-5 |
| " should become a no op soon | |
| set nocompatible | |
| " dont get warnings about unsaved buffers on buffer switching | |
| set hidden | |
| set runtimepath^=~/.nvim/bundle/taglist | |
| " allways display the statusline | |
| set laststatus=2 | |
| let Tlist_Process_File_Always = 1 |
| typedef unsigned char char_u; | |
| void some_function(char *argument) | |
| { | |
| return; | |
| } | |
| int main() | |
| { |
| Last login: Sun Jun 1 17:38:34 on ttys003 | |
| stefan at air in ~/Dev/neovim_review on git:ZyX-I-autogen-headers | |
| % rm -rf build | |
| stefan at air in ~/Dev/neovim_review on git:ZyX-I-autogen-headers | |
| % make clean | |
| test -d build && /Applications/Xcode.app/Contents/Developer/usr/bin/make -C build clean || true | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -C src/nvim/testdir clean | |
| rm -rf *.out \ |
| diff --git a/src/nvim/api/private/redraw.c b/src/nvim/api/private/redraw.c | |
| index 1ea9bbb..e84e374 100644 | |
| --- a/src/nvim/api/private/redraw.c | |
| +++ b/src/nvim/api/private/redraw.c | |
| @@ -101,6 +101,31 @@ void redraw_delete_line(uint64_t channel_id, win_T *window, | |
| DICTIONARY_OBJ(event_data)); | |
| } | |
| +void redraw_win_end(uint64_t channel_id, | |
| + win_T *window, |
I hereby claim:
To claim this, I am signing this object:
| diff --git a/test/unit/os/fs_spec.lua b/test/unit/os/fs_spec.lua | |
| index 92e968a..4cea8f5 100644 | |
| --- a/test/unit/os/fs_spec.lua | |
| +++ b/test/unit/os/fs_spec.lua | |
| @@ -461,194 +461,194 @@ describe('fs function', function() | |
| eq(false, (os_isdir('unit-test-directory/new-dir'))) | |
| end) | |
| end) | |
| + end) | |
| + |
| System: OS X 10.9.4 | |
| stefan at air in ~/Dev/neovim/runtime/doc on git:cleanup-docs | |
| % make manpages | |
| nroff -man manpages/vim.1 | sed -e s///g > manpages/vim.man | |
| nroff -man manpages/evim.1 | sed -e s///g > manpages/evim.man | |
| nroff -man manpages/vimdiff.1 | sed -e s///g > manpages/vimdiff.man | |
| nroff -man manpages/vimtutor.1 | sed -e s///g > manpages/vimtutor.man | |
| nroff -man manpages/xxd.1 | sed -e s///g > manpages/xxd.man | |
| nroff -man manpages/de/vim-de.1 | sed -e s///g > manpages/de/vim-de.man |
| % make unittest | |
| /Applications/Xcode.app/Contents/Developer/usr/bin/make -C .deps/build/third-party | |
| [ 22%] Built target libuv | |
| [ 44%] Built target luajit | |
| [ 66%] Built target luarocks | |
| [ 88%] Built target msgpack | |
| [ 91%] Built target busted | |
| [ 94%] Built target lua-messagepack | |
| [ 97%] Built target lpeg | |
| [100%] Built target nvim-client |
| diff --git a/src/nvim/buffer.c b/src/nvim/buffer.c | |
| index b76bad6..a7427c0 100644 | |
| --- a/src/nvim/buffer.c | |
| +++ b/src/nvim/buffer.c | |
| @@ -1418,6 +1418,9 @@ buflist_new ( | |
| lastbuf = buf; | |
| buf->b_fnum = top_file_num++; | |
| + printf("\n c: buf->b_fnum:\t%d\n", buf->b_fnum); | |
| + printf("\n c: offset of b_fnum:\t%lu\n", |