index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
Age
Commit message (
Expand
)
Author
2014-06-09
Safer implementation of signal handlers in ncurses.cc
Maxime Coste
2014-06-06
Improve commands documentation
Maxime Coste
2014-06-06
Remove -env-var-params support in :def command
Maxime Coste
2014-06-06
Add support for long names for registers
Maxime Coste
2014-06-06
Replace CommandManager::register_command*s* with register_alias
Maxime Coste
2014-06-06
Use a id_map implementation for SwitchMap
Maxime Coste
2014-06-05
Properly handle unicode in key parsing
Maxime Coste
2014-05-27
Add 'n' for number object (inner number does not recognise '.')
Maxime Coste
2014-05-26
Rename select_whole_.* to just select_.*
Maxime Coste
2014-05-26
Tweak inner indent object code
Maxime Coste
2014-05-25
In normal mode, backspace can be used to edit count
Maxime Coste
2014-05-25
Add kak_selections_desc en vars, containing : separated descs
Maxime Coste
2014-05-25
Rename Key::Erase to Key::Delete and add 'del' keyname
Maxime Coste
2014-05-25
Disable 'interactive' options in :exec/:eval
Maxime Coste
2014-05-23
Change # register to contain selection number
Maxime Coste
2014-05-21
Make utif_iterator more tolerant to invalid utf8
Maxime Coste
2014-05-21
Make expand_unprintable more tolerant to invalid utf8
Maxime Coste
2014-05-18
Fix filename/colalias/buffer completion when completing with trailing text
Maxime Coste
2014-05-17
set Coords/Counts methods as always_inline
Maxime Coste
2014-05-16
DisplayAtom::content returns a StringView
Maxime Coste
2014-05-15
read all available text in fifo each time the fd is signaled
Maxime Coste
2014-05-14
Fix RegexColorizer cache handling
Maxime Coste
2014-05-13
Fix :delbuf! not forcing buffer deletion
Maxime Coste
2014-05-13
Fix show_matching highlighter when opening char is the first buffer char
Maxime Coste
2014-05-13
Refactor DynamicRegexHighlighter, search hl uses Search colalias
Maxime Coste
2014-05-12
SelectionList no longer inherit from std::vector
Maxime Coste
2014-05-11
use words=all rather than words=buffer for default insert word completion
Maxime Coste
2014-05-11
use StringView in word_db.cc
Maxime Coste
2014-05-11
String::substr now returns a StringView
Maxime Coste
2014-05-10
Minor code cleanups in buffer.{cc,hh}
Maxime Coste
2014-05-09
Add a show_whitespaces highlighter
Maxime Coste
2014-05-08
Catch std::runtime_errors that can be thrown by regex_search
Maxime Coste
2014-05-08
fix tabs_to_space on consecutive tabs
Maxime Coste
2014-05-07
Improve error reporting when parsing commands
Maxime Coste
2014-05-07
Refactor LineAndColumn coordinates
Maxime Coste
2014-05-05
Add '$' for keeping selections that passes a shell command
Maxime Coste
2014-05-05
Use c++ code for 'gf' command rather than running a user :edit command
Maxime Coste
2014-05-05
Complete option values with the current value of the option
Maxime Coste
2014-05-05
Wrap command completion containing spaces, semicolons or quotes in double quotes
Maxime Coste
2014-05-04
minor style tweak
Maxime Coste
2014-05-04
Paragraph selection selects next paragraph when on previous end
Maxime Coste
2014-05-03
Add a -alias switch to the def command for defining an alias
Maxime Coste
2014-05-03
Add command aliases in command info
Maxime Coste
2014-05-02
Add support for non-scrolling fifo buffers
Maxime Coste
2014-05-01
Replace some typedefs with usings
Maxime Coste
2014-04-30
file.cc: try more portable use of struct stat::st_mtime
Maxime Coste
2014-04-30
Fix Option destructor that was not virtual
Maxime Coste
2014-04-30
Use StringView in UserInterface and NCursesUI
Maxime Coste
2014-04-30
Use StringView in write_debug
Maxime Coste
2014-04-30
Add unistd.h to main, needed for dup
Maxime Coste
[next]