| Age | Commit message (Collapse) | Author |
|
|
|
Keep it as is, commit undo in current buffer, and we will commit it in
the new buffer when edition level gets back to 0.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
std containers
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Add a -q option to filter mode to be quiet about errors while applying
keys.
|
|
|
|
|
|
|
|
|
|
ui_options is a std::unordered_map<String, String> that gets
forwarded to the user interface. Add support ncurses_status_on_top.
|
|
|
|
|
|
Used by ctags function info, we always want it *above* the opening
parenthesis so that it does not hide multi line parameter lists.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The context options might change, as the context might have a different
window/buffer from the one at creation. So we need to store the correct
option manager rather than ask the context for it.
|
|
That way, client having this buffer already visible wont switch to
another one due to previous buffer getting deleted
|
|
|
|
|
|
|
|
|
|
remove single char escape function overload, add unescape function
|
|
|
|
|
|
|
|
|
|
|