summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-02-23Merge remote-tracking branch 'occivink/comment'Maxime Coste
2018-02-22document 'register' valueOlivier Perret
2018-02-22Fix typos in C++ string literalsaver-d
2018-02-22src makefile: Fix the `--static` flag passed to `pkg-config`Frank LENORMAND
2018-02-22kakrc: Allow `colorscheme` to search directories recursivelyFrank LENORMAND
2018-02-22doc pages: Document kak_token_to_complete and kak_pos_in_tokenMaxime Coste
2018-02-22doc.kak: stricter parsing of formatted textMaxime Coste
2018-02-22doc.kak: fix handling of lines begining with * or -Maxime Coste
2018-02-22Merge remote-tracking branch 'Delapouite/trim'Maxime Coste
2018-02-22NCursesUI: Rework menu placement to fix missing menu on small windowMaxime Coste
2018-02-21Fix crash when iterating through options on window creationMaxime Coste
2018-02-20Rewrite OptionManager::flatten_options to use rangesMaxime Coste
2018-02-20Re-introduce aliases in command name completionMaxime Coste
2018-02-20ranges: Support temporary parameters passed to concatenatedMaxime Coste
2018-02-20iterm.kak: Implement focus supportMaxime Coste
2018-02-20Json: Fix buffer overflow when reading json finishing with { or [Maxime Coste
2018-02-19make.kak: Fix echoing of error message when jumpingMaxime Coste
2018-02-19nim.kak: Fix wrong tr invocationMaxime Coste
2018-02-19user-modes: Fix incorrect use of keymap modeMaxime Coste
2018-02-19Fix bug in command parsing post refactoringMaxime Coste
2018-02-18Small code tweaks regarding user modesMaxime Coste
2018-02-18Merge remote-tracking branch 'Delapouite/user-mode'Maxime Coste
2018-02-18lua.kak: Fix string highlighting with -match-capture regionsMaxime Coste
2018-02-18Makefile: use PKG_CONFIG to get static compilation flags as wellMaxime Coste
2018-02-18rc/: Replace simple uses of sed with trMaxime Coste
2018-02-18CommandManager: unescape % while parsing the stringMaxime Coste
2018-02-18Do not support general commands in filter modeMaxime Coste
2018-02-18normal mode: Fail if ':' is pressed with no CommandManagerMaxime Coste
2018-02-18ShellManager: init from a static list of env varsMaxime Coste
2018-02-18BufferManager: Support missing ClientManagerMaxime Coste
2018-02-18Buffer: avoid expensive option flattening in on_registred with NoHooksMaxime Coste
2018-02-18Merge remote-tracking branch 'alexherbo2/rc-ruby'Maxime Coste
2018-02-18Recognize .gemspec files as RubyAlex Leferry 2
2018-02-17'*' uses escaping of meta characters instead of \Q and \EMaxime Coste
2018-02-17base javascript: Tweak variable highlightingFrank LENORMAND
2018-02-15Merge remote-tracking branch 'jacobdufault/lua-better-strings'Maxime Coste
2018-02-15CommandManager: refactor parsing of commands to iterate through tokensMaxime Coste
2018-02-13Add trim_selections primitiveDelapouite
2018-02-12Add declare-user-mode / enter-user-mode commandsDelapouite
2018-02-11Highlight nested == comments/strings in lua.Jacob Dufault
2018-02-11Jacob Dufault Copyright WaiverJacob Dufault
2018-02-11lint.kak: Update lint info when the linting data changedMaxime Coste
2018-02-11ocaml.kak: remove invalid unset-option static_words hookMaxime Coste
2018-02-11Prevent whitespaces in command namesMaxime Coste
2018-02-11Merge remote-tracking branch 'MilanVasko/lua-comment-fix'Maxime Coste
2018-02-11Do not specify utf8 InvalidPolicy when we are using the default valueMaxime Coste
2018-02-11Refuse modification of ReadOnly buffers and make Debug buffer readonlyMaxime Coste
2018-02-10Fixed Lua block comment highlightingMilan Vaško
2018-02-10Milan Vaško Copyright WaiverMilan Vaško
2018-02-09Regex: Use a template argument instead of a regular one for "forward"Maxime Coste