Daniel Kirchhof
Daniel Kirchhof
Okay, for the first Issue i just start neovim. Here is the output (ls / ls!): ``` :ls ``` ``` :ls! 1u%a- "[Scratch]" line 1 ```
Sure. Here is the code: ```lua function startup() local firstParam = vim.fn.argv()[1] local isDirectory = vim.fn.isdirectory(firstParam) == 1 if (firstParam == nil or isDirectory) then vim.api.nvim_buf_set_lines(0, 0, -1, false, "...")...
Hello, I got a similar use case and managed it by implementing my own toolbar. When the editor content / cursor changes, it will get the current formattings. ```js this.quill.on("editor-change",...
Sorry for my weird response. Actually i'm using polymer and bind current formats to the toolbar to update the buttons autmatically, but i've made a small example without any dependencies...
Hey, sorry for my late reply. Actually if i haven't checked out a specific remote branch before, the auto completion wouldn't show me the short version of it. After checking...
So i tried to recreate the issue by following steps: ```sh mkdir neogit-bug cd neogit-bug # create bare repo mkdir repo cd repo git init --bare cd .. # clone...
Locally it exists only the default (master) branch. But the native `git checkout test-branch` would fetch the remote one. As it autocompletes all remote branches with the unwanted "prefix", i...
Okay, this makes totally sense.
Created a pr: https://github.com/jwplayer/jwplatform-php/pull/31
Did you plan a fix for payload 2 or 3?