lougxing

Results 4 issues of lougxing

MY system is centos6.2 My vim version is 8.2(+python3/dyn +python/dyn) libclang.so is 3.4 python is 2.6.6 python3 is 3.4.5 bash-4.1$ cat .vimrc let g:clang_library_path='/usr/lib64/llvm/libclang.so' let g:clang_complete_copen=1 let g:clang_periodic_quickfix=1 let g:clang_snippets=1...

hi, 1. I found that other implementations have Encode/Decode interface, why Coook doesn't have it? Is it because it is not yet implemented, or because Coook does not support Encode?...

I set "map global normal ': easy-motion-char' ", but is invalid. Iset "map global normal ': easy-motion-char' ", but is ok. follow is my config: ``` plug "danr/kakoune-easymotion" config %{...

`import ( "fmt" "testing" "github.com/go-test/deep" . "github.com/smartystreets/goconvey/convey" ) func TestStructCompare(t *testing.T) { type BB struct { i_BB int I_BB int S_BB string M_BB map[string]string A_BB []int } type AA struct...