justrajdeep
justrajdeep
> > You can use something like `('a'):byte()`. > > Thanks, this works! Where's the byte() method coming from? Couldn't find it in the docs. Does it come from lua?...
I added the following `autocommand` in my `vimrc` autocmd VimEnter,WinEnter,BufNewFile,BufRead,BufEnter,TabEnter * IndentLinesReset it gives me `IndentLines` but when I switch tab, it vanishes. If I run `:IndentLinesReset` it appears again....
Thanks, let me check and get back to you.
hi Tpope the tmux session was launched in the root of the project. and i am working inside a subdir. when i create a new window in tmux it is...
Hi Tpope, I think i found the problem. Starting from tmux 1.9 the directory create new-window has been changed http://unix.stackexchange.com/questions/12032/create-new-window-with-current-directory-in-tmux That might be why this behavior is observed.
Hi I think I have a similar issue. I have the following mappings in my linux box. map map! map map! It does not work with the following map /...
Hi I used this `let g:completor_auto_trigger = 0` option that u added. it opens up the popup when i trigger it, but i cannot narrow the search result in the...
@metakirby5 > output from the new g:codi#log option into a pastebin How do i do that?
`g:codi#log` is empty for me :( the following is the dump from `let g:` > :Verbose :let g: > syntastic_auto_loc_list #1 > indentLine_leadingSpaceEnabled #0 > UnconditionalPaste_Separator ^I > ctrlp_working_path_mode >...