index
:
vis
FreeBSD-single
lua_changes
master
old
a neat vi-like editor
Mitchell Riedstra
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2022-11-29
fix miscellaneous spelling mistakes
Nick Hanley
17
-41
/
+41
2022-11-29
Resync the lexers with Scintillua
qiu-x
155
-12225
/
+9559
2022-11-29
add a basic .editorconfig file
Felix Van der Jeugt
1
-0
/
+12
2022-11-01
Set version to 0.8-git
Felix Van der Jeugt
3
-4
/
+4
2022-08-27
wl-paste and wl-copy should not add \n to the end of the clipboard.
Matěj Cepl
1
-2
/
+2
2022-08-19
Revert "vis-lua: support themes in vis:message"
Evan Gates
1
-5
/
+1
2022-08-15
Add filetype detection for SPEC file for RPM packages building.
Matěj Cepl
1
-0
/
+3
2022-08-15
Update used OSes for GitHub Actions
Matěj Cepl
3
-2
/
+6
2022-08-15
vis-clipboard: clean up bashisms and make shellcheck happy.
Matěj Cepl
1
-8
/
+10
2022-07-27
filetype: actually match filename
khwerz
1
-1
/
+1
2022-07-27
vis: Some duplicate files were overlooked due to a condition in the wrong place
Tom Schwindl
1
-5
/
+7
2022-07-23
vis: Compare non-existing files by name and existing files by inode
Tom Schwindl
1
-5
/
+12
2022-07-23
simplify loop to sanitize filename and read extension
khwerz
1
-27
/
+23
2022-07-12
vis: Compare inodes instead of filenames
Tom Schwindl
2
-5
/
+8
2022-06-26
Add support for the Hare language file type
qiu-x
1
-0
/
+3
2022-06-15
filetype: add .bashrc and .bash_profile
Evan Gates
1
-1
/
+1
2022-06-15
man: explicitly document default mark usage
Evan Gates
1
-0
/
+12
2022-06-15
vis-lua: support themes in vis:message
Evan Gates
1
-1
/
+5
2022-06-15
lexers: add .jsx and .tsx as a javascript (until they get their own)
Joseph Turner
1
-1
/
+1
2022-06-15
Makefile lexer now supports multiple targets in single definition
Aki
1
-1
/
+2
2022-06-15
filetype: support filetype detection via hashbang
khwerz
1
-3
/
+60
2022-06-01
build: update alpine in docker build to version 3.16
Christian Hesse
1
-1
/
+1
2022-05-29
filetype: Set diff filetype for COMMIT_EDITMSG files
Karol Kosek
1
-5
/
+2
2022-05-29
filetype: Allow ".PKGBUILD" extension for PKGBUILDs
MithicSpirit
1
-1
/
+1
2022-05-29
filetype: add .glif to xml
Romain Hervier
1
-1
/
+4
2022-05-29
filetype.lua: Add "text/x-script.python" to python
Haelwenn (lanodan) Monnier
1
-1
/
+1
2022-05-29
README: fix typo
Jonathan Neidel
1
-1
/
+1
2022-05-03
Re-enabled tre by #including <stddef.h>.
Peter Buxton
1
-0
/
+1
2022-05-03
README: x/freenode/c/libera/
Evan Gates
1
-2
/
+2
2021-04-20
filetype: Set "groovy" for Jenkinsfile
Galen Abell
1
-1
/
+1
2021-04-20
ci: verify coverity scan script before using it
Marc André Tanner
1
-2
/
+7
2021-04-20
ci: verify codecov script before using it
Marc André Tanner
3
-3
/
+22
2021-03-28
vis: Add readline Ctrl+A/E bindings
striker.sh
1
-0
/
+2
2021-03-15
add lua5.4 in configure script
xoich
1
-1
/
+1
2021-02-15
vis: correctly close pipe connected to stdin of external process
Marc André Tanner
1
-2
/
+2
2021-02-11
sam: simplify trailing match handling for x/y commands
Marc André Tanner
1
-6
/
+2
2021-02-11
sam: tweak handling of zero length matches in y commands
Marc André Tanner
1
-4
/
+9
2021-02-09
gitignore: remove vim specific swap files
Marc André Tanner
1
-2
/
+0
2021-01-25
test: update
Marc André Tanner
1
-7
/
+5
2021-01-25
sam: produce empty match at the end of looped range
Marc André Tanner
1
-2
/
+2
2021-01-25
sam: only skip the last empty match if it follows a newline
Marc André Tanner
1
-1
/
+2
2021-01-25
build: update alpine in docker build to version 3.13
Christian Hesse
1
-1
/
+1
2021-01-20
Merge branch 'patch-1' of https://github.com/dallinjdahl/vis
Marc André Tanner
1
-1
/
+1
2021-01-19
Adding .sv extension to verilog syntax highlighter
dallinjdahl
1
-1
/
+1
2021-01-12
filetype: Detect make shebang for "makefile".
parazyd
1
-0
/
+3
2021-01-12
filetype: Set "bash" for APKBUILD and .ebuild.
parazyd
1
-1
/
+1
2021-01-06
lexers/git-rebase: also highlight break command
Marc André Tanner
1
-1
/
+2
2021-01-06
lexers/strace: improve comments, field names and syscall results
Marc André Tanner
1
-6
/
+8
2020-12-30
Mention pkg-config in README
Marc André Tanner
1
-2
/
+2
2020-12-29
vis-lua: provide file.permission property
Marc André Tanner
1
-0
/
+10
[next]