Maxime Coste
|
9799f34f78
|
Refactor some code in shell_manager.cc
|
2015-12-05 10:00:11 +00:00 |
|
Maxime Coste
|
84fc4bd6cb
|
Support -e in filter mode to give commands to execute (executed before keys)
|
2015-12-03 13:48:30 +00:00 |
|
Maxime Coste
|
d09dd09b6c
|
commenting.kak: fix bashism and cleanup
|
2015-12-03 13:38:37 +00:00 |
|
Maxime Coste
|
55d60e6ce2
|
Merge remote-tracking branch 'lenormf/rc/commenting.kak'
|
2015-12-03 13:35:01 +00:00 |
|
Frank LENORMAND
|
74112ef23c
|
Simplify/remove the escaping routines
|
2015-12-03 08:52:57 +03:00 |
|
Maxime Coste
|
8a98992f85
|
Merge remote-tracking branch 'lenormf/rc/html.kak'
|
2015-12-02 19:25:59 +00:00 |
|
Maxime Coste
|
74c70a411a
|
Merge remote-tracking branch 'lenormf/contrib/make_deb.bash'
|
2015-12-02 19:25:52 +00:00 |
|
Maxime Coste
|
c4a9f059dc
|
Fix unset option when using the current scope and it points to global
|
2015-12-02 19:25:40 +00:00 |
|
Frank LENORMAND
|
c8efd3dd53
|
Add comment characters to the HTML support script
|
2015-12-02 15:33:29 +03:00 |
|
Frank LENORMAND
|
c40dba8a20
|
Escape additional characters that could be interpreted by the regex/exec engine
|
2015-12-02 15:22:31 +03:00 |
|
Frank LENORMAND
|
72ddd631a2
|
Improve the debian package creation script
|
2015-12-02 15:06:26 +03:00 |
|
Frank LENORMAND
|
c84f06300a
|
Do not add an extra space before/after the commenting characters, to let the user choose exactly what will be inserted in the selection
|
2015-12-02 12:55:25 +03:00 |
|
Maxime Coste
|
2a6f36732d
|
Merge remote-tracking branch 'lenormf/rc/man.kak'
|
2015-12-02 09:38:42 +00:00 |
|
Maxime Coste
|
0c30df7a0c
|
Fix clang completion parameter passing
|
2015-12-02 01:18:20 +00:00 |
|
Maxime Coste
|
9a6347d6aa
|
Another try to fix csr problems (#469)
|
2015-12-02 01:12:24 +00:00 |
|
Maxime Coste
|
2a8a329b83
|
Remove support for %arg{#}, can be added back if we got a use case
It is very unlikely we need %arg{#} without needing a %sh anyway.
|
2015-12-02 01:08:41 +00:00 |
|
Maxime Coste
|
a02ad38fb4
|
Forward each params in %arg{@} separately
|
2015-12-02 01:01:48 +00:00 |
|
Maxime Coste
|
63d9218fbe
|
Fix :def documentation in README.asciidoc
|
2015-12-02 00:58:15 +00:00 |
|
Maxime Coste
|
982270abf9
|
tmux.kak: forward arguments without going though a %sh{}
|
2015-12-02 00:53:34 +00:00 |
|
Maxime Coste
|
b2648053f9
|
Add argument expansion support
|
2015-12-01 20:07:14 +00:00 |
|
Maxime Coste
|
550a95a3d7
|
Change def -shell-params to def -params and take the counts as parameters
|
2015-12-01 14:00:55 +00:00 |
|
Maxime Coste
|
7335065d20
|
Update buffer display names after changing working directory
Fixes #501
|
2015-12-01 13:42:42 +00:00 |
|
Frank LENORMAND
|
d540b9f924
|
Display the page number in the man page completions
|
2015-12-01 12:16:21 +03:00 |
|
Maxime Coste
|
c71d0e9f8d
|
Display clang completed function documentation
|
2015-11-30 18:48:22 +00:00 |
|
Maxime Coste
|
1745344869
|
Run InsertIdle after reseting completer to permit InsertIdle to display an info box
|
2015-11-30 13:54:59 +00:00 |
|
Maxime Coste
|
e91da2bd43
|
Try to just reset the scroll region to workaround #469
|
2015-11-30 13:35:15 +00:00 |
|
Maxime Coste
|
a8d81e395b
|
Support dropping last jump and use it to fix :tag double jump push
Fixes #492
|
2015-11-27 13:57:46 +00:00 |
|
Maxime Coste
|
516e999a28
|
Disable history in all non interactive contexts
|
2015-11-27 13:50:40 +00:00 |
|
Maxime Coste
|
b4df57d369
|
Small cleanups
|
2015-11-27 13:50:40 +00:00 |
|
Maxime Coste
|
a81dbd90a1
|
Consolidate writing to fd
|
2015-11-27 13:50:40 +00:00 |
|
Maxime Coste
|
0b57103c72
|
Remind user hooks disable when replaying last insert
Fixes #495
|
2015-11-26 23:02:59 +00:00 |
|
Maxime Coste
|
de72c7d5d3
|
Add missing <cstdio> include
Fixes #498
|
2015-11-26 22:51:39 +00:00 |
|
Maxime Coste
|
f66bbdf209
|
select/split interpret count parameter as the capture group to use
count being 0 by default, we use the whole match, but we can now
specify to use capture 1 with 1s<regex><ret>.
|
2015-11-26 13:36:26 +00:00 |
|
Maxime Coste
|
bf7d3a4fec
|
Cleanup WIP clang-show-completion-info
|
2015-11-26 13:35:03 +00:00 |
|
Maxime Coste
|
9e08cf8ea4
|
Preserve default registers in exec/eval by default
|
2015-11-26 13:34:46 +00:00 |
|
Maxime Coste
|
001da44e11
|
Add -save-regs <regs> option to exec and eval to preserve registers
Fixes #279
|
2015-11-25 23:40:38 +00:00 |
|
Maxime Coste
|
3644f2a056
|
Refactor registers to initialize all of them at startup and add null register
Fixes #497
|
2015-11-25 21:48:17 +00:00 |
|
Maxime Coste
|
ec91ea17fe
|
Add a static const String::ms_empty empty string
|
2015-11-25 21:07:41 +00:00 |
|
Maxime Coste
|
3b5b781c5d
|
Reject non ascii register names
Fixes #493
|
2015-11-25 20:12:11 +00:00 |
|
Maxime Coste
|
e5e12d9a46
|
Tweak zenburn colorscheme
|
2015-11-25 20:11:40 +00:00 |
|
Maxime Coste
|
d76f324f80
|
Define new status line faces in colors schemes
|
2015-11-24 13:59:35 +00:00 |
|
Maxime Coste
|
e45b0c3ffc
|
Add StatusLine{Mode,Info,Value} built in faces
Fixes #491
|
2015-11-24 13:53:15 +00:00 |
|
Maxime Coste
|
ad5c8db7a8
|
Add support for various completions in :prompt
Fixes #489
|
2015-11-23 13:57:36 +00:00 |
|
Maxime Coste
|
36bf145b02
|
Support opening new files on kak -c command line
Fixes #485
|
2015-11-22 11:48:02 +00:00 |
|
Maxime Coste
|
7cf7f121e8
|
Fix onkey autoinfo
|
2015-11-21 17:21:21 +00:00 |
|
Maxime Coste
|
b0d696d994
|
Merge remote-tracking branch 'somasis/master'
|
2015-11-21 15:39:27 +00:00 |
|
Maxime Coste
|
a8d2c93ac8
|
Add a profiling debug flag to get timings for hooks/shell eval
|
2015-11-21 12:11:19 +00:00 |
|
Maxime Coste
|
9fe19fa72e
|
ctags.kak: rename gentags to ctags-generate and add ctags-update
Both use proper locking of the tag file, and ctags-update can
update the tags file for a single file.
|
2015-11-21 12:08:28 +00:00 |
|
Maxime Coste
|
bd2bf3a6a5
|
clang.kak: rework clang-show-error-info
|
2015-11-21 12:07:53 +00:00 |
|
Maxime Coste
|
5e4f5cd2a0
|
Move enum option handling in enum.hh and refactor enum options
|
2015-11-20 09:06:53 +00:00 |
|