Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
mikaoP
/
vis
Public
forked from
martanne/vis
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Commits
Branch selector
master
User selector
All users
Datepicker
All time
Commit history
Commits on Mar 31, 2017
vis: improve tab completion in command prompt
Show description for c5594e1
martanne
committed
c5594e1
View commit details
Copy full SHA for c5594e1
Browse repository at this point
lexers: sync with scintillua changeset 600 rev fdeca0b808bf
Show description for dc5f5a4
martanne
committed
dc5f5a4
View commit details
Copy full SHA for dc5f5a4
Browse repository at this point
vis: add non-default actions for vi compatible n/N motions
Show description for 6f44057
martanne
committed
6f44057
View commit details
Copy full SHA for 6f44057
Browse repository at this point
vis: rename search related constants
martanne
committed
9c48a18
View commit details
Copy full SHA for 9c48a18
Browse repository at this point
Add more wiki references to the README
martanne
committed
74bec9d
View commit details
Copy full SHA for 74bec9d
Browse repository at this point
Use a minimal POSIX shar implementation for self extracting executable
Show description for da4e2ef
martanne
committed
da4e2ef
View commit details
Copy full SHA for da4e2ef
Browse repository at this point
Commits on Mar 27, 2017
Prefer Lua 5.3
Klemens Nanni
authored and
martanne
committed
12f50c8
View commit details
Copy full SHA for 12f50c8
Browse repository at this point
build: add git based version information back
martanne
committed
804ff51
View commit details
Copy full SHA for 804ff51
Browse repository at this point
Commits on Mar 25, 2017
build: set version to 0.3
martanne
committed
4a4f9e0
View commit details
Copy full SHA for 4a4f9e0
Browse repository at this point
Merge branch 'master' of https://github.com/joshaw/vis
martanne
committed
36626ec
View commit details
Copy full SHA for 36626ec
Browse repository at this point
Commits on Mar 24, 2017
lexers: fix perl pattern for horrible regex lines
Show description for 9308e37
s-gilles
authored and
martanne
committed
9308e37
View commit details
Copy full SHA for 9308e37
Browse repository at this point
vis: properly redraw status bar of windows displaying internal files
Show description for d555c90
martanne
committed
d555c90
View commit details
Copy full SHA for d555c90
Browse repository at this point
vis-lua: register a panic handler
Show description for f3fd9c3
martanne
committed
f3fd9c3
View commit details
Copy full SHA for f3fd9c3
Browse repository at this point
vis-lua: use better name for error handling function
martanne
committed
4c4bd8e
View commit details
Copy full SHA for 4c4bd8e
Browse repository at this point
vis-lua: removed unused function declaration
martanne
committed
d44ae58
View commit details
Copy full SHA for d44ae58
Browse repository at this point
vis-lua: adjust return value validation of called lua functions
Show description for 8fab539
martanne
committed
8fab539
View commit details
Copy full SHA for 8fab539
Browse repository at this point
vis-lua: validate lua state on vis API entry points
martanne
committed
865848d
View commit details
Copy full SHA for 865848d
Browse repository at this point
Commits on Mar 22, 2017
ui: try to fix job control issues with certain shells
Show description for fc0efcc
martanne
committed
fc0efcc
View commit details
Copy full SHA for fc0efcc
Browse repository at this point
vis-lua: add usage documentation to command_register
Josh Wainwright
committed
9454d90
View commit details
Copy full SHA for 9454d90
Browse repository at this point
text: use proper open(2) flags when saving inplace
Show description for c9a259b
martanne
committed
c9a259b
View commit details
Copy full SHA for c9a259b
Browse repository at this point
test: update
martanne
committed
d9928d0
View commit details
Copy full SHA for d9928d0
Browse repository at this point
vis: fix wrap around with <C-n>
Show description for fe5ec23
martanne
committed
fe5ec23
View commit details
Copy full SHA for fe5ec23
Browse repository at this point
vis: do not indent empty lines when right shifting with `>`
Show description for ad85748
martanne
committed
ad85748
View commit details
Copy full SHA for ad85748
Browse repository at this point
view: rename view_dirty to view_invalidate
martanne
committed
617f5e2
View commit details
Copy full SHA for 617f5e2
Browse repository at this point
vis: fix syntax highlighting glitches with split windows
Show description for 810e8a9
martanne
committed
810e8a9
View commit details
Copy full SHA for 810e8a9
Browse repository at this point
Commits on Mar 21, 2017
vis: make `cw` and `cW` more vim compatible
Show description for 8c28307
martanne
committed
8c28307
View commit details
Copy full SHA for 8c28307
Browse repository at this point
vis: reject invalid option names
Show description for 937d8a8
martanne
committed
937d8a8
View commit details
Copy full SHA for 937d8a8
Browse repository at this point
Commits on Mar 19, 2017
vis-lua: allow operators to be defined as lua functions
martanne
committed
000cbb0
View commit details
Copy full SHA for 000cbb0
Browse repository at this point
vis: add infrastructure for user specified operators
martanne
committed
5166e81
View commit details
Copy full SHA for 5166e81
Browse repository at this point
view: use correct default cell style
martanne
committed
5fb583f
View commit details
Copy full SHA for 5fb583f
Browse repository at this point
Move :set horizon option implementaiton to lua
martanne
committed
f295bba
View commit details
Copy full SHA for f295bba
Browse repository at this point
Move :set theme option implementation to lua
martanne
committed
0102293
View commit details
Copy full SHA for 0102293
Browse repository at this point
Move :set syntax option implementation to lua
Show description for 42f0469
martanne
committed
42f0469
View commit details
Copy full SHA for 42f0469
Browse repository at this point
vis-lua: make vis.win return nil if no window exists yet
Show description for 8919fd1
martanne
committed
8919fd1
View commit details
Copy full SHA for 8919fd1
Browse repository at this point
vis-lua: expose option_unregister function
martanne
committed
9a3d7e5
View commit details
Copy full SHA for 9a3d7e5
Browse repository at this point
Previous
Next
You can’t perform that action at this time.