Maxime Coste
|
17c5e7aa5f
|
Merge remote-tracking branch 'alexherbo2/rc-javascript-accessors'
|
2019-04-20 10:33:38 +02:00 |
|
Maxime Coste
|
4f4c483f54
|
Merge remote-tracking branch 'alexherbo2/test-posix'
|
2019-04-20 10:33:17 +02:00 |
|
Maxime Coste
|
b65fcb5d1a
|
Merge remote-tracking branch 'alexherbo2/rc-mime-detection'
|
2019-04-20 10:30:05 +02:00 |
|
Maxime Coste
|
eb2c238d43
|
Tweak readme formatting
|
2019-04-20 10:28:41 +02:00 |
|
Maxime Coste
|
04df0e181e
|
Merge remote-tracking branch 'Delapouite/doc-aliases'
|
2019-04-20 10:28:01 +02:00 |
|
Delapouite
|
4ce37c1211
|
doc: move aliases explanation from README to commands.asciidoc
|
2019-04-19 23:13:23 +02:00 |
|
Alex Leferry 2
|
4d12e750ae
|
Highlight JavaScript accessors
|
2019-04-19 12:31:39 +02:00 |
|
Maxime Coste
|
aec58b968b
|
Small code cleanup in Face struct definition
|
2019-04-18 14:37:24 +02:00 |
|
Alex Leferry 2
|
d1ae1cf971
|
Replace egrep with grep
|
2019-04-17 14:49:59 +02:00 |
|
Alex Leferry 2
|
ba1274f73c
|
file.kak: Dereference symlinks
|
2019-04-17 12:37:54 +02:00 |
|
Alex Leferry 2
|
313c6eadc7
|
file.kak: Use -i POSIX option name
https://ss64.com/osx/file.html
https://freebsd.org/cgi/man.cgi?query=file
|
2019-04-17 12:37:17 +02:00 |
|
Maxime Coste
|
06d4ee578e
|
Update changelog
|
2019-04-17 08:38:52 +02:00 |
|
Maxime Coste
|
78419bc76f
|
Remove InsertCompletionSelect hook
|
2019-04-17 08:38:52 +02:00 |
|
Maxime Coste
|
9118a18d5d
|
Change completions option docstring element to be an arbitrary command
We can have the previous behaviour by just passing the docstring to
`info -placement menu`.
|
2019-04-17 08:38:52 +02:00 |
|
Maxime Coste
|
02fc42a12a
|
Rename info -placement to info -style and support modal style
Fixes #1375
Closes #1380
|
2019-04-17 08:38:52 +02:00 |
|
Maxime Coste
|
ace499ecb1
|
Pass selected completion text to InsertCompletionHide
|
2019-04-16 15:56:07 +02:00 |
|
Justin Frank
|
f49644e8ee
|
Fix typo in documentation and clarify override behaviour
|
2019-04-15 12:53:45 -07:00 |
|
Maxime Coste
|
0bff4851d9
|
Support '-placement menu' switch in the info command
Expose insert completion menu documentation via the info command.
|
2019-04-15 17:22:48 +02:00 |
|
Maxime Coste
|
6d83828dab
|
Support name captures in dynregex highlighters
Fixes #2856
|
2019-04-16 00:18:15 +10:00 |
|
Maxime Coste
|
6b79c1e000
|
Support named captures in hooks
Fixes #2857
|
2019-04-15 23:56:49 +10:00 |
|
Justin Frank
|
48abc3cbf3
|
Changed '🦀' to '§' for complex module quoting
|
2019-04-13 12:57:57 -07:00 |
|
Maxime Coste
|
ac73f7c27f
|
Run ClientClose hook before exiting the client itself
Closes #2849
|
2019-04-13 15:40:43 +10:00 |
|
Maxime Coste
|
91337d6091
|
Make it possible to edit an existing scratch buffer again
And make `edit! -scratch *scratch*` for the recreation of an empty
buffer.
Fixes #2852
|
2019-04-12 13:52:26 +10:00 |
|
Maxime Coste
|
ef1fd3acb9
|
Prevent conversion to client on suspend from disconnecting other clients
clear the client manager in the to be converted process without
sending exit messages as the forked server will still be there.
Fixes #2847
|
2019-04-12 13:23:38 +10:00 |
|
Justin Frank
|
6512eafa60
|
Update remaining files to new provide/require format
|
2019-04-11 15:54:58 -07:00 |
|
Justin Frank
|
c2b32ebaa7
|
Clean up javascript file a bit
|
2019-04-10 17:08:05 -07:00 |
|
Justin Frank
|
e959b99050
|
Fixed several more support files.
|
2019-04-10 16:48:46 -07:00 |
|
Justin Frank
|
80ac46e09d
|
Fixed many of the filetype support modules to not use BufSetOption to load
|
2019-04-09 20:54:19 -07:00 |
|
Justin Frank
|
887a5223ac
|
Fixed if statement in x11 detection
|
2019-04-08 17:08:35 -07:00 |
|
Justin Frank
|
891c6ca8e2
|
Fix typo in changelog
|
2019-04-08 17:08:35 -07:00 |
|
Justin Frank
|
c40bb6fc00
|
Evaluate modules in an empty context
|
2019-04-08 17:06:56 -07:00 |
|
Justin Frank
|
93ced79f37
|
Updated the changelog, commands, and hooks docs to be clearer
|
2019-04-08 17:06:56 -07:00 |
|
Justin Frank
|
87bcf23f3e
|
Added module system to changelog, commands, and hooks doc files
|
2019-04-08 17:06:56 -07:00 |
|
Justin Frank
|
49b00992ca
|
Fix x11 overriding tmux
|
2019-04-08 17:05:55 -07:00 |
|
Justin Frank
|
aa6d19bee6
|
Added modules to extra files
|
2019-04-08 17:05:55 -07:00 |
|
Justin Frank
|
7866d88131
|
Added ModuleLoad hook that uses the module name as the parameter
|
2019-04-08 17:05:55 -07:00 |
|
Justin Frank
|
c3f694a28f
|
Modified base files to use modules
|
2019-04-08 17:02:44 -07:00 |
|
Justin Frank
|
1fab727f2b
|
Modified a bunch of language support files to use modules
|
2019-04-08 17:02:44 -07:00 |
|
Justin Frank
|
6092852640
|
Added 'provide-module' and 'require-module' commands
|
2019-04-08 17:02:44 -07:00 |
|
Justin Frank
|
670f8192c8
|
Set up command boilerplate for provide-module and require-module
|
2019-04-08 17:02:44 -07:00 |
|
Maxime Coste
|
f732ea4efb
|
Refactor ClientManager::clear
|
2019-04-08 22:32:30 +10:00 |
|
Maxime Coste
|
69663bdc81
|
Update changelog
|
2019-04-08 22:19:17 +10:00 |
|
Maxime Coste
|
675dbfbe8b
|
Auto generate buffer name when using edit -scratch with no name
This will make it easier to create a temporary scratch buffer to
work in without having troubles with name collisions.
Fixes #849
|
2019-04-08 22:16:44 +10:00 |
|
Maxime Coste
|
c8839e7904
|
Add a ClientCreate and ClientClose hook
As discussed in #2830.
Closes #2500.
|
2019-04-08 21:59:32 +10:00 |
|
Maxime Coste
|
08f1a471fd
|
Merge remote-tracking branch 'elasticdog/current-option-values'
|
2019-04-07 21:08:48 +10:00 |
|
Maxime Coste
|
44476ca420
|
Merge remote-tracking branch 'Frojdholm/add-python-breakpoint-function'
|
2019-04-07 13:41:36 +10:00 |
|
Maxime Coste
|
deff8f2b8e
|
Merge remote-tracking branch 'Frojdholm/fix-typo-highlighters'
|
2019-04-07 13:40:41 +10:00 |
|
Maxime Coste
|
d0df1ffe71
|
update version notes and changelog
|
2019-04-07 09:51:27 +10:00 |
|
Maxime Coste
|
41f19f8dc9
|
Add support for %file{...} expansions
This should make the use case exposed in #2836 implementable.
|
2019-04-07 09:43:40 +10:00 |
|
Maxime Coste
|
744778be30
|
Add a -to-file <filename> switch to the echo command
As discussed in #2836
|
2019-04-07 09:32:17 +10:00 |
|